diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-12-30 23:48:52 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-12-30 23:48:52 +0000 |
| commit | ba4107a37f064cb92580f87cf98125d812c6670b (patch) | |
| tree | b22814104055329ca38736c2371edbdeb2e9cf17 | |
| parent | a862dbbb03266f43e6053d8bf145dbbdc4a55a43 (diff) | |
| parent | 8eaa7b220f282311543e9b49df470fea94646fde (diff) | |
| download | packages-ba4107a37f064cb92580f87cf98125d812c6670b.tar.gz packages-ba4107a37f064cb92580f87cf98125d812c6670b.zip | |
Merge pull request #299 from marcoapintoo/patch-1
Update packages.json
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 6a8cf04..a373159 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" } ] |
