From ba40406ea4c764ef68f3687205fff5a1f39331a8 Mon Sep 17 00:00:00 2001 From: David Krause Date: Sun, 18 Jun 2017 12:59:43 +0200 Subject: Update packages.json --- packages.json | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index bd9251b..25acd95 100644 --- a/packages.json +++ b/packages.json @@ -6526,5 +6526,32 @@ "description": "Pipe operator for nim.", "license": "MIT", "web": "https://github.com/5paceToast/pipe" - } + }, + { + "name": "flatdb", + "url": "https://github.com/enthus1ast/flatdb", + "method": "git", + "tags": [ + "database", + "json", + "pure" + ], + "description": "small/tiny, flatfile, jsonl based, inprogress database for nim", + "license": "MIT", + "web": "https://github.com/enthus1ast/flatdb" + }, + { + "name": "nwt", + "url": "https://github.com/enthus1ast/nimWebTemplates", + "method": "git", + "tags": [ + "template", + "html", + "pure", + "jinja" + ], + "description": "experiment to build a jinja like template parser", + "license": "MIT", + "web": "https://github.com/enthus1ast/nimWebTemplates" + } ] -- cgit v1.2.3