From 021b1d17cbf87a487a8e4169947f468599b87da4 Mon Sep 17 00:00:00 2001 From: marcoapintoo Date: Wed, 30 Dec 2015 11:35:07 -0400 Subject: [PATCH] Update packages.json Adding a new Nim package --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 6a8cf04..bf1d13c 100644 --- a/packages.json +++ b/packages.json @@ -3871,5 +3871,17 @@ "description": "Nim wrapper for the LZ4 library. There is also a high-level API for easy use", "license": "BSD", "web": "https://github.com/dfdeshom/nimlz4" + }, + { + "name": "pythonize", + "url": "https://github.com/marcoapintoo/nim-pythonize.git", + "method": "git", + "tags": [ + "python", + "wrapper", + ], + "description": "A higher-level wrapper for the Python Programing Language", + "license": "MIT", + "web": "https://github.com/marcoapintoo/nim-pythonize" } ]