vcpkg/ports/folly/vcpkg.json
Julien Jerphanion a2a3b8288f
[folly] Update folly to v2023.05.22.00 (#31979)
* Update folly to v2023.05.22.00

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Overwrite git-tree ref using with vcpkg x-add-version folly

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Overwrite git-tree ref using with vcpkg x-add-version folly, again

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Change SHA2-512 digest of sources

The one indicated on the GitHub releases might be invalid.
See: https://github.com/facebook/folly/releases/tag/v2023.05.22.00

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Retrigger CI

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Retrigger CI

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Retrigger CI

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* update version

---------

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-06-16 20:54:47 -07:00

91 lines
1.9 KiB
JSON

{
"name": "folly",
"version-string": "2023.05.22.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",
"boost-variant",
"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"
]
},
"libsodium": {
"description": "Support libsodium for cryto",
"dependencies": [
"libsodium"
]
},
"liburing": {
"description": "Support compile with liburing",
"dependencies": [
"liburing"
]
},
"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"
]
}
}
}