Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

10 lines
246 B
JSON

{
"name": "parquet",
"version": "0",
"port-version": 2,
"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"
]
}