diff options
| author | James Boyden <github@jboy.id.au> | 2015-12-03 14:08:05 +1100 |
|---|---|---|
| committer | James Boyden <github@jboy.id.au> | 2015-12-03 14:08:05 +1100 |
| commit | 29f7f12419093639584a8465d218ca2f76dd38cf (patch) | |
| tree | aa6b5756dfd78be94d5e98a3cfccffc5c3cc214c | |
| parent | 37f21d99cc2be3fabe26c63a5817237b5f2fa716 (diff) | |
| download | packages-29f7f12419093639584a8465d218ca2f76dd38cf.tar.gz packages-29f7f12419093639584a8465d218ca2f76dd38cf.zip | |
Added nim-pymod
| -rw-r--r-- | packages.json | 24 |
1 files changed, 23 insertions, 1 deletions
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 +] |
