diff options
Diffstat (limited to 'vcpkg/ports/netcpp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/netcpp/vcpkg.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/netcpp/vcpkg.json b/vcpkg/ports/netcpp/vcpkg.json new file mode 100644 index 0000000..4d5bfc3 --- /dev/null +++ b/vcpkg/ports/netcpp/vcpkg.json @@ -0,0 +1,22 @@ +{ + "name": "netcpp", + "version": "0.5.0", + "description": "A simple asynchronous network library", + "homepage": "https://github.com/index1207/netcpp", + "license": "MIT", + "supports": "windows | linux", + "dependencies": [ + { + "name": "liburing", + "platform": "linux" + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |