aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-06-22 23:32:31 +0100
committerGitHub <noreply@github.com>2017-06-22 23:32:31 +0100
commit9eb0e1c3f26454e4ced71cd3eea35ca43b2ccc07 (patch)
treeb2b7b5e58f0e426a10f76b7dba442de837c594a6
parent2291d09c2a673f7e7d48e36f2b2c47af9defc3c5 (diff)
parentba40406ea4c764ef68f3687205fff5a1f39331a8 (diff)
downloadpackages-9eb0e1c3f26454e4ced71cd3eea35ca43b2ccc07.tar.gz
packages-9eb0e1c3f26454e4ced71cd3eea35ca43b2ccc07.zip
Merge pull request #527 from enthus1ast/patch-1
Update packages.json
-rw-r--r--packages.json29
1 files changed, 28 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index c171ed7..13ca89d 100644
--- a/packages.json
+++ b/packages.json
@@ -6537,5 +6537,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"
+ }
]