mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 21:36:03 +08:00
8510361424
* [orc] update to 1.7.6 * update version * Fix-linux error * update version
24 lines
412 B
JSON
24 lines
412 B
JSON
{
|
|
"name": "orc",
|
|
"version": "1.7.6",
|
|
"description": "The smallest, fastest columnar storage for Hadoop workloads.",
|
|
"homepage": "https://orc.apache.org/",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"gtest",
|
|
"lz4",
|
|
"protobuf",
|
|
{
|
|
"name": "protobuf",
|
|
"host": true
|
|
},
|
|
"snappy",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
"zlib",
|
|
"zstd"
|
|
]
|
|
}
|