mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:46:41 +08:00
3f34cf3a41
* replace obsolete functions * update version * Add option * update version * update variable * update version
27 lines
698 B
JSON
27 lines
698 B
JSON
{
|
|
"name": "thrift",
|
|
"version": "0.16.0",
|
|
"port-version": 1,
|
|
"description": "Apache Thrift is a software project spanning a variety of programming languages and use cases. Our goal is to make reliable, performant communication and data serialization across languages as efficient and seamless as possible.",
|
|
"homepage": "https://github.com/apache/thrift",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"boost-date-time",
|
|
"boost-locale",
|
|
"boost-range",
|
|
"boost-scope-exit",
|
|
"boost-smart-ptr",
|
|
"libevent",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|