diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2013-10-05 16:43:57 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2013-10-05 16:43:57 +0100 |
| commit | 7bc74342a506ac41c28eab01e3c5637d759bb109 (patch) | |
| tree | 355f58f7e5f27614339691b14feb3d4498a3f58f | |
| parent | 1a139ccbf6f2110b76ca1045b19ade1c04d26f28 (diff) | |
| download | packages-7bc74342a506ac41c28eab01e3c5637d759bb109.tar.gz packages-7bc74342a506ac41c28eab01e3c5637d759bb109.zip | |
Added Aporia and Babel.
| -rw-r--r-- | packages.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages.json b/packages.json index a3f3635..059e711 100644 --- a/packages.json +++ b/packages.json @@ -168,5 +168,23 @@ "tags": ["library", "wrapper", "opencv", "image", "processing"], "description": "OpenCV wrapper", "license": "MIT" + }, + + { + "name": "babel", + "url": "git://github.com/nimrod-code/babel", + "method": "git", + "tags": ["app", "binary", "package", "manager"], + "description": "Babel package manager", + "license": "BSD" + }, + + { + "name": "aporia", + "url": "git://github.com/nimrod-code/aporia", + "method": "git", + "tags": ["app", "binary", "ide", "gtk", "nimrod"], + "description": "A Nimrod IDE.", + "license": "GPLv2" } ] |
