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": "v4.3.3", 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": [ "zlib" ], 23 "third_party": [ 24 "openssl" 25 ] 26 }, 27 "build": { 28 "sub_component": [], 29 "inner_kits": [], 30 "test": [] 31 } 32 } 33}