aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcoapintoo <marcoapintoo@hotmail.com>2015-12-30 11:35:07 -0400
committermarcoapintoo <marcoapintoo@hotmail.com>2015-12-30 11:35:07 -0400
commit021b1d17cbf87a487a8e4169947f468599b87da4 (patch)
tree88adfd18a50c1a7d34a75cfcb51a0c48d8c21694
parenta862dbbb03266f43e6053d8bf145dbbdc4a55a43 (diff)
downloadpackages-021b1d17cbf87a487a8e4169947f468599b87da4.tar.gz
packages-021b1d17cbf87a487a8e4169947f468599b87da4.zip
Update packages.json
Adding a new Nim package
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
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"
}
]