mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 07:49:06 +08:00
16 lines
294 B
JSON
16 lines
294 B
JSON
|
{
|
||
|
"name": "orc",
|
||
|
"version-string": "1.6.4",
|
||
|
"port-version": 2,
|
||
|
"description": "The smallest, fastest columnar storage for Hadoop workloads.",
|
||
|
"homepage": "https://orc.apache.org/",
|
||
|
"dependencies": [
|
||
|
"gtest",
|
||
|
"lz4",
|
||
|
"protobuf",
|
||
|
"snappy",
|
||
|
"zlib",
|
||
|
"zstd"
|
||
|
]
|
||
|
}
|