Add package alsa (#1507)

This commit is contained in:
Anubhav 2020-06-09 15:11:17 +05:30 committed by GitHub
parent 61e1e1ad78
commit 1d755b0dd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18214,5 +18214,21 @@
"description": "Hash Library for Nim",
"license": "MIT",
"web": "https://github.com/khchen/hashlib"
},
{
"name":"alsa",
"url": "https://gitlab.com/eagledot/nim-alsa",
"method": "git",
"tags":[
"linux",
"bindings",
"audio",
"alsa",
"sound"
],
"description": "NIM bindings for ALSA-LIB c library",
"license": "MIT",
"web": "https://gitlab.com/eagledot/nim-alsa"
}
]