Skip to content

krtrl/krtrld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages