Files
third_party_rust_clang-sys/bundle.json
T
2025-12-24 09:12:21 +08:00

34 lines
713 B
JSON

{
"name": "@ohos/rust_clang_sys",
"description": "A Rust library that provides bindings to the Clang C/C++ compiler.",
"version": "6.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/rust/crates/clang-sys"
},
"dirs": {},
"scripts": {},
"readmePath": {
"en": "README.md"
},
"component": {
"name": "rust_clang_sys",
"subsystem": "thirdparty",
"adapted_system_type": [
"standard"
],
"deps": {
"components": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name": "//third_party/rust/crates/clang-sys:lib"
}
],
"test": []
}
}
}