third_party_pyyaml/bundle.json

34 lines
763 B
JSON
Raw Permalink Normal View History

{
"name": "@ohos/PyYAML",
"description": "A YAML parser and emitter for Python.",
"version": "3.1",
"license": "MIT",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/PyYAML"
},
"dirs": {},
"scripts": {},
"component": {
"name": "PyYAML",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [
"mini",
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}