• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/curl",
3    "description": "A command line tool and library for transferring data with URL syntax, supporting HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and RTMP. libcurl offers a myriad of powerful features.",
4    "version": "3.1",
5    "license": "Curl License",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/curl"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "COPYING",
13    "component": {
14        "name": "curl",
15        "subsystem": "thirdparty",
16        "syscap": [],
17        "features": [],
18        "adapted_system_type": [
19            "small",
20            "standard"
21        ],
22        "rom": "",
23        "ram": "",
24        "deps": {
25            "components": [
26                "cares",
27                "nghttp2",
28                "openssl",
29                "zlib",
30                "brotli"
31            ],
32            "third_party": [
33                "nghttp2",
34                "openssl",
35                "zlib",
36                "cares",
37                "nghttp2"
38            ]
39        },
40        "build": {
41            "sub_component": [
42                "//third_party/curl:curl_target"
43            ],
44            "inner_kits": [
45                {
46                    "name":"//third_party/curl:curl_shared",
47                    "header":{
48                        "header_files":[],
49                        "header_base":"//third_party/curl/include/curl"
50                    }
51                },
52                {
53                    "name":"//third_party/curl:curl_shared_http3",
54                    "header":{
55                        "header_files":[],
56                        "header_base":"//third_party/curl/include/curl"
57                    }
58                },
59                {
60                    "name":"//third_party/curl:libcurl_shared",
61                    "header":{
62                        "header_files":[],
63                        "header_base":"//third_party/curl/include/curl"
64                    }
65                }
66            ],
67            "test": []
68        }
69    }
70}
71