diff options
| author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-05-30 22:06:58 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-05-30 22:06:58 +0100 |
| commit | 2c770f9d7376fa1ea92f8e7bdef7438e37a91d1a (patch) | |
| tree | e23839e4e2ec1385738753f5a6401dc0ab0dd5a8 | |
| parent | 1a346d564f94d46b4c37f6e19eeb90d8b95ef3d2 (diff) | |
| parent | 7067f016a3e989621f3d7aecab2392e32ba40d1e (diff) | |
| download | packages-2c770f9d7376fa1ea92f8e7bdef7438e37a91d1a.tar.gz packages-2c770f9d7376fa1ea92f8e7bdef7438e37a91d1a.zip | |
Merge branch 'mtx-nimzend' of https://github.com/metatexx/packages into metatexx-mtx-nimzend
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 3151d94..c8a8eaa 100644 --- a/packages.json +++ b/packages.json @@ -4754,5 +4754,19 @@ "description": "LibFixMath 16:16 fixed point support for nim", "license": "MIT", "web": "https://github.com/Jeff-Ciesielski/fixmath" + }, + { + "name": "nimzend", + "url": "https://github.com/metatexx/nimzend", + "method": "git", + "tags": [ + "zend", + "php", + "binding", + "extension" + ], + "description": "Native Nim Zend API glue for easy PHP extension development.", + "license": "MIT", + "web": "https://github.com/metatexx/nimzend" } ] |
