From edcdeb73f6d42be5862fc09db808adcb58d1d269 Mon Sep 17 00:00:00 2001 From: Mycsina Date: Tue, 21 Nov 2023 07:14:51 +0000 Subject: [PATCH] Added package niMIDI (#2753) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index e8dd41945..f25241216 100644 --- a/packages.json +++ b/packages.json @@ -31877,6 +31877,20 @@ "web": "https://github.com/bung87/webpage_extractors" }, { + "name": "niMIDI", + "url": "https://github.com/Mycsina/NiMIDI", + "method": "git", + "tags": [ + "MIDI", + "parser", + "writer", + "library" + ], + "description": "MIDI file parser in Nim, for Nim", + "license": "MIT", + "web": "https://github.com/Mycsina/NiMIDI" +}, +{ "name": "yahttp", "url": "https://github.com/mishankov/yahttp", "method": "git",