diff options
| author | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2015-05-12 23:38:43 -0500 |
|---|---|---|
| committer | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2015-05-12 23:38:43 -0500 |
| commit | 7d25911d9611d7cf494ef4a16a5fe4636d11d134 (patch) | |
| tree | 745be7a80ff4024e06f1f9cb13ca0ec1f7af6cca | |
| parent | 2fb43c550306b71fcdcdc178af3e3ddc9911b504 (diff) | |
| parent | d4e4290d5c5d96cccde4f523636d46d0457660b6 (diff) | |
| download | packages-7d25911d9611d7cf494ef4a16a5fe4636d11d134.tar.gz packages-7d25911d9611d7cf494ef4a16a5fe4636d11d134.zip | |
Merge pull request #154 from Senketsu/master
Added nshout - libshout bindings
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 0ac47a8..77af121 100644 --- a/packages.json +++ b/packages.json @@ -1425,5 +1425,14 @@ "description": "library for generating PDF files", "license": "MIT", "web": "https://github.com/jangko/nimpdf" + }, + { + "name": "nshout", + "url": "https://github.com/Senketsu/nshout", + "method": "git", + "tags": ["library", "shouter", "libshout","wrapper","bindings","audio","web"], + "description": "Nim bindings for libshout", + "license": "MIT", + "web": "https://github.com/Senketsu/nshout" } ] |
