docs: move section from readme to todo docs: change proejct description Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
13 lines
225 B
Nim
13 lines
225 B
Nim
# Package
|
|
|
|
version = "0.1.0"
|
|
author = "Christopher Arndt"
|
|
description = "A Nim wrapper for the JACK client-side C API aka libjack"
|
|
license = "MIT"
|
|
|
|
srcDir = "src"
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 1.6.0"
|