mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 14:26:13 +01:00
gnu: Add rust-jiter-0.0.4.
* gnu/packages/crates-io.scm (rust-jiter-0.0.4): New variable. Change-Id: I1ae09c45ac282dad99aca91df80731335388e5e9
This commit is contained in:
parent
89286cefef
commit
886fda7f3a
1 changed files with 32 additions and 0 deletions
|
@ -31120,6 +31120,38 @@ characters in HTML, decoding and unescaping HTML entities as well.")
|
||||||
(description "This library provides Rust bindings to HTSlib.")
|
(description "This library provides Rust bindings to HTSlib.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-jiter-0.0.4
|
||||||
|
(package
|
||||||
|
(name "rust-jiter")
|
||||||
|
(version "0.0.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "jiter" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1f10awvz0yxi4pb0783ya26wrw6bb48qn9smsc5bbxsvaff42zdj"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-ahash" ,rust-ahash-0.8)
|
||||||
|
("rust-lexical-core" ,rust-lexical-core-0.8)
|
||||||
|
("rust-num-bigint" ,rust-num-bigint-0.4)
|
||||||
|
("rust-num-traits" ,rust-num-traits-0.2)
|
||||||
|
("rust-pyo3" ,rust-pyo3-0.20)
|
||||||
|
("rust-smallvec" ,rust-smallvec-1))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-bencher" ,rust-bencher-0.1)
|
||||||
|
("rust-codspeed-bencher-compat" ,rust-codspeed-bencher-compat-2)
|
||||||
|
("rust-paste" ,rust-paste-1)
|
||||||
|
("rust-pyo3" ,rust-pyo3-0.20)
|
||||||
|
("rust-serde" ,rust-serde-1)
|
||||||
|
("rust-serde-json" ,rust-serde-json-1))))
|
||||||
|
(native-inputs (list python-minimal-wrapper)) ; For the tests.
|
||||||
|
(home-page "https://github.com/pydantic/jiter/")
|
||||||
|
(synopsis "Iterable JSON parser")
|
||||||
|
(description "This package provides an iterable JSON parser.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-jwalk-0.8
|
(define-public rust-jwalk-0.8
|
||||||
(package
|
(package
|
||||||
(name "rust-jwalk")
|
(name "rust-jwalk")
|
||||||
|
|
Loading…
Add table
Reference in a new issue