mirror of
https://github.com/openharmony/third_party_libcoap.git
synced 2026-07-21 06:05:25 -04:00
f2b16b9922
Merge pull request !31 from wanghan985406/master
31 lines
1017 B
JSON
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": []
|
|
}
|
|
}
|
|
}
|