feat: add simple nimble file
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
parent
896768696b
commit
5a6a55f071
|
@ -0,0 +1,10 @@
|
||||||
|
# Package
|
||||||
|
|
||||||
|
version = "0.1.0"
|
||||||
|
author = "Christopher Arndt"
|
||||||
|
description = "A Nim wrapper for the JACK C API"
|
||||||
|
license = "MIT"
|
||||||
|
|
||||||
|
# Dependencies
|
||||||
|
|
||||||
|
requires "nim >= 1.6.0"
|
Loading…
Reference in New Issue