diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-05-30 11:49:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-30 11:49:54 +0100 |
| commit | fc9d217ba87e737dd92c99cd5692c1c960dc42c6 (patch) | |
| tree | a030caec719170570cbacb1f5b895fbb41883e9b | |
| parent | 3b2237a11e40712686e2a4210b2032f5b5345a81 (diff) | |
| parent | d24e26d61c6795e4c72b4e785249bfd1a7e3b7fb (diff) | |
| download | packages-fc9d217ba87e737dd92c99cd5692c1c960dc42c6.tar.gz packages-fc9d217ba87e737dd92c99cd5692c1c960dc42c6.zip | |
Merge pull request #513 from Skrylar/add-jack0731
Add package jack
| -rw-r--r-- | packages.json | 14 |
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" } ] |
