aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 2fca040..8a59a24 100644
--- a/packages.json
+++ b/packages.json
@@ -3274,5 +3274,18 @@
"description": "extension modules for Nim's 'db_*' modules",
"license": "MIT",
"web": "https://github.com/Senketsu/nim-db-ex"
+ },
+ {
+ "name": "ni",
+ "url": "git://github.com/gokr/ni/",
+ "method": "git",
+ "tags": [
+ "language",
+ "library",
+ "scripting"
+ ],
+ "description": "A Rebol-ish language implemented as an AST interpreter",
+ "license": "MIT",
+ "web": "https://github.com/gokr/ni"
}
]