• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/libwebsockets",
3  "description": "Libwebsockets is a simple-to-use, MIT-license, pure C library providing client and server for http/1, http/2, websockets, MQTT and other protocols in a security-minded, lightweight, configurable, scalable and flexible way.",
4  "version": "3.1",
5  "license": "Apache V2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "third_party/libwebsockets"
9  },
10  "dirs": {},
11  "scripts": {},
12  "licensePath": "COPYING",
13  "component": {
14    "name": "libwebsockets",
15    "subsystem": "thirdparty",
16    "syscap": [],
17    "features": [],
18    "adapted_system_type": [ "standard" ],
19    "rom": "319KB",
20    "ram": "13865KB",
21    "deps": {
22      "components": [],
23      "third_party": [
24        "openssl",
25        "zlib"
26      ]
27    },
28    "build": {
29      "sub_component": [],
30      "inner_kits": [],
31      "test": []
32    }
33  }
34}