diff options
| author | Yuriy Glukhov <yglukhov@users.noreply.github.com> | 2016-01-08 12:12:49 +0200 |
|---|---|---|
| committer | Yuriy Glukhov <yglukhov@users.noreply.github.com> | 2016-01-08 12:12:49 +0200 |
| commit | 7d07d35f4e346b74a69435ba97c4c688bdf9a6cb (patch) | |
| tree | dfb189d80a16a3659d39b1d1ca738aae59a71d87 | |
| parent | 2a69f76d1ab3f59c2288cec08a5a8c93057d8643 (diff) | |
| download | packages-7d07d35f4e346b74a69435ba97c4c688bdf9a6cb.tar.gz packages-7d07d35f4e346b74a69435ba97c4c688bdf9a6cb.zip | |
Renamed nim-libclang to libclang.
| -rw-r--r-- | packages.json | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 5f73408..fb563ea 100644 --- a/packages.json +++ b/packages.json @@ -1581,7 +1581,7 @@ "web": "https://github.com/flaviut/easy-bcrypt/blob/master/easy-bcrypt.nimble" }, { - "name": "nim-libclang", + "name": "libclang", "url": "https://github.com/cowboy-coders/nim-libclang.git", "method": "git", "tags": [ @@ -1594,6 +1594,19 @@ "web": "https://github.com/cowboy-coders/nim-libclang" }, { + "name": "nim-libclang", + "url": "https://github.com/cowboy-coders/nim-libclang.git", + "method": "git", + "tags": [ + "wrapper", + "bindings", + "clang" + ], + "description": "Please use libclang instead.", + "license": "MIT", + "web": "https://github.com/cowboy-coders/nim-libclang" + }, + { "name": "nimqml", "url": "git://github.com/filcuc/nimqml", "method": "git", |
