Pharo bindings for https://github.com/massimo-nocentini/kann
# kannst
For the doc see the [companion wiki pages](https://github.com/massimo-nocentini/kannst/wiki).
In order to run the image properly, after loading this repo via Iceberg, save and restart Pharo with the following command:
```bash
LD_LIBRARY_PATH=${PWD}/pharo-local/iceberg/massimo-nocentini/kannst/kann-libs/:${LD_LIBRARY_PATH} ./pharo-ui Pharo.image
```