From 9cb8924545d4e26db21dd6310f408091bab42c28 Mon Sep 17 00:00:00 2001 From: Anton <162481656+bloomingchad@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:27:45 +0000 Subject: [PATCH] Add package pnimrp (#2837) --- packages.json | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 74c51f7..975eff7 100644 --- a/packages.json +++ b/packages.json @@ -18,7 +18,7 @@ "web": "https://github.com/amkrajewski/nimcso", "doc": "https://nimcso.phaseslab.org" }, - { + { "name": "vqsort", "url": "https://github.com/Asc2011/vqsort", "method": "git", @@ -32909,10 +32909,26 @@ "tags": [ "buffers", "serialization", - "pickle", + "pickle" ], "description": "Package to turn (nested) Nim objects to flat buffers and back.", "license": "MIT", "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" + } ]