aboutsummaryrefslogtreecommitdiff
path: root/ports/tgbot-cpp/vcpkg.json
blob: 360b9c706d1351c5df8b9176fbe5d6aed3cfac71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "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"
  ]
}