aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/orc/vcpkg.json
blob: 22efc81a25aeb8e39deba2c24be2f71373bc71b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "orc",
  "version": "2.1.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"
  ]
}