mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
8a5e1b7559
* [tgbot-cpp] Update to v1.6 * [tgbot-cpp] Update copyright in portfile
24 lines
450 B
JSON
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"
|
|
]
|
|
}
|