aboutsummaryrefslogtreecommitdiff
path: root/ports/curl/CONTROL
blob: f76c99124512d9884efff304055d669c79eb7faa (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
Source: curl
Version: 7.61.1-2
Build-Depends: zlib
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), curl[winssl] (windows)
Description: Default SSL backend

Feature: ssh
Build-Depends: 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)