aboutsummaryrefslogtreecommitdiff
path: root/ports/ixwebsocket/CONTROL
blob: f2fbd3dba4ec822d6fffc92195c76cb8647e8753 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: ixwebsocket
Version: 11.0.4
Build-Depends: zlib
Homepage: https://github.com/machinezone/IXWebSocket
Description: Lightweight WebSocket Client and Server + HTTP Client and Server
Default-Features: ssl

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

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

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

Feature: sectransp
Description: SSL support (sectransp)