mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 01:29:01 +08:00
20 lines
401 B
JSON
20 lines
401 B
JSON
|
{
|
||
|
"name": "tgbot-cpp",
|
||
|
"version-string": "1.2.1",
|
||
|
"port-version": 1,
|
||
|
"description": "C++14 library for Telegram bot API.",
|
||
|
"homepage": "https://github.com/reo7sp/tgbot-cpp",
|
||
|
"dependencies": [
|
||
|
"boost-algorithm",
|
||
|
"boost-asio",
|
||
|
"boost-lexical-cast",
|
||
|
"boost-property-tree",
|
||
|
"boost-system",
|
||
|
"boost-test",
|
||
|
"boost-variant",
|
||
|
"curl",
|
||
|
"openssl",
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|