From 2628840c3ec08fb0dd964dba411949077d5c9c56 Mon Sep 17 00:00:00 2001 From: Narazaka Date: Sat, 7 Oct 2017 17:09:02 +0900 Subject: [PATCH] Added package shioridll --- packages.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index 23c2859..2e860e2 100644 --- a/packages.json +++ b/packages.json @@ -7266,9 +7266,9 @@ "url": "https://github.com/brentp/kexpr-nim", "method": "git", "tags": [ - "math", - "expression", - "evalute" + "math", + "expression", + "evalute" ], "description": "wrapper for kexpr math expression evaluation library", "license": "MIT", @@ -7369,5 +7369,17 @@ "description": "SHIORI Protocol Parser/Builder", "license": "MIT", "web": "https://github.com/Narazaka/shiori-nim" + }, + { + "name": "shioridll", + "url": "https://github.com/Narazaka/shioridll-nim", + "method": "git", + "tags": [ + "shiori", + "ukagaka" + ], + "description": "The SHIORI DLL interface", + "license": "MIT", + "web": "https://github.com/Narazaka/shioridll-nim" } ]