krtrld is a reference implementation of the krtrl API. It is a daemon that is written in Nim.
To view the API documentation, see the api directory here.
To install krtrld, run the following command:
nimble install krtrld
To build krtrld, run the following command:
git clone https://github.com/krtrl/krtrld
cd krtrld
nimble build
The binary will be available as krtrld.
To run the tests, run the following command:
nimble test
- Finish API specification
- Implement the krtrl API