GNU bug report logs -
#46192
[PATCH 01/22] gnu: Add rust-boxfnonce-0.1.
Previous Next
Reported by: aecepoglu <aecepoglu <at> fastmail.fm>
Date: Sat, 30 Jan 2021 14:12:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #107 received at 46192 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-rmp-serde-0.13): New variable.
---
gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9b6e29376c..3ba0b7c76b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -28501,6 +28501,31 @@ Rust Language Server.")
"This is an implementation of MessagePack serialization in Rust")
(license license:expat)))
+(define-public rust-rmp-serde-0.13
+ (package
+ (name "rust-rmp-serde")
+ (version "0.13.7")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "rmp-serde" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1lqclnffx1b3r1faicscmk9j21mijl9bj7ywgjps77vf8ic1s7h1"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-byteorder" ,rust-byteorder-1)
+ ("rust-rmp" ,rust-rmp-0.8)
+ ("rust-serde" ,rust-serde-1))))
+ (home-page "https://github.com/3Hren/msgpack-rust")
+ (synopsis "Serde bindings for RMP")
+ (description "This package provides Serde bindings for RMP")
+ (license license:expat)))
+
(define-public rust-ron-0.5
(package
(name "rust-ron")
--
2.30.0
This bug report was last modified 4 years and 189 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.