blob: ce5f991d7f1f4f3b3e88456609cc5472154b63e5 [file] [log] [blame]
Chih-Hung Hsiehfab43802020-04-07 14:24:01 -07001name: "clang-sys"
2description: "Rust bindings for libclang."
3third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://crates.io/crates/clang-sys"
7 }
8 url {
9 type: GIT
10 value: "https://github.com/KyleMayes/clang-sys"
11 }
Haibo Huang8b9513e2020-07-13 22:05:39 -070012 version: "1.0.0"
Chih-Hung Hsiehfab43802020-04-07 14:24:01 -070013 license_type: NOTICE
14 last_upgrade_date {
15 year: 2020
Haibo Huang8b9513e2020-07-13 22:05:39 -070016 month: 7
17 day: 13
Chih-Hung Hsiehfab43802020-04-07 14:24:01 -070018 }
19}