vcpkg/ports/orc/vcpkg.json
2024-04-01 15:34:36 -07:00

28 lines
489 B
JSON

{
"name": "orc",
"version": "2.0.0",
"description": "The smallest, fastest columnar storage for Hadoop workloads.",
"homepage": "https://orc.apache.org/",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
"lz4",
"protobuf",
{
"name": "protobuf",
"host": true
},
"snappy",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib",
"zstd"
]
}