guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/69: gnu: Add rust-serde-big-array-0.3.


From: guix-commits
Subject: 14/69: gnu: Add rust-serde-big-array-0.3.
Date: Thu, 11 Nov 2021 10:43:19 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit bb8a0af29204d80e9d6296128202e1def2af2ed0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 9 15:16:20 2021 +0000

    gnu: Add rust-serde-big-array-0.3.
    
    * gnu/packages/crates-io.scm (rust-serde-big-array-0.3): New variable.
---
 gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 28dbc37..1644cb0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -45366,6 +45366,29 @@ rules are rather complex.  This crate implements the 
whole grammar." )
      `(#:skip-build? #t
        #:cargo-inputs (("rust-num" ,rust-num-0.2))))))
 
+(define-public rust-serde-big-array-0.3
+  (package
+    (name "rust-serde-big-array")
+    (version "0.3.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "serde-big-array" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0qpy3nk3dpxrrmcfmcnsijad10yi0jxy1x6gc6bbwywma9vhxchq"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-serde" ,rust-serde-1)
+        ("rust-serde-derive" ,rust-serde-derive-1))
+       #:cargo-development-inputs
+       (("rust-serde-json" ,rust-serde-json-1))))
+    (home-page "https://github.com/est31/serde-big-array";)
+    (synopsis "Big array helper for serde")
+    (description "This package provides a big array helper for serde.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-serde-big-array-0.2
   (package
     (name "rust-serde-big-array")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]