From ee49fba57388b454fc87f36c9c7bb7191e82391c Mon Sep 17 00:00:00 2001 From: Amru Rosyada Date: Fri, 6 Mar 2020 13:38:15 +0700 Subject: [PATCH] add zfcore nimble package (#1387) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 96c7137..7a73f13 100644 --- a/packages.json +++ b/packages.json @@ -16852,5 +16852,20 @@ "license": "MIT", "web": "https://github.com/paul-nameless/nim-fswatch" + }, + { + "name": "zfcore", + "url": "https://github.com/zendbit/nim.zfcore", + "method": "git", + "tags": [ + "web", + "http", + "framework", + "api", + "asynchttpserver" + ], + "description": "zfcore is high performance asynchttpserver and web framework for nim lang", + "license": "BSD", + "web": "https://github.com/zendbit/nim.zfcore" } ]