From 1aa671759f17c0ec04604323a117768b3aaf4b88 Mon Sep 17 00:00:00 2001 From: Micky Latowicki Date: Wed, 12 Feb 2014 13:44:31 +0200 Subject: [PATCH 1/2] 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/", From 120d01266a4544422654cf05107b8c4b7ac9d2d1 Mon Sep 17 00:00:00 2001 From: Micky Latowicki Date: Wed, 12 Feb 2014 14:04:22 +0200 Subject: [PATCH 2/2] fix typos in NimBorg's descriptor --- packages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index 1b2c624..0fbb6e5 100644 --- a/packages.json +++ b/packages.json @@ -351,12 +351,12 @@ { "name": "NimBorg", - "url": "https://github.com/micklat/NimBorg", + "url": "git://github.com/micklat/NimBorg", "method": "git", "tags": ["wrapper"], - "descipriont": "High-level and low-level interfaces to python and lua", + "description": "High-level and low-level interfaces to python and lua", "license": "MIT", - "web": "https://github.com/micklat/NimBorg", + "web": "https://github.com/micklat/NimBorg" }, {