blob: aebe7c702ed492f8c5582c1d9c3e2847ed7c291c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "libhdfs3",
"version-string": "2019-11-05",
"port-version": 1,
"description": "Native Hadoop RPC protocol and HDFS data transfer protocol implementation",
"homepage": "https://github.com/erikmuttersbach/libhdfs3",
"dependencies": [
"boost",
"libuuid",
"libxml2",
"protobuf"
]
}
|