freebsd-ports/databases/rubygem-red-arrow/pkg-descr
Po-Chuan Hsieh 1f6a7ea93c
databases/rubygem-red-arrow: 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:13 +08:00

11 lines
452 B
Text

Red Arrow is the Ruby bindings of Apache Arrow. Red Arrow is based on GObject
Introspection.
Apache Arrow is an in-memory columnar data store. It's used by many products for
data analytics.
GObject Introspection is a middleware for language bindings of C library.
GObject Introspection can generate language bindings automatically at runtime.
Red Arrow uses Apache Arrow GLib and gobject-introspection gem to generate Ruby
bindings of Apache Arrow.