diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-05-22 17:49:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-22 17:49:42 +0100 |
| commit | ef7223985b457dc95df22aee280d7a9b0a1d1d5c (patch) | |
| tree | c77021de1481fdaf2e4c8b94286247b178d7ed2f | |
| parent | cbb2de08ad42e9403cf901b5e83755e0cdaf50ff (diff) | |
| parent | 483010e9b601c71b57ee298525f1982b0db0a9b6 (diff) | |
| download | packages-ef7223985b457dc95df22aee280d7a9b0a1d1d5c.tar.gz packages-ef7223985b457dc95df22aee280d7a9b0a1d1d5c.zip | |
Merge branch 'master' into master
| -rw-r--r-- | packages.json | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/packages.json b/packages.json index bf1f406..4489fe6 100644 --- a/packages.json +++ b/packages.json @@ -5433,8 +5433,8 @@ "web": "https://h3rald.com/minim" }, { - "name": "boneGPIO", - "url": "https://github.com/xyz32/boneGPIO", + "name": "boneIO", + "url": "https://github.com/xyz32/boneIO", "method": "git", "tags": [ "library", @@ -5443,7 +5443,7 @@ ], "description": "A low level GPIO library for the BeagleBone board family", "license": "MIT", - "web": "https://github.com/xyz32/boneGPIO" + "web": "https://github.com/xyz32/boneIO" }, { "name": "ui", @@ -6372,5 +6372,18 @@ "description": "CUDA bindings", "license": "Apache2", "web": "https://github.com/unicredit/nimcuda" + }, + { + "name": "gifwriter", + "url": "https://github.com/rxi/gifwriter", + "method": "git", + "tags": [ + "gif", + "image", + "library" + ], + "description": "Animated GIF writing library based on jo_gif", + "license": "MIT", + "web": "https://github.com/rxi/gifwriter" } ] |
