From 969b9c82d28df35781b6b808aee77b10ee6c68da Mon Sep 17 00:00:00 2001 From: Narazaka Date: Fri, 6 Oct 2017 00:32:25 +0900 Subject: [PATCH] Added package shiori --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 8aa3a72..edb4182 100644 --- a/packages.json +++ b/packages.json @@ -7343,5 +7343,18 @@ "description": "Deprecated module for vector/matrices operations.", "license": "MIT", "web": "https://github.com/nim-lang/basic3d" + }, + { + "name": "shiori", + "url": "https://github.com/Narazaka/shiori-nim", + "method": "git", + "tags": [ + "ukagaka", + "shiori", + "protocol" + ], + "description": "SHIORI Protocol Parser/Builder", + "license": "MIT", + "web": "https://github.com/Narazaka/shiori-nim" } ]