diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-07-20 22:28:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-20 22:28:22 +0100 |
| commit | b5bed16a2ca1941d2613e20bda81d2cd3496aac8 (patch) | |
| tree | 4e148b8259c058e8787945af4d2e8d099e02f775 | |
| parent | 124c2e503f2f4895cec90b5b188f2deed0894b73 (diff) | |
| parent | 337265c4110fc44b5b206ae0580d3f02263feeff (diff) | |
| download | packages-b5bed16a2ca1941d2613e20bda81d2cd3496aac8.tar.gz packages-b5bed16a2ca1941d2613e20bda81d2cd3496aac8.zip | |
Merge pull request #538 from StefanSalewski/add-gintro0854
Add package gintro
| -rw-r--r-- | packages.json | 40 |
1 files changed, 27 insertions, 13 deletions
diff --git a/packages.json b/packages.json index 1dee599..421c32f 100644 --- a/packages.json +++ b/packages.json @@ -6518,19 +6518,19 @@ "web": "https://github.com/adelq/ulid" }, { - "name": "osureplay", - "url": "https://github.com/TiberiumN/nim-osureplay", - "method": "git", - "tags": [ - "library", - "osu!", - "parser", - "osugame", - "replay" - ], - "description": "osu! replay parser", - "license": "MIT", - "web": "https://github.com/TiberiumN/nim-osureplay" + "name": "osureplay", + "url": "https://github.com/TiberiumN/nim-osureplay", + "method": "git", + "tags": [ + "library", + "osu!", + "parser", + "osugame", + "replay" + ], + "description": "osu! replay parser", + "license": "MIT", + "web": "https://github.com/TiberiumN/nim-osureplay" }, { "name": "tiger", @@ -6725,6 +6725,20 @@ "web": "https://github.com/yglukhov/rect_packer" }, { + "name": "gintro", + "url": "https://github.com/stefansalewski/gintro", + "method": "git", + "tags": [ + "library", + "gtk", + "wrapper", + "gui" + ], + "description": "High level GObject-Introspection based GTK3 bindings", + "license": "MIT", + "web": "https://github.com/stefansalewski/gintro" + }, + { "name": "arraymancer", "url": "https://github.com/mratsim/Arraymancer", "method": "git", |
