Files
third_party_libxml2/bundle.json
T
chencheng31 74ca571767 update libxml2 2.9.13
Signed-off-by: chencheng31 <chencheng8@huawei.com>
2022-06-06 21:11:27 +08:00

35 lines
896 B
JSON

{
"name": "@ohos/libxml2",
"description": "Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), it is free software available under the MIT License",
"version": "3.1",
"license": "MIT",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/libxml2"
},
"dirs": {},
"scripts": {},
"licensePath": "Copyright",
"readmePath": {
"en": "README.md"
},
"component": {
"name": "libxml2",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}