diff options
Diffstat (limited to 'vcpkg/ports/tgbot-cpp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/tgbot-cpp/vcpkg.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/vcpkg/ports/tgbot-cpp/vcpkg.json b/vcpkg/ports/tgbot-cpp/vcpkg.json new file mode 100644 index 0000000..621ae70 --- /dev/null +++ b/vcpkg/ports/tgbot-cpp/vcpkg.json @@ -0,0 +1,38 @@ +{ + "name": "tgbot-cpp", + "version": "1.9.1", + "description": "C++ library for Telegram bot API.", + "homepage": "https://github.com/reo7sp/tgbot-cpp", + "license": "MIT", + "dependencies": [ + "boost-algorithm", + "boost-asio", + "boost-lexical-cast", + "boost-property-tree", + "boost-system", + "boost-test", + "boost-variant", + "curl", + "openssl", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "zlib" + ], + "features": { + "disable-nagles": { + "description": "Disable Nagle's algorithm" + }, + "expand-read": { + "description": "Read Buffer Size Expansion" + }, + "expand-socket": { + "description": "Socket Buffer Size Expansion" + } + } +} |