blob: c604f1a9f7fd72b0b15ac9273c7ba3c45a1b09ce (
plain)
1
2
3
4
5
6
7
8
9
|
{
"name": "parquet",
"version-string": "0",
"port-version": 1,
"description": "Parquet-cpp is a C++ library to read and write the Apache Parquet columnar data format. It is now part of the arrow library.",
"dependencies": [
"arrow"
]
}
|