diff options
| -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", |
