aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-08-19 11:51:33 +0100
committerGitHub <noreply@github.com>2018-08-19 11:51:33 +0100
commitc04a7f83180765e69305dbb5164aeef926bcaa5b (patch)
treeacd176b2347242f15766bfa3f3eb813dc398c0db
parent3d65accf90d1de6c07aa4901443d0fbc47532bf3 (diff)
parent3298232482586bd96719f9ba562aa47b2f95991b (diff)
downloadpackages-c04a7f83180765e69305dbb5164aeef926bcaa5b.tar.gz
packages-c04a7f83180765e69305dbb5164aeef926bcaa5b.zip
Merge pull request #834 from ul/master
Added package soundio
-rw-r--r--packages.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 326d635..e182596 100644
--- a/packages.json
+++ b/packages.json
@@ -10410,5 +10410,21 @@
"description": "Pure Nim XML parser",
"license": "MIT",
"web": "https://github.com/ba0f3/xml.nim"
+ },
+ {
+ "name": "soundio",
+ "url": "https://github.com/ul/soundio",
+ "method": "git",
+ "tags": [
+ "library",
+ "wrapper",
+ "binding",
+ "audio",
+ "sound",
+ "media",
+ "io"
+ ],
+ "description": "Bindings for libsoundio",
+ "license": "MIT"
}
]