]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/arrow/CONTROL
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / arrow / CONTROL
1 Source: arrow
2 Version: 3.0.0
3 Port-Version: 0
4 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
5 Homepage: https://github.com/apache/arrow
6 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.
7 Supports: x64&!x86&!arm
8 Default-Features: csv, json, parquet, filesystem
9
10 Feature: csv
11 Description: CSV file support
12
13 Feature: json
14 Description: JSON file support
15
16 Feature: parquet
17 Description: Parquet file support
18
19 Feature: filesystem
20 Description: Local filesystem support