From 35676003d59dfd6a53c0101288a1302cd73f2845 Mon Sep 17 00:00:00 2001 From: Amru Rosyada Date: Fri, 13 Mar 2020 02:34:23 +0700 Subject: [PATCH] add zfblast nimble package (#1394) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 838ad63..094d8e8 100644 --- a/packages.json +++ b/packages.json @@ -16924,5 +16924,19 @@ "description": "A library for factorization machines in Nim.", "license": "MIT", "web": "https://github.com/neonnnnn/nimfm" + }, + { + "name": "zfblast", + "url": "https://github.com/zendbit/nim.zfblast", + "method": "git", + "tags": [ + "web", + "http", + "server", + "asynchttpserver" + ], + "description": "High performance http server (https://tools.ietf.org/html/rfc2616) with persistent connection for nim language.", + "license": "BSD", + "web": "https://github.com/zendbit/nim.zfblast" } ]