aboutsummaryrefslogtreecommitdiff
path: root/ports/curl/CONTROL
blob: 1c607bce3b4cf6a6f854439105897951ea04f8d9 (plain)
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
Source: curl
Version: 7.65.0-1
Build-Depends: zlib
Homepage: https://github.com/curl/curl
Description: A library for transferring data with URLs
Default-Features: ssl

Feature: tool
Description: Builds curl executable

Feature: non-http
Description: Enables protocols beyond HTTP/HTTPS/HTTP2

Feature: http2
Build-Depends: nghttp2, curl[ssl]
Description: HTTP2 support

Feature: ssl
Build-Depends: curl[openssl] (!windows&!osx), curl[winssl] (windows), curl[sectransp] (osx)
Description: Default SSL backend

Feature: ssh
Build-Depends: curl[openssl], libssh2, curl[non-http]
Description: SSH support via libssh2

# SSL backends
Feature: openssl
Build-Depends: openssl
Description: SSL support (OpenSSL)

Feature: winssl
Description: SSL support (Secure Channel / "WinSSL")

Feature: mbedtls
Build-Depends: mbedtls
Description: SSL support (mbedTLS)

Feature: sectransp
Description: SSL support (sectransp)