···29293030## C API
31313232-The library includes C bindings for use from other languages:
3232+The library includes C bindings:
33333434```c
3535#include "bindle.h"
···4747free(data);
4848bindle_close(bindle);
4949```
5050+5151+Run:
5252+5353+```sh
5454+make build
5555+```
5656+5757+To build `libbindle` and copy in to the root of repository
50585159## CLI
5260