Jeff Vander Stoep | 3dc8c53 | 2022-12-08 10:07:41 +0100 | [diff] [blame] | 1 | # This project was upgraded with external_updater. |
| 2 | # Usage: tools/external_updater/updater.sh update rust/crates/clang-sys |
| 3 | # For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md |
| 4 | |
Chih-Hung Hsieh | fab4380 | 2020-04-07 14:24:01 -0700 | [diff] [blame] | 5 | name: "clang-sys" |
| 6 | description: "Rust bindings for libclang." |
| 7 | third_party { |
| 8 | url { |
| 9 | type: HOMEPAGE |
| 10 | value: "https://crates.io/crates/clang-sys" |
| 11 | } |
| 12 | url { |
Chih-Hung Hsieh | f50a9b6 | 2020-08-25 20:49:13 -0700 | [diff] [blame] | 13 | type: ARCHIVE |
Jeff Vander Stoep | 3dc8c53 | 2022-12-08 10:07:41 +0100 | [diff] [blame] | 14 | value: "https://static.crates.io/crates/clang-sys/clang-sys-1.4.0.crate" |
Chih-Hung Hsieh | fab4380 | 2020-04-07 14:24:01 -0700 | [diff] [blame] | 15 | } |
Jeff Vander Stoep | 3dc8c53 | 2022-12-08 10:07:41 +0100 | [diff] [blame] | 16 | version: "1.4.0" |
Chih-Hung Hsieh | fab4380 | 2020-04-07 14:24:01 -0700 | [diff] [blame] | 17 | license_type: NOTICE |
| 18 | last_upgrade_date { |
David LeGare | 82e2b17 | 2022-03-01 18:53:05 +0000 | [diff] [blame] | 19 | year: 2022 |
Jeff Vander Stoep | 3dc8c53 | 2022-12-08 10:07:41 +0100 | [diff] [blame] | 20 | month: 12 |
| 21 | day: 8 |
Chih-Hung Hsieh | fab4380 | 2020-04-07 14:24:01 -0700 | [diff] [blame] | 22 | } |
| 23 | } |