From 3b6f47225f1b7bc164f6f7929fa538b88db471c7 Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Thu, 23 Nov 2023 17:52:21 +0100 Subject: [PATCH] add package jacket (#2757) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index d062a1e..ec303c8 100644 --- a/packages.json +++ b/packages.json @@ -31945,6 +31945,21 @@ "license": "MIT", "web": "https://github.com/khchen/gura" }, + { + "name": "jacket", + "url": "https://github.com/SpotlightKid/jacket", + "method": "git", + "tags": [ + "audio", + "midi", + "jack", + "library", + "wrapper" + ], + "description": "A Nim wrapper for the JACK client-side C API aka libjack", + "license": "MIT", + "web": "https://github.com/SpotlightKid/jacket" + }, { "name": "wasmrt", "url": "https://github.com/yglukhov/wasmrt",