# llvm-config [![Build Status](https://travis-ci.com/Michael-F-Bryan/llvm-config.svg?branch=master)](https://travis-ci.com/Michael-F-Bryan/llvm-config) [![Docs.rs Badge](https://docs.rs/llvm-config/badge.svg)](https://docs.rs/llvm-config) [![Crates.io](https://img.shields.io/crates/v/llvm-config)](https://crates.io/crates/llvm-config) ![Crates.io](https://img.shields.io/crates/l/llvm-config) ([API Docs for master][docs]) An interface to the `llvm-config` tool from Rust, intended for use in build scripts. ## License This project is licensed under either of * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE.md) or http://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT.md) or http://opensource.org/licenses/MIT) at your option. ### Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. [docs]: https://michael-f-bryan.github.io/llvm-config