diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-03-08 23:11:13 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-03-08 23:11:13 -0600 |
| commit | 23e097f6d988e2e112e753895ba2a98dca65e4ab (patch) | |
| tree | 7ea30c09cdd7cb4a0880607fd1cb6e77cbfd6369 | |
| parent | ce5acc2314ad9788eeba3a2fac83150899add23c (diff) | |
| download | packages-23e097f6d988e2e112e753895ba2a98dca65e4ab.tar.gz packages-23e097f6d988e2e112e753895ba2a98dca65e4ab.zip | |
Added package nimbass
| -rw-r--r-- | packages.json | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/packages.json b/packages.json index d8529c4..0232127 100644 --- a/packages.json +++ b/packages.json @@ -8450,7 +8450,7 @@ "method": "git", "tags": [ "library", - "useragent" + "useragent" ], "description": "User Agent parser for nim.", "license": "MIT", @@ -8507,5 +8507,18 @@ "description": "Everything you want to do with colors.", "license": "MIT", "web": "https://github.com/treeform/chroma" - } + }, + { + "name": "nimbass", + "url": "https://github.com/genotrance/nimbass", + "method": "git", + "tags": [ + "bass", + "audio", + "wrapper" + ], + "description": "Bass wrapper for Nim", + "license": "MIT", + "web": "https://github.com/genotrance/nimbass" + } ] |
