diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-08-13 07:41:31 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-08-13 07:41:31 +0100 |
| commit | 504f3c9f7213ce6597aae9a8dbce06eb0cf71d81 (patch) | |
| tree | fab91f00322fcbed8259de6077a27b7d79f1338b | |
| parent | 76bf05fc5bbae369e068220861b49b56c63a6d75 (diff) | |
| parent | 6ad8d369de217eaa93bcb9fcf6d04c47615c2c11 (diff) | |
| download | packages-504f3c9f7213ce6597aae9a8dbce06eb0cf71d81.tar.gz packages-504f3c9f7213ce6597aae9a8dbce06eb0cf71d81.zip | |
Merge pull request #81 from achesak/master
Added pythonfile and colorsys.
| -rw-r--r-- | packages.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 80784ff..778b71a 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" } ] |
