[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69048] [PATCH 17/32] gnu: Add rust-jiter-0.0.6.
From: |
Hartmut Goebel |
Subject: |
[bug#69048] [PATCH 17/32] gnu: Add rust-jiter-0.0.6. |
Date: |
Sun, 11 Feb 2024 12:43:26 +0100 |
* gnu/packages/crates-io.scm (rust-jiter-0.0.6): New variable.
---
gnu/packages/crates-io.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a7bbba7b18..f4d282b1e5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -39555,6 +39555,39 @@ (define-public rust-jetscii-0.3
(base32 "1sq6d6c9vi44gkr566w2f1d4n6mmrjx8gjdwgnhkgcsg051j391j"))))
(arguments `(#:skip-build? #t))))
+(define-public rust-jiter-0.0.6
+ (package
+ (name "rust-jiter")
+ (version "0.0.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "jiter" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1xr7cajq6r0szl6aga047asrd6cqrvw168yh0sz854znk5m0dnw7"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-ahash" ,rust-ahash-0.8)
+ ("rust-hashbrown" ,rust-hashbrown-0.14)
+ ("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))))
+ (home-page "https://github.com/pydantic/jiter/")
+ (synopsis "Iterable JSON parser")
+ (description "Iterable JSON parser")
+ (license license:expat)))
+
(define-public rust-jni-0.21
(package
(name "rust-jni")
--
2.41.0
- [bug#69048] [PATCH 02/32] gnu: rust-ahash-0.8: Update to 0.8.7., (continued)
- [bug#69048] [PATCH 02/32] gnu: rust-ahash-0.8: Update to 0.8.7., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 03/32] gnu: rust-hashbrown-0.14: Update to 0.14.3., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 09/32] gnu: rust-lexical-write-float-0.8: Update to 0.8.5., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 04/32] gnu: rust-heck-0.4: Update to 0.4.1., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 13/32] gnu: Add rust-codspeed-bencher-compat-2., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 08/32] gnu: rust-lexical-util-0.8: Update to 0.8.5., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 10/32] gnu: rust-lexical-write-integer-0.8: Update to 0.8.5., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 14/32] gnu: Add rust-elain-0.3., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 27/32] gnu: Add rust-pyo3-0.20., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 21/32] gnu: Add rust-zerocopy-derive-0.7., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 17/32] gnu: Add rust-jiter-0.0.6.,
Hartmut Goebel <=
- [bug#69048] [PATCH 22/32] gnu: Add rust-zerocopy-0.7., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 29/32] gnu: Add python-pydantic-core., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 32/32] gnu: python-email-validator: Update to 2.1.0.post1., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 30/32] gnu: Add python-pydantic-2., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 26/32] gnu: Add rust-pyo3-macros-0.20., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 18/32] gnu: Add rust-strum-0.25., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 25/32] gnu: Add rust-pyo3-macros-backend-0.20., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 23/32] gnu: Add rust-pyo3-build-config-0.20., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 15/32] gnu: Add rust-idna-0.5., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 28/32] gnu: Add python-annotated-types., Hartmut Goebel, 2024/02/11