GNU bug report logs -
#75677
[PATCH rust-team 00/89] Assorted package updates for rust-team
Previous Next
Full log
Message #482 received at 75677 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-referencing-0.26): New variable.
---
gnu/packages/crates-io.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e9d29facb4..7a72f9760c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -65003,6 +65003,35 @@ (define-public rust-reference-counted-singleton-0.1
can be recreated as needed.")
(license license:expat)))
+(define-public rust-referencing-0.26
+ (package
+ (name "rust-referencing")
+ (version "0.26.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "referencing" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0jdwmrh94jdnjgjhry2wfnjx10p9s70qhgfx69s1bjsqhnpib3pv"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:tests? #f ;; use of undeclared crate or module `referencing_testsuite`
+ #:cargo-inputs (("rust-ahash" ,rust-ahash-0.8)
+ ("rust-fluent-uri" ,rust-fluent-uri-0.3)
+ ("rust-once-cell" ,rust-once-cell-1)
+ ("rust-percent-encoding" ,rust-percent-encoding-2)
+ ("rust-serde-json" ,rust-serde-json-1))
+ #:cargo-development-inputs
+ (("rust-codspeed-criterion-compat" ,rust-codspeed-criterion-compat-2)
+ ("criterion" ,rust-criterion-0.5)
+ ("test-case" ,rust-test-case-3))))
+ (home-page "https://github.com/Stranger6667/jsonschema")
+ (synopsis "Implementation-agnostic JSON reference resolution library for Rust")
+ (description
+ "An implementation-agnostic JSON reference resolution library for Rust.")
+ (license license:expat)))
+
(define-public rust-refpool-0.4
(package
(name "rust-refpool")
--
2.48.1
This bug report was last modified today.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.