mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-23 07:50:02 +00:00
c2e07b6369
Signed-off-by: liyufan <liyufan5@huawei.com>
35 lines
815 B
JSON
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": []
|
|
}
|
|
}
|
|
}
|