diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2020-03-04 10:38:47 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-04 10:38:47 -0800 |
| commit | 9eb82bf53b3d98ec6e7f2e01547976647cabf64b (patch) | |
| tree | cdee836b890b2e033d6f5344ffc81d4aca74be69 /ports/usockets/CONTROL | |
| parent | 39d22e2c999ff9ae0154a4681bb0ffbb344a3ac6 (diff) | |
| download | vcpkg-9eb82bf53b3d98ec6e7f2e01547976647cabf64b.tar.gz vcpkg-9eb82bf53b3d98ec6e7f2e01547976647cabf64b.zip | |
[usockets] Add features (#10303)
Diffstat (limited to 'ports/usockets/CONTROL')
| -rw-r--r-- | ports/usockets/CONTROL | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/ports/usockets/CONTROL b/ports/usockets/CONTROL index 6078aa0ec..9c8143f40 100644 --- a/ports/usockets/CONTROL +++ b/ports/usockets/CONTROL @@ -1,4 +1,15 @@ Source: usockets -Version: 0.3.5 +Version: 0.3.5-1 Build-Depends:libuv -Description: Miniscule cross-platform eventing, networking & crypto for async applications
\ No newline at end of file +Description: Miniscule cross-platform eventing, networking & crypto for async applications + +Feature: ssl +Build-Depends: openssl +Description: Build usockets with openssl support + +Feature: event +Description: Build usockets with epoll support + +Feature: network +Build-Depends: winsock2 +Description: Build usockets with winsock support
\ No newline at end of file |
