aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Glukhov <yglukhov@users.noreply.github.com>2015-12-09 15:51:07 +0200
committerYuriy Glukhov <yglukhov@users.noreply.github.com>2015-12-09 15:51:07 +0200
commit8fd77da40dd4313c8fe1a9dc655a4174ad398c25 (patch)
tree3f88cbd664808a82f60d00c2a64f640eb9bdbe16
parentb4ad872135a7abd1748481ba957fb7945f345aa0 (diff)
downloadpackages-8fd77da40dd4313c8fe1a9dc655a4174ad398c25.tar.gz
packages-8fd77da40dd4313c8fe1a9dc655a4174ad398c25.zip
Added sound lib
-rw-r--r--packages.json14
1 files changed, 13 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index 6c299ef..9ff8eb3 100644
--- a/packages.json
+++ b/packages.json
@@ -3731,5 +3731,17 @@
"description": "Nim wrapper for the snappy compression library. there is also a high-level API for easy use",
"license": "BSD",
"web": "https://github.com/dfdeshom/nimsnappy"
- }
+ },
+ {
+ "name": "sound",
+ "url": "https://github.com/yglukhov/sound.git",
+ "method": "git",
+ "tags": [
+ "sound",
+ "ogg"
+ ],
+ "description": "Cross-platform sound mixer library",
+ "license": "MIT",
+ "web": "https://github.com/yglukhov/sound"
+ }
]