aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/asock/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/asock/vcpkg.json')
-rw-r--r--vcpkg/ports/asock/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/asock/vcpkg.json b/vcpkg/ports/asock/vcpkg.json
new file mode 100644
index 0000000..04c3092
--- /dev/null
+++ b/vcpkg/ports/asock/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "asock",
+ "version": "1.0.7",
+ "description": "A simple portable socket library",
+ "homepage": "https://github.com/jeremyko/ASockLib",
+ "license": "MIT",
+ "supports": "windows | linux | osx",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}