diff options
| author | fowl <phowl.mouth@gmail.com> | 2015-05-13 01:56:17 -0500 |
|---|---|---|
| committer | fowl <phowl.mouth@gmail.com> | 2015-05-13 01:56:17 -0500 |
| commit | d435b81a7c5068a548feba2eea45c4b5b1d5b997 (patch) | |
| tree | 192c0c0c6e6d696b7a04b293bde5b713cd55636e | |
| parent | 199717516b51da1e0c52f44cd7ced52a2df30acc (diff) | |
| parent | 7d25911d9611d7cf494ef4a16a5fe4636d11d134 (diff) | |
| download | packages-d435b81a7c5068a548feba2eea45c4b5b1d5b997.tar.gz packages-d435b81a7c5068a548feba2eea45c4b5b1d5b997.zip | |
Merge remote-tracking branch 'origin/master' into patch
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index fda4386..de832ad 100644 --- a/packages.json +++ b/packages.json @@ -1434,5 +1434,14 @@ "description": "LLVM bindings for the Nim language.", "license": "MIT", "web": "http://fedeomoto.github.io/llvm/" + }, + { + "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" } ] |
