aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/parquet/vcpkg.json
blob: 8fbce11828280dbff98ac089b974f4423129effc (plain)
1
2
3
4
5
6
7
8
9
{
  "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"
  ]
}