aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Omoto <federico.omoto@gmail.com>2015-05-12 13:45:10 -0300
committerFederico Omoto <federico.omoto@gmail.com>2015-05-12 13:45:10 -0300
commit199717516b51da1e0c52f44cd7ced52a2df30acc (patch)
tree88dc82b087a73155947cbb863d32f21b3b630e5e
parent2fb43c550306b71fcdcdc178af3e3ddc9911b504 (diff)
downloadpackages-199717516b51da1e0c52f44cd7ced52a2df30acc.tar.gz
packages-199717516b51da1e0c52f44cd7ced52a2df30acc.zip
Add LLVM package
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 0ac47a8..fda4386 100644
--- a/packages.json
+++ b/packages.json
@@ -1425,5 +1425,14 @@
"description": "library for generating PDF files",
"license": "MIT",
"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/"
}
]