diff options
| author | Phil Felton <39185762+philjdf@users.noreply.github.com> | 2020-02-05 10:48:00 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-05 10:48:00 +0000 |
| commit | 622c10b388ac1e59966f754224f6db11f96acd04 (patch) | |
| tree | ee7eed6a57d3c0e2e76e9cd69c1e775e45b0b82a | |
| parent | e33f9fad97332fc126f7f56e6f7a8fcf6a606869 (diff) | |
| download | vcpkg-622c10b388ac1e59966f754224f6db11f96acd04.tar.gz vcpkg-622c10b388ac1e59966f754224f6db11f96acd04.zip | |
Update CONTROL
| -rw-r--r-- | ports/arrow/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/arrow/CONTROL b/ports/arrow/CONTROL index 5da695487..d13797ac7 100644 --- a/ports/arrow/CONTROL +++ b/ports/arrow/CONTROL @@ -1,5 +1,5 @@ Source: arrow Version: 0.16.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 +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 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. |
