Files
ports/databases/rubygem-red-parquet/pkg-descr
Po-Chuan Hsieh 4670f3df08 databases/rubygem-red-parquet: Update to 13.0.0
- Add arrow and arrow-glib version check to BUILD_DEPENDS
- Add missing arrow to LIB_DEPENDS
- Update WWW and clean up pkg-descr

Changes:	https://arrow.apache.org/release/
2023-09-05 10:10:15 +08:00

11 lines
412 B
Plaintext

Red Parquet is the Ruby bindings of Apache Parquet. Red Parquet is based on
GObject Introspection.
Apache Parquet is a columnar storage format.
GObject Introspection is a middleware for language bindings of C library.
GObject Introspection can generate language bindings automatically at runtime.
Red Parquet uses Apache Parquet GLib and gobject-introspection gem to generate
Ruby bindings of Apache Parquet.