guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: Add rust-beef-0.4.


From: guix-commits
Subject: 03/04: gnu: Add rust-beef-0.4.
Date: Fri, 5 Feb 2021 16:21:30 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit f6dfa724ebce2fc132c1e99cb5e885bb7869ed5a
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Mon Jan 25 13:53:37 2021 +0800

    gnu: Add rust-beef-0.4.
    
    * gnu/packages/crates-io.scm (rust-beef-0.4): New variable.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6780d9f..9eb28bc 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -3168,6 +3168,28 @@ c6e7d37.  However, this package works only up to 128 
bytes.")
     (description "This library provides for encoding and decoding any base.")
     (license license:expat)))
 
+(define-public rust-beef-0.4
+  (package
+    (name "rust-beef")
+    (version "0.4.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "beef" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0hva1rmbx2a54q4ncs8i5lbr26669wyvnya1sh3x22r0cxm64jj7"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-serde" ,rust-serde-1))))
+    (home-page "https://github.com/maciejhirsz/beef";)
+    (synopsis "Faster, more compact implementation of Cow")
+    (description "This package provides faster, more compact implementation of
+Cow.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-bencher-0.1
   (package
     (name "rust-bencher")



reply via email to

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