aboutsummaryrefslogtreecommitdiff
path: root/ports/arrow/CONTROL
blob: dc7ea8c81e3bd8482ff8555e453a0dac37eb35e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: arrow
Version: 1.0.0
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
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