third_party_nghttp2/bundle.json
liyufan c2e07b6369 change component name
Signed-off-by: liyufan <liyufan5@huawei.com>
2023-05-27 16:38:25 +08:00

35 lines
815 B
JSON

{
"name": "@ohos/nghttp2",
"description": "nghttp2 is an implementation of HTTP/2 and its header compression algorithm HPACK in C.",
"version": "3.1",
"license": "MIT",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/nghttp2"
},
"dirs": {},
"scripts": {},
"licensePath": "COPYING",
"readmePath": {
"en": "README.rst"
},
"component": {
"name": "nghttp2",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}