mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 15:39:00 +08:00
3ddcccfb9c
Previously there was no supports expression, and there was ci.baseline.txt impact. In support of https://github.com/microsoft/vcpkg/pull/21502
18 lines
401 B
JSON
18 lines
401 B
JSON
{
|
|
"name": "libhdfs3",
|
|
"version-date": "2019-11-05",
|
|
"port-version": 3,
|
|
"description": "Native Hadoop RPC protocol and HDFS data transfer protocol implementation",
|
|
"homepage": "https://github.com/erikmuttersbach/libhdfs3",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"boost",
|
|
{
|
|
"name": "libuuid",
|
|
"platform": "!windows & !osx"
|
|
},
|
|
"libxml2",
|
|
"protobuf"
|
|
]
|
|
}
|