blob: ab8334991703b2e3145f5dedccdbbfdad2c109ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"name": "tdlib",
"version": "1.8.55",
"description": "Cross-platform library for building Telegram clients",
"homepage": "https://github.com/tdlib/td",
"license": "BSL-1.0",
"supports": "((windows & !uwp & !arm & !arm64 & !xbox) | linux | osx) & static",
"dependencies": [
{
"name": "gperf",
"host": true
},
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}
|