yuzu/externals/vcpkg/ports/libhdfs3/vcpkg.json

18 lines
401 B
JSON
Raw Normal View History

2022-07-23 05:01:36 +04:00
{
"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"
]
}