-
-
Notifications
You must be signed in to change notification settings - Fork 269
/
libs.json
115 lines (115 loc) · 2.89 KB
/
libs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
[
{
"system": "Windows",
"machine": "AMD64",
"pointer_size": 64,
"libdir": "./lib64",
"sysname": "win32",
"so_name": "libcurl.dll",
"so_arch": "x86_64"
},
{
"system": "Windows",
"machine": "AMD64",
"pointer_size": 32,
"libdir": "./lib32",
"sysname": "win32",
"so_name": "libcurl.dll",
"so_arch": "i686"
},
{
"system": "Darwin",
"machine": "x86_64",
"pointer_size": 64,
"libdir": "/Users/runner/work/_temp/install/lib",
"sysname": "macos",
"so_name": "libcurl-impersonate-chrome.4.dylib",
"so_arch": "x86_64"
},
{
"system": "Darwin",
"machine": "arm64",
"pointer_size": 64,
"libdir": "/Users/runner/work/_temp/install/lib",
"sysname": "macos",
"so_name": "libcurl-impersonate-chrome.4.dylib",
"so_arch": "arm64"
},
{
"system": "Linux",
"machine": "x86_64",
"pointer_size": 64,
"libdir": "",
"sysname": "linux",
"link_type": "static",
"libc": "gnu",
"so_name": "libcurl-impersonate-chrome.so",
"so_arch": "x86_64"
},
{
"system": "Linux",
"machine": "x86_64",
"pointer_size": 64,
"libdir": "",
"sysname": "linux",
"link_type": "static",
"libc": "musl",
"so_name": "libcurl-impersonate-chrome.so",
"so_arch": "x86_64"
},
{
"system": "Linux",
"machine": "i686",
"pointer_size": 32,
"libdir": "",
"sysname": "linux",
"link_type": "static",
"libc": "gnu",
"so_name": "libcurl-impersonate-chrome.so",
"so_arch": "i386"
},
{
"system": "Linux",
"machine": "aarch64",
"pointer_size": 64,
"libdir": "",
"sysname": "linux",
"link_type": "static",
"libc": "gnu",
"so_name": "libcurl-impersonate-chrome.so",
"so_arch": "aarch64"
},
{
"system": "Linux",
"machine": "aarch64",
"pointer_size": 64,
"libdir": "~/.local/lib",
"sysname": "linux",
"link_type": "dynamic",
"libc": "musl",
"so_name": "libcurl-impersonate-chrome.so",
"so_arch": "aarch64"
},
{
"system": "Linux",
"machine": "armv6l",
"pointer_size": 32,
"libdir": "",
"sysname": "linux",
"link_type": "static",
"libc": "gnueabihf",
"so_name": "libcurl-impersonate-chrome.so",
"so_arch": "arm"
},
{
"system": "Linux",
"machine": "armv7l",
"pointer_size": 32,
"libdir": "",
"sysname": "linux",
"link_type": "static",
"libc": "gnueabihf",
"so_name": "libcurl-impersonate-chrome.so",
"so_arch": "arm"
}
]