mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-04 16:17:13 +08:00
2112801aba
* expose darwinssl as an option * Fix typo * add an error in case darwinssl is used on a non darwin system * [curl] add darwinssl to curl[ssl] osx default * [curl] Bump CONTROL version
39 lines
868 B
Plaintext
39 lines
868 B
Plaintext
Source: curl
|
|
Version: 7.61.1-6
|
|
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&!osx), curl[winssl] (windows), curl[darwinssl] (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: darwinssl
|
|
Description: SSL support (darwinssl)
|