Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 599 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 599 Bytes

krtrld

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.

Installation

To install krtrld, run the following command:

nimble install krtrld

Building

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.

Testing

To run the tests, run the following command:

nimble test

Roadmap

  • Finish API specification
  • Implement the krtrl API