guix-commits
[Top][All Lists]
Advanced

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

10/20: gnu: Add rust-lzw-0.10.


From: guix-commits
Subject: 10/20: gnu: Add rust-lzw-0.10.
Date: Wed, 12 Feb 2020 15:22:55 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 72ca512c94d55db525205cc30aeaa17a662eddc8
Author: Valentin Ignatev <address@hidden>
AuthorDate: Wed Jan 15 04:12:53 2020 +0300

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 29d7419..7919773 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -6616,6 +6616,26 @@ implementation of LZMA and xz stream encoding/decoding.")
     (license (list license:asl2.0
                    license:expat))))
 
+(define-public rust-lzw-0.10
+  (package
+    (name "rust-lzw")
+    (version "0.10.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "lzw" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1170dfskhzlh8h2bm333811hykjvpypgnvxyhhm1rllyi2xpr53x"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/nwin/lzw.git";)
+    (synopsis "LZW compression and decompression")
+    (description
+     "This package provides LZW compression and decompression.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-mac-0.1
   (package
     (name "rust-mac")



reply via email to

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