From 4b6ad2d9aeeaf0b87311ffb4ea4a0d615b8ce619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20Krampe?= Date: Sat, 19 Sep 2015 01:09:52 +0200 Subject: [PATCH] Added package ni --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" } ]