yuzu/externals/vcpkg/ports/orc/vcpkg.json

24 lines
406 B
JSON
Executable File

{
"name": "orc",
"version": "1.6.4",
"port-version": 4,
"description": "The smallest, fastest columnar storage for Hadoop workloads.",
"homepage": "https://orc.apache.org/",
"dependencies": [
"gtest",
"lz4",
"protobuf",
{
"name": "protobuf",
"host": true
},
"snappy",
{
"name": "vcpkg-cmake",
"host": true
},
"zlib",
"zstd"
]
}