aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ }
]