vcpkg/ports/arrow/CONTROL

21 lines
895 B
Plaintext
Raw Normal View History

2017-05-25 07:28:23 +08:00
Source: arrow
Version: 3.0.0
Port-Version: 0
Build-Depends: boost-algorithm, boost-filesystem, boost-multiprecision, boost-system, brotli, bzip2, double-conversion, flatbuffers, gflags, glog, lz4, openssl, rapidjson, re2, snappy, thrift, uriparser, utf8proc, zlib, zstd
Homepage: https://github.com/apache/arrow
2017-05-25 07:28:23 +08:00
Description: Apache Arrow is a columnar in-memory analytics layer designed to accelerate big data. It houses a set of canonical in-memory representations of flat and hierarchical data along with multiple language-bindings for structure manipulation. It also provides IPC and common algorithm implementations.
Supports: x64&!x86&!arm
Default-Features: csv, json, parquet, filesystem
Feature: csv
Description: CSV file support
Feature: json
Description: JSON file support
Feature: parquet
Description: Parquet file support
Feature: filesystem
Description: Local filesystem support