diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-08-19 11:51:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-19 11:51:33 +0100 |
| commit | c04a7f83180765e69305dbb5164aeef926bcaa5b (patch) | |
| tree | acd176b2347242f15766bfa3f3eb813dc398c0db | |
| parent | 3d65accf90d1de6c07aa4901443d0fbc47532bf3 (diff) | |
| parent | 3298232482586bd96719f9ba562aa47b2f95991b (diff) | |
| download | packages-c04a7f83180765e69305dbb5164aeef926bcaa5b.tar.gz packages-c04a7f83180765e69305dbb5164aeef926bcaa5b.zip | |
Merge pull request #834 from ul/master
Added package soundio
| -rw-r--r-- | packages.json | 16 |
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" } ] |
