diff options
Diffstat (limited to 'vcpkg/ports/trantor/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/trantor/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/trantor/vcpkg.json b/vcpkg/ports/trantor/vcpkg.json new file mode 100644 index 0000000..64efc6d --- /dev/null +++ b/vcpkg/ports/trantor/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "trantor", + "version-semver": "1.5.24", + "description": "A non-blocking I/O cross-platform TCP network library, using C++14", + "homepage": "https://github.com/an-tao/trantor", + "license": "BSD-2-Clause", + "dependencies": [ + "c-ares", + "openssl", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |