aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/usockets/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/usockets/vcpkg.json')
-rw-r--r--vcpkg/ports/usockets/vcpkg.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/vcpkg/ports/usockets/vcpkg.json b/vcpkg/ports/usockets/vcpkg.json
new file mode 100644
index 0000000..255f582
--- /dev/null
+++ b/vcpkg/ports/usockets/vcpkg.json
@@ -0,0 +1,30 @@
+{
+ "name": "usockets",
+ "version": "0.8.8",
+ "port-version": 3,
+ "description": "Miniscule cross-platform eventing, networking & crypto for async applications",
+ "homepage": "https://github.com/uNetworking/uSockets",
+ "license": "Apache-2.0",
+ "dependencies": [
+ {
+ "name": "libuv",
+ "platform": "windows | android"
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "ssl": {
+ "description": "Enable SSL support",
+ "dependencies": [
+ "openssl"
+ ]
+ }
+ }
+}