From ca4c66b1b4f9a517819d77dbfa22997973e8baf2 Mon Sep 17 00:00:00 2001 From: Filippo Cucchetto Date: Mon, 29 Dec 2014 16:03:54 +0100 Subject: [PATCH] Added NimQml --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]