Files
third_party_libcoap/bundle.json
openharmony_ci f2b16b9922 !31 libcoap upgrade to 4.3.1
Merge pull request !31 from wanghan985406/master
2023-10-16 03:18:41 +00:00

31 lines
1017 B
JSON

{
"name": "@ohos/libcoap",
"description": "libcoap is a C implementation of a lightweight application-protocol for devices that are constrained their resources such as computing power, RF range, memory, bandwidth, or network packet sizes.",
"version": "4.3.1",
"license": "Apache License V2.0, OpenSSL License, BSD 3-Clause License, GPL V1.0, BSD 2-Clause License, GPL V2.0, GPL V3.0, BSD-1-Clause License",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/libcoap"
},
"dirs": {},
"scripts": {},
"component": {
"name": "libcoap",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [ "mini", "small", "standard" ],
"deps": {
"components": [],
"third_party": [
"bounds_checking_function"
]
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}