llvm-sys 90.2.2

Bindings to LLVM's C API
Documentation
[badges.appveyor]
branch = "default"
repository = "tari/llvm-sys.rs"
service = "bitbucket"
[build-dependencies.cc]
version = "1.0"

[build-dependencies.lazy_static]
version = "1.0"

[build-dependencies.regex]
version = "1.0"

[build-dependencies.semver]
version = "0.9"
[dependencies.libc]
version = "0.2"

[features]
disable-alltargets-init = []
no-llvm-linking = []
strict-versioning = []

[package]
authors = ["Peter Marheine <peter@taricorp.net>", "Scott Olson <scott@solson.me>"]
build = "build.rs"
categories = ["external-ffi-bindings"]
description = "Bindings to LLVM's C API"
documentation = "http://rustdoc.taricorp.net/llvm-sys/llvm_sys/"
keywords = ["bindings", "llvm"]
license = "MIT"
links = "llvm-9"
name = "llvm-sys"
readme = "README.md"
repository = "https://gitlab.com/taricorp/llvm-sys.rs"
version = "90.2.2"