2022-10-06 04:43:00 +02:00
|
|
|
# Package
|
|
|
|
|
|
|
|
version = "0.1.0"
|
|
|
|
author = "Christopher Arndt"
|
|
|
|
description = "A Nim wrapper for the JACK C API"
|
|
|
|
license = "MIT"
|
|
|
|
|
2022-10-10 21:11:19 +02:00
|
|
|
srcDir = "src"
|
|
|
|
|
2022-10-06 04:43:00 +02:00
|
|
|
# Dependencies
|
|
|
|
|
|
|
|
requires "nim >= 1.6.0"
|