Add package pnimrp (#2837)

This commit is contained in:
Anton 2024-03-18 16:27:45 +00:00 committed by GitHub
parent 6ff29ea2a6
commit 9cb8924545
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
"web": "https://github.com/amkrajewski/nimcso", "web": "https://github.com/amkrajewski/nimcso",
"doc": "https://nimcso.phaseslab.org" "doc": "https://nimcso.phaseslab.org"
}, },
{ {
"name": "vqsort", "name": "vqsort",
"url": "https://github.com/Asc2011/vqsort", "url": "https://github.com/Asc2011/vqsort",
"method": "git", "method": "git",
@ -32909,10 +32909,26 @@
"tags": [ "tags": [
"buffers", "buffers",
"serialization", "serialization",
"pickle", "pickle"
], ],
"description": "Package to turn (nested) Nim objects to flat buffers and back.", "description": "Package to turn (nested) Nim objects to flat buffers and back.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/Vindaar/flatBuffers" "web": "https://github.com/Vindaar/flatBuffers"
}, },
{
"name": "pnimrp",
"url": "https://git.disroot.org/bloomingchad/pnimrp",
"method": "git",
"tags": [
"radio",
"terminal",
"minimal",
"mpv",
"libmpv",
"nim-lang"
],
"description": "terminal based audio station player in nim",
"license": "GPL-3.0-or-later",
"web": "https://git.disroot.org/bloomingchad/pnimrp"
}
] ]