Merge pull request #538 from StefanSalewski/add-gintro0854

Add package gintro
This commit is contained in:
Dominik Picheta 2017-07-20 22:28:22 +01:00 committed by GitHub
commit b5bed16a2c

View File

@ -6518,19 +6518,19 @@
"web": "https://github.com/adelq/ulid" "web": "https://github.com/adelq/ulid"
}, },
{ {
"name": "osureplay", "name": "osureplay",
"url": "https://github.com/TiberiumN/nim-osureplay", "url": "https://github.com/TiberiumN/nim-osureplay",
"method": "git", "method": "git",
"tags": [ "tags": [
"library", "library",
"osu!", "osu!",
"parser", "parser",
"osugame", "osugame",
"replay" "replay"
], ],
"description": "osu! replay parser", "description": "osu! replay parser",
"license": "MIT", "license": "MIT",
"web": "https://github.com/TiberiumN/nim-osureplay" "web": "https://github.com/TiberiumN/nim-osureplay"
}, },
{ {
"name": "tiger", "name": "tiger",
@ -6724,6 +6724,20 @@
"license": "MIT", "license": "MIT",
"web": "https://github.com/yglukhov/rect_packer" "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", "name": "arraymancer",
"url": "https://github.com/mratsim/Arraymancer", "url": "https://github.com/mratsim/Arraymancer",