aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-12-17 16:06:39 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2014-12-17 16:06:39 +0000
commit0eefe9ab3eb054a6ec20ee6eec2db0abea519540 (patch)
tree686718385dd0b4ef74067d281468c1efafe6af06
parent25366c503cfe763e60304202de450c84f37b39a0 (diff)
parent62d3e8bb890e9dd7c7907fe6729ef0a6e8a32f96 (diff)
downloadpackages-0eefe9ab3eb054a6ec20ee6eec2db0abea519540.tar.gz
packages-0eefe9ab3eb054a6ec20ee6eec2db0abea519540.zip
Merge pull request #100 from cowboy-coders/master
Added nim-libclang to packages.json
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index a0b7928..0a633a5 100644
--- a/packages.json
+++ b/packages.json
@@ -1047,6 +1047,15 @@
"description": "simple wrapper providing a convenient interface for the bcrypt password hashing algorithm",
"license": "CC0",
"web": "https://github.com/flaviut/easy-bcrypt/blob/master/easy-bcrypt.nimble"
+ },
+ {
+ "name": "nim-libclang",
+ "url": "https://github.com/cowboy-coders/nim-libclang.git",
+ "method": "git",
+ "tags": ["wrapper", "bindings", "clang"],
+ "description": "wrapper for libclang (the C-interface of the clang LLVM frontend)",
+ "license": "MIT",
+ "web": "https://github.com/cowboy-coders/nim-libclang"
}
]