From 1aa671759f17c0ec04604323a117768b3aaf4b88 Mon Sep 17 00:00:00 2001 From: Micky Latowicki Date: Wed, 12 Feb 2014 13:44:31 +0200 Subject: [PATCH] add NimBorg, a package for interfacing with lua and python --- packages.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages.json b/packages.json index b6ab844..1b2c624 100644 --- a/packages.json +++ b/packages.json @@ -349,6 +349,16 @@ "web": "https://github.com/nimrod-code/python" }, + { + "name": "NimBorg", + "url": "https://github.com/micklat/NimBorg", + "method": "git", + "tags": ["wrapper"], + "descipriont": "High-level and low-level interfaces to python and lua", + "license": "MIT", + "web": "https://github.com/micklat/NimBorg", + }, + { "name": "ouroboros", "url": "git://github.com/gradha/nimrod-ouroboros/",