mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-03 03:08:23 -05:00
10 lines
253 B
JSON
Executable File
10 lines
253 B
JSON
Executable File
{
|
|
"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"
|
|
]
|
|
}
|