aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libhdfs3/vcpkg.json
blob: 0a8e190085ddc8a58d0e4997224d8d4671bc263a (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
{
  "name": "libhdfs3",
  "version-date": "2019-11-05",
  "port-version": 6,
  "description": "Native Hadoop RPC protocol and HDFS data transfer protocol implementation",
  "homepage": "https://github.com/erikmuttersbach/libhdfs3",
  "supports": "!windows",
  "dependencies": [
    "boost-atomic",
    "boost-chrono",
    "boost-iostreams",
    "boost-system",
    "boost-thread",
    {
      "name": "libuuid",
      "platform": "!windows & !osx"
    },
    "libxml2",
    "protobuf",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}