aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Cearley <joshua.cearley@gmail.com>2017-05-30 02:31:16 -0500
committerJoshua Cearley <joshua.cearley@gmail.com>2017-05-30 02:31:16 -0500
commitd24e26d61c6795e4c72b4e785249bfd1a7e3b7fb (patch)
treea030caec719170570cbacb1f5b895fbb41883e9b
parent3b2237a11e40712686e2a4210b2032f5b5345a81 (diff)
downloadpackages-d24e26d61c6795e4c72b4e785249bfd1a7e3b7fb.tar.gz
packages-d24e26d61c6795e4c72b4e785249bfd1a7e3b7fb.zip
Added package jack
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 1075463..63a0b76 100644
--- a/packages.json
+++ b/packages.json
@@ -6439,5 +6439,19 @@
"description": "LAPACK bindings",
"license": "Apache2",
"web": "https://github.com/unicredit/nimlapack"
+ },
+ {
+ "name": "jack",
+ "url": "https://github.com/Skrylar/nim-jack",
+ "method": "git",
+ "tags": [
+ "jack",
+ "audio",
+ "binding",
+ "wrapper"
+ ],
+ "description": "Shiny bindings to the JACK Audio Connection Kit.",
+ "license": "MIT",
+ "web": "https://github.com/Skrylar/nim-jack"
}
]