10 lines
246 B
JSON
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"
|
|
]
|
|
}
|