diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-06-22 23:32:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-22 23:32:31 +0100 |
| commit | 9eb0e1c3f26454e4ced71cd3eea35ca43b2ccc07 (patch) | |
| tree | b2b7b5e58f0e426a10f76b7dba442de837c594a6 | |
| parent | 2291d09c2a673f7e7d48e36f2b2c47af9defc3c5 (diff) | |
| parent | ba40406ea4c764ef68f3687205fff5a1f39331a8 (diff) | |
| download | packages-9eb0e1c3f26454e4ced71cd3eea35ca43b2ccc07.tar.gz packages-9eb0e1c3f26454e4ced71cd3eea35ca43b2ccc07.zip | |
Merge pull request #527 from enthus1ast/patch-1
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 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" + } ] |
