GNU bug report logs -
#71278
[PATCH rust-team 00/44] Add eww.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-hifijson-0.2): New variable.
Change-Id: Ie7b9e04337db3285e32b4478545057022078bab9
---
gnu/packages/crates-io.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b88aca5ec8..b5691a0d90 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -31047,6 +31047,25 @@ (define-public rust-handlebars-4
("rust-tiny-http" ,rust-tiny-http-0.11))))
(native-inputs (list protobuf))))
+(define-public rust-hifijson-0.2
+ (package
+ (name "rust-hifijson")
+ (version "0.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "hifijson" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0347da7gzgsdr7divxbp01m6n1wrpjmjivj9947czzjdrf5ldbhq"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t))
+ (home-page "https://github.com/01mf02/hifijson")
+ (synopsis "High-fidelity JSON lexer and parser")
+ (description "High-fidelity JSON lexer and parser")
+ (license license:expat)))
+
(define-public rust-home-0.5
(package
(name "rust-home")
--
2.41.0
This bug report was last modified 1 year and 18 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.