diff options
| author | fowl <phowl.mouth@gmail.com> | 2015-05-13 01:56:45 -0500 |
|---|---|---|
| committer | fowl <phowl.mouth@gmail.com> | 2015-05-13 01:56:45 -0500 |
| commit | c94e75ba5845998d4a5a5f4c196a0df786766852 (patch) | |
| tree | 192c0c0c6e6d696b7a04b293bde5b713cd55636e | |
| parent | 7d25911d9611d7cf494ef4a16a5fe4636d11d134 (diff) | |
| parent | d435b81a7c5068a548feba2eea45c4b5b1d5b997 (diff) | |
| download | packages-c94e75ba5845998d4a5a5f4c196a0df786766852.tar.gz packages-c94e75ba5845998d4a5a5f4c196a0df786766852.zip | |
Merge branch 'patch'
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 77af121..de832ad 100644 --- a/packages.json +++ b/packages.json @@ -1427,6 +1427,15 @@ "web": "https://github.com/jangko/nimpdf" }, { + "name": "LLVM", + "url": "https://github.com/FedeOmoto/llvm", + "method": "git", + "tags": ["LLVM", "bindings", "wrapper"], + "description": "LLVM bindings for the Nim language.", + "license": "MIT", + "web": "http://fedeomoto.github.io/llvm/" + }, + { "name": "nshout", "url": "https://github.com/Senketsu/nshout", "method": "git", |
