From 29f7f12419093639584a8465d218ca2f76dd38cf Mon Sep 17 00:00:00 2001 From: James Boyden Date: Thu, 3 Dec 2015 14:08:05 +1100 Subject: [PATCH] Added nim-pymod --- packages.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index ddbe227..3f3353c 100644 --- a/packages.json +++ b/packages.json @@ -3678,5 +3678,27 @@ "description": "YAML parser", "license": "MIT", "web": "https://github.com/nim-appkit/yaml" + }, + { + "name": "pymod", + "url": "https://github.com/jboy/nim-pymod", + "method": "git", + "tags": [ + "wrapper", + "python", + "module", + "numpy", + "array", + "matrix", + "ndarray", + "pyobject", + "pyarrayobject", + "iterator", + "iterators", + "docstring", + ], + "description": "Auto-generate a Python module that wraps a Nim module.", + "license": "MIT", + "web": "https://github.com/jboy/nim-pymod" } -] \ No newline at end of file +]