vcpkg/ports/arrow/CONTROL

21 lines
880 B
Plaintext
Raw Normal View History

2017-05-25 07:28:23 +08:00
Source: arrow
2020-08-29 00:56:53 +08:00
Version: 1.0.1
Port-Version: 1
Build-Depends: boost-system, boost-filesystem, boost-multiprecision, boost-algorithm, flatbuffers, rapidjson, zlib, lz4, brotli, bzip2, zstd, snappy, gflags, thrift, double-conversion, glog, uriparser, openssl, utf8proc
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
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