guix-commits
[Top][All Lists]
Advanced

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

140/299: gnu: Add rust-blobby-0.1.


From: guix-commits
Subject: 140/299: gnu: Add rust-blobby-0.1.
Date: Thu, 2 Jan 2020 13:19:30 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 33d04000a5dab24d29fd43d89ef3d0001a27eada
Author: John Soo <address@hidden>
Date:   Sat Dec 14 20:09:14 2019 -0800

    gnu: Add rust-blobby-0.1.
    
    * gnu/packages/crates-io.scm (rust-blobby-0.1): New variable.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/crates-io.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a965a5e..f7b0645 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -498,6 +498,33 @@ behave like a set of bitflags.")
     (license (list license:asl2.0
                    license:expat))))
 
+(define-public rust-blobby-0.1
+  (package
+    (name "rust-blobby")
+    (version "0.1.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "blobby" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1xicpf3s2mi5xqnx8ps5mdych4ib5nh2nfsbrsg8ar8bjk1girbg"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-byteorder" ,rust-byteorder-1.3))
+       #:cargo-development-inputs
+       (("rust-byteorder" ,rust-byteorder-1.3)
+        ("rust-hex" ,rust-hex-0.3))))
+    (home-page "https://github.com/RustCrypto/utils";)
+    (synopsis "Iterator over simple binary blob storage")
+    (description
+     "Iterator over simple binary blob storage.")
+    (license (list license:asl2.0 license:expat))))
+
 (define-public rust-block-buffer-0.7
   (package
     (name "rust-block-buffer")



reply via email to

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