vcpkg/ports/tgbot-cpp/vcpkg.json
llnulldisk 8a5e1b7559
[tgbot-cpp] Update to v1.6 (#29115)
* [tgbot-cpp] Update to v1.6

* [tgbot-cpp] Update copyright in portfile
2023-01-24 00:34:35 -08:00

24 lines
450 B
JSON

{
"name": "tgbot-cpp",
"version": "1.6",
"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
},
"zlib"
]
}