diff options
| author | achesak <achesak@yahoo.com> | 2014-08-12 20:38:55 -0500 |
|---|---|---|
| committer | achesak <achesak@yahoo.com> | 2014-08-12 20:38:55 -0500 |
| commit | df2db950fe806ae953b69f29df62c31e604efd88 (patch) | |
| tree | b801685bee3f2e0eb451586edc8f5a3b90c9e1eb /packages.json | |
| parent | 76bf05fc5bbae369e068220861b49b56c63a6d75 (diff) | |
| download | packages-df2db950fe806ae953b69f29df62c31e604efd88.tar.gz packages-df2db950fe806ae953b69f29df62c31e604efd88.zip | |
Added pythonfile and colorsys.
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 80784ff..08ab507 100644 --- a/packages.json +++ b/packages.json @@ -885,5 +885,23 @@ "description": "eaiser use of OpenGL and GLSL shaders", "license": "MIT", "web": "https://github.com/barcharcraz/Phosphor" + }, + { + "name": "colorsys", + "url": "git://github.com/achesak/nimrod-colorsys", + "method": "git", + "tags": ["library", "colors", "rgb", "yiq", "hls", "hsv"], + "description": "Convert between RGB, YIQ, HLS, and HSV color systems.", + "license": "MIT", + "web": "https://github.com/achesak/nimrod-colorsys" + }, + { + "name": "pythonfile", + "url: "git//github.com/achesak/nimrod-pythonfile", + "method": "git", + "tags": ["library", "python", "files", "file"], + "description": "Wrapper of the file procedures to provide an interface as similar as possible to that of Python", + "license": "MIT", + "web": "https://github.com/achesak/nimrod-pythonfile" } ] |
