mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:01:38 +08:00
26 lines
552 B
JSON
26 lines
552 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|