From b45b4e211ebe959a10329ddeee9ac8fb3c663a32 Mon Sep 17 00:00:00 2001 From: Olli Niinivaara Date: Thu, 28 Jan 2021 19:00:52 +0200 Subject: [PATCH] Add package guildenstern (#1796) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 9b1f24f..fd4ccf4 100644 --- a/packages.json +++ b/packages.json @@ -21307,5 +21307,17 @@ "description": "A wrapper around liblo for the Open Sound Control (OSC) protocol", "license": "MIT", "web": "https://github.com/Psirus/NimOSC" + }, + { + "name": "guildenstern", + "url": "https://github.com/olliNiinivaara/GuildenStern", + "method": "git", + "tags": [ + "http", + "server" + ], + "description": "Modular multithreading Linux HTTP server", + "license": "MIT", + "web": "https://github.com/olliNiinivaara/GuildenStern" } ]