Archived
1
0
Fork 0

gnu: Add rust-arrow-buffer-47.

* gnu/packages/crates-io.scm (rust-arrow-buffer-47): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Troy Figiel 2024-01-27 16:01:29 +01:00 committed by Efraim Flashner
parent 26b94b273d
commit 05fc627200
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2541,6 +2541,32 @@ ArrayVec and ArrayString.")
format.")
(license license:asl2.0)))
(define-public rust-arrow-buffer-47
(package
(name "rust-arrow-buffer")
(version "47.0.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "arrow-buffer" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "15b1km7kb7cys2pdxgq1p9syiw7yzf9cch85rcw12504a8i1k8gx"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-bytes" ,rust-bytes-1)
("rust-half" ,rust-half-2)
("rust-num" ,rust-num-0.4))
#:cargo-development-inputs
(("rust-criterion" ,rust-criterion-0.5)
("rust-rand" ,rust-rand-0.8))))
(home-page "https://github.com/apache/arrow-rs")
(synopsis "Buffer abstractions for Apache Arrow")
(description "This crate provides low-level buffer abstractions for the
Rust implementation of Apache Arrow.")
(license license:asl2.0)))
(define-public rust-arrow-format-0.3
(package
(name "rust-arrow-format")