From 5694cb3078c37449f1d9bd913bb847c82853add5 Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 1 Jun 2023 16:18:37 -0500 Subject: [PATCH] Added package shio (#2620) --- packages.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 601840b..484e5ff 100644 --- a/packages.json +++ b/packages.json @@ -30405,6 +30405,21 @@ ], "description": "General purpose measuring units datatypes with integrated conversions and definitions.", "license": "MIT", - "web": "https://github.com/energy-nim/measures" + "web": "https://github.com/energy-nim/measures" + }, + { + "name": "shio", + "url": "https://github.com/arashi-software/shio", + "method": "git", + "tags": [ + "web", + "server", + "file", + "http", + "jester" + ], + "description": "A quick media server in nim", + "license": "GPL-3.0-only", + "web": "https://github.com/arashi-software/shio" } ]