[package] description = "Bindings to LLVM's C API" documentation = "http://rustdoc.taricorp.net/llvm-sys/llvm_sys/" repository = "https://bitbucket.org/tari/llvm-sys.rs" readme = "README.md" license = "MIT" keywords = ["bindings", "llvm"] name = "llvm-alt-sys" version = "0.1.4" authors = ["Peter Marheine ", "Tom Bebbington "] build = "build.rs" [lib] name = "llvm_sys" [features] # Turn this on to link against LLVM as a shared rather than static library llvm-dylib = [] [dependencies] bitflags = "*" libc = "*" [build-dependencies] glob = "*" semver = "*"