aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/knet/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/knet/vcpkg.json')
-rw-r--r--vcpkg/ports/knet/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/knet/vcpkg.json b/vcpkg/ports/knet/vcpkg.json
new file mode 100644
index 0000000..a5a5c24
--- /dev/null
+++ b/vcpkg/ports/knet/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "name": "knet",
+ "version": "1.1.0",
+ "port-version": 1,
+ "description": "A cross platform lock-free and timer-supported C++11 network library.",
+ "homepage": "https://github.com/kibaamor/knet",
+ "license": "MIT",
+ "supports": "!(arm | uwp)",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}