aboutsummaryrefslogtreecommitdiff
path: root/ports/orc/vcpkg.json
blob: 7f87b3c6236d10cc4cd01ad109d61d722182ba36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "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"
  ]
}