From 199717516b51da1e0c52f44cd7ced52a2df30acc Mon Sep 17 00:00:00 2001 From: Federico Omoto Date: Tue, 12 May 2015 13:45:10 -0300 Subject: [PATCH] Add LLVM package --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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/" } ]