diff options
Diffstat (limited to 'vcpkg/ports/parquet/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/parquet/vcpkg.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vcpkg/ports/parquet/vcpkg.json b/vcpkg/ports/parquet/vcpkg.json new file mode 100644 index 0000000..8fbce11 --- /dev/null +++ b/vcpkg/ports/parquet/vcpkg.json @@ -0,0 +1,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" + ] +} |