aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-12-29 15:35:09 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2014-12-29 15:35:09 +0000
commitefdea0d3376ac13c4b673ce49e3e5a0e9b1c1ef0 (patch)
treed68a1142be0c84d86b8ac794b9b10cc9341e63f9
parentad09a094690d9f7fcf6c3f76c76865f7d068eddd (diff)
parentca4c66b1b4f9a517819d77dbfa22997973e8baf2 (diff)
downloadpackages-efdea0d3376ac13c4b673ce49e3e5a0e9b1c1ef0.tar.gz
packages-efdea0d3376ac13c4b673ce49e3e5a0e9b1c1ef0.zip
Merge pull request #102 from filcuc/master
Added NimQml
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 5c3b519..4393f8a 100644
--- a/packages.json
+++ b/packages.json
@@ -1056,6 +1056,15 @@
"description": "wrapper for libclang (the C-interface of the clang LLVM frontend)",
"license": "MIT",
"web": "https://github.com/cowboy-coders/nim-libclang"
+ },
+ {
+ "name": "NimQml",
+ "url": "git://github.com/filcuc/NimQml",
+ "method": "git",
+ "tags": ["Qt", "Qml", "UI", "GUI"],
+ "description": "Qt Qml bindings",
+ "license": "GPLv3",
+ "web": "https://github.com/filcuc/nimqml"
}
]