mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-21 20:13:02 +08:00
77c11ffd59
* Update folly * Update wangle * Update fizz * Version * Fix patch * Fix patch * version * Fix error in rsocket * Fix patch * Fix patch * version vor rsocket * Update fbthrift * fbthrift version * Fix fbthrift * Fix fbthreft version * fbthrift: fix empty dir * fbthrift: update version * Update mvfst * Update proxygen * Update hashes * update version * remove unused patchfiles * Fix deprecated cmake functions * format and version * version * rsocket: fix version * rsocket: update port version * fix version * fix version * update version * restore version * update port version * update version * fix port version * version * remove v from version string * version * Add quotes * version
78 lines
1.6 KiB
JSON
78 lines
1.6 KiB
JSON
{
|
|
"name": "folly",
|
|
"version-string": "2022.01.31.00",
|
|
"description": "An open-source C++ library developed and used at Facebook. The library is UNSTABLE on Windows",
|
|
"homepage": "https://github.com/facebook/folly",
|
|
"license": "Apache-2.0",
|
|
"supports": "(windows & x64 & !uwp) | (!windows & (x64 | arm64))",
|
|
"dependencies": [
|
|
"boost-chrono",
|
|
"boost-context",
|
|
"boost-conversion",
|
|
"boost-crc",
|
|
"boost-date-time",
|
|
"boost-filesystem",
|
|
"boost-multi-index",
|
|
"boost-program-options",
|
|
"boost-regex",
|
|
"boost-smart-ptr",
|
|
"boost-system",
|
|
"boost-thread",
|
|
"double-conversion",
|
|
"fmt",
|
|
"gflags",
|
|
"glog",
|
|
"libevent",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"bzip2": {
|
|
"description": "Support bzip2 for compression",
|
|
"dependencies": [
|
|
"bzip2"
|
|
]
|
|
},
|
|
"lz4": {
|
|
"description": "Support lz4 for compression",
|
|
"dependencies": [
|
|
"lz4"
|
|
]
|
|
},
|
|
"lzma": {
|
|
"description": "Support LZMA for compression",
|
|
"dependencies": [
|
|
"liblzma"
|
|
]
|
|
},
|
|
"snappy": {
|
|
"description": "Support Snappy for compression",
|
|
"dependencies": [
|
|
"snappy"
|
|
]
|
|
},
|
|
"zlib": {
|
|
"description": "Support zlib for compression",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
},
|
|
"zstd": {
|
|
"description": "Support zstd for compression",
|
|
"dependencies": [
|
|
"zstd"
|
|
]
|
|
}
|
|
}
|
|
}
|