vcpkg/ports/ixwebsocket/CONTROL
Benjamin Sergeant e8c662de47 [ixwebsocket] update to 7.6.3 (#9397)
* [ixwebsocket] update to 7.6.3

* address CR feedback

* fix version and bump number

* add homepage

* fix version
2020-01-10 10:45:59 -08:00

23 lines
626 B
Plaintext

Source: ixwebsocket
Version: 7.9.2
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)