• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/libcoap",
3    "description": "The 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.",
4    "version": "3.1",
5    "license": "libcoap license",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/libcoap"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13        "name": "libcoap",
14        "subsystem": "thirdparty",
15        "syscap": [],
16        "features": [],
17        "adapted_system_type": [ "mini", "small", "standard" ],
18        "deps": {
19            "components": [],
20            "third_party": []
21        },
22        "build": {
23            "sub_component": [],
24            "inner_kits": [],
25            "test": []
26        }
27    }
28}