diff options
| author | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2013-10-16 13:09:38 -0700 |
|---|---|---|
| committer | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2013-10-16 13:09:38 -0700 |
| commit | c05ba3f7b4ffb5e35ab31a091f94364279f233b7 (patch) | |
| tree | 1be8ac60183d72420ba04edc55a50b28908fb4ef | |
| parent | ca83b7d72bb54b186ab46c10d76887967c3146aa (diff) | |
| download | packages-c05ba3f7b4ffb5e35ab31a091f94364279f233b7.tar.gz packages-c05ba3f7b4ffb5e35ab31a091f94364279f233b7.zip | |
added 7 packages extracted from Nimrod's stdlib
X11, OpenGL, Cairo, GTK2, Lua, Python and TCL
| -rw-r--r-- | packages.json | 65 |
1 files changed, 64 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 81378e4..5a411fb 100644 --- a/packages.json +++ b/packages.json @@ -240,6 +240,69 @@ "tags": ["library", "math", "trigonometry"], "description": "Nimrod math library", "license": "MIT" + }, + + { + "name": "gtk2", + "url": "git://github.com/nimrod-code/gtk2", + "method": "git", + "tags": ["wrapper", "gui"], + "description": "Nimrod math library", + "license": "MIT" + }, + + { + "name": "cairo", + "url": "git://github.com/nimrod-code/cairo", + "method": "git", + "tags": ["wrapper"], + "description": "Nimrod math library", + "license": "MIT" + }, + + { + "name": "x11", + "url": "git://github.com/nimrod-code/x11", + "method": "git", + "tags": ["wrapper"], + "description": "Nimrod math library", + "license": "MIT" + }, + + { + "name": "opengl", + "url": "git://github.com/nimrod-code/opengl", + "method": "git", + "tags": ["wrapper"], + "description": "Nimrod math library", + "license": "MIT" + }, + + { + "name": "lua", + "url": "git://github.com/nimrod-code/lua", + "method": "git", + "tags": ["wrapper"], + "description": "Nimrod math library", + "license": "MIT" + }, + + { + "name": "tcl", + "url": "git://github.com/nimrod-code/tcl", + "method": "git", + "tags": ["wrapper"], + "description": "Nimrod math library", + "license": "MIT" + }, + + { + "name": "python", + "url": "git://github.com/nimrod-code/python", + "method": "git", + "tags": ["wrapper"], + "description": "Nimrod math library", + "license": "MIT" } - + ] |
