shithub: libacme

ref: b517e0beea8b1adc16160d99f4b5e5e9a4a5d3d6
dir: /README.md/

View raw version
# 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>
```

manual page to be written.