diff options
| author | David Krause <enthus1ast@users.noreply.github.com> | 2017-06-18 12:59:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-18 12:59:43 +0200 |
| commit | ba40406ea4c764ef68f3687205fff5a1f39331a8 (patch) | |
| tree | 3c4e53d4668c8c89df846e6db7f21dba85fb1492 | |
| parent | a8b0d34ac446747185afdf67f78de23ed204d35f (diff) | |
| download | packages-ba40406ea4c764ef68f3687205fff5a1f39331a8.tar.gz packages-ba40406ea4c764ef68f3687205fff5a1f39331a8.zip | |
Update packages.json
| -rw-r--r-- | packages.json | 29 |
1 files changed, 28 insertions, 1 deletions
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" + } ] |
