Update packages.json (#2969)

This commit is contained in:
Zetian Lin 2025-01-13 05:57:12 +00:00 committed by GitHub
parent 72c218b95a
commit cf1da4400a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,6 +40,20 @@
"license": "MIT",
"web": "https://github.com/mentalonigiri/niqlite"
},
{
"name": "libsndfile",
"url": "https://github.com/bctnry/nim-libsndfile",
"method": "git",
"tags": [
"audio",
"wav",
"wrapper",
"libsndfile"
],
"description": "A C-style wrapper of libsndfile for Nim",
"license": "MIT",
"web": "https://github.com/bctnry/nim-libsndfile"
},
{
"name": "nimgo",
"url": "https://github.com/Alogani/NimGo",