shithub: libacme

Clone

clone: git://shithub.us/foura/libacme gits://shithub.us/foura/libacme
push: hjgit://shithub.us/foura/libacme
patches to: foura@biobuf.link

Last commit

14684c2d – james palmer <james@biobuf.link> authored on 2021/07/19 14:28
minor manpage oops

About

# libacme

a c library for interacting with plan9's acme.

## to install

```
git/clone https://git.sr.ht/~foura/libacme
cd libacme
mk install
```

## to use

```
#include <acme.h>
```

## documentation

see `acme(2)` for information on how to use the library.