me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-orc-format-0.3.

* gnu/packages/crates-io.scm (rust-orc-format-0.3): New variable.

Change-Id: I6a790096c04f9b1ba1d9d0a47b19a2c46228626c
master
Efraim Flashner 2024-03-16 21:59:59 +02:00
parent 782af2a5a8
commit 73d1ca8402
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 23 additions and 0 deletions

View File

@ -45354,6 +45354,29 @@ usability when dealing with Rust Options.")
"This package provides the Orbital Client Library, used for RedoxOS.")
(license license:expat)))
(define-public rust-orc-format-0.3
(package
(name "rust-orc-format")
(version "0.3.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "orc-format" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "02qzqhy1zx9bmylvkmbjrc2mxyddjgn2sqiwwd7kr9zh2p7jsaj0"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; Not all files included.
#:cargo-inputs
(("rust-fallible-streaming-iterator" ,rust-fallible-streaming-iterator-0.1)
("rust-flate2" ,rust-flate2-1)
("rust-prost" ,rust-prost-0.9))))
(home-page "https://github.com/DataEngineeringLabs/orc-format")
(synopsis "Unofficial implementation of Apache ORC spec in safe Rust")
(description "Unofficial implementation of Apache ORC spec in safe Rust.")
(license (list license:expat license:asl2.0))))
(define-public rust-ord-subset-3
(package
(name "rust-ord-subset")