-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslm.toml
66 lines (62 loc) · 1.79 KB
/
slm.toml
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
name = "curl"
version = "0.1.22"
[dependencies]
[dependencies.lang-utils]
pkg="lang-utils"
version="0.1.16"
type="conan"
options.shared = "True"
options.linux.fPIC = "True"
options.macos.fPIC = "True"
[dependencies.libcurl]
pkg="libcurl"
version="8.10.1"
type="conan"
options.shared = "True"
options.with_brotli = "False"
options.with_c_ares = "False"
options.with_ca_bundle = "auto"
options.with_ca_fallback = "False"
options.with_ca_path = "auto"
options.with_cookies = "True"
options.with_crypto_auth = "True"
options.with_dict = "True"
options.with_docs = "False"
options.with_file = "True"
options.with_ftp = "True"
options.with_gopher = "True"
options.with_http = "True"
options.with_imap = "True"
options.with_ipv6 = "True"
options.with_largemaxwritesize = "False"
options.with_ldap = "False"
options.with_libgsasl = "False"
options.with_libidn = "False"
options.with_libpsl = "False"
options.with_librtmp = "False"
options.with_libssh2 = "False"
options.with_misc_docs= "False"
options.with_mqtt = "True"
options.with_nghttp2 = "False"
options.with_ntlm = "True"
options.with_ntlm_wb = "True"
options.with_pop3 = "True"
options.with_proxy = "True"
options.with_rtsp = "True"
options.with_smb = "True"
options.with_smtp = "True"
options.with_symbol_hiding = "False"
options.with_telnet = "True"
options.with_tftp = "True"
options.with_threaded_resolver = "True"
options.with_unix_sockets = "True"
options.with_verbose_debug = "True"
options.with_verbose_strings = "True"
options.with_zlib = "True"
options.with_zstd = "False"
# conan libcurl removes fpic for shared # options.linux.fPIC = "True"
options.linux.with_ssl = "openssl"
# conan libcurl removes fpic for shared # options.macos.fPIC = "True"
options.macos.with_ssl = "darwinssl"
options.windows.with_ssl = "schannel"
options.windows.with_unix_sockets = "False"