aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/folly/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/folly/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/folly/vcpkg.json')
-rw-r--r--vcpkg/ports/folly/vcpkg.json101
1 files changed, 101 insertions, 0 deletions
diff --git a/vcpkg/ports/folly/vcpkg.json b/vcpkg/ports/folly/vcpkg.json
new file mode 100644
index 0000000..99bb39d
--- /dev/null
+++ b/vcpkg/ports/folly/vcpkg.json
@@ -0,0 +1,101 @@
+{
+ "name": "folly",
+ "version-string": "2025.05.19.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 & !mingw) | (!windows & !android & (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",
+ "fast-float",
+ "fmt",
+ "gflags",
+ "glog",
+ "libevent",
+ "liblzma",
+ {
+ "name": "libunwind",
+ "platform": "linux"
+ },
+ "openssl",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zlib"
+ ],
+ "features": {
+ "bzip2": {
+ "description": "Support bzip2 for compression",
+ "dependencies": [
+ "bzip2"
+ ]
+ },
+ "libaio": {
+ "description": "Support compile with libaio",
+ "supports": "linux",
+ "dependencies": [
+ "libaio"
+ ]
+ },
+ "libsodium": {
+ "description": "Support libsodium for cryto",
+ "dependencies": [
+ "libsodium"
+ ]
+ },
+ "liburing": {
+ "description": "Support compile with liburing",
+ "supports": "linux",
+ "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": [
+ {
+ "name": "snappy",
+ "features": [
+ "rtti"
+ ]
+ }
+ ]
+ },
+ "zstd": {
+ "description": "Support zstd for compression",
+ "dependencies": [
+ "zstd"
+ ]
+ }
+ }
+}