guix-commits
[Top][All Lists]
Advanced

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

155/299: gnu: Add rust-encoding-index-tests-0.1


From: guix-commits
Subject: 155/299: gnu: Add rust-encoding-index-tests-0.1
Date: Thu, 2 Jan 2020 13:19:33 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 5442b8bec125ef336d5d9742bc714e1c319ae092
Author: John Soo <address@hidden>
Date:   Sun Dec 15 07:36:50 2019 -0800

    gnu: Add rust-encoding-index-tests-0.1
    
    * gnu/packages/crates-io.scm (rust-encoding-index-tests-0.1): New variable.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 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 4938ff8..da34285 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1973,6 +1973,29 @@ floating-point primitives to an @code{io::Write}.")
 char, u8 and u16.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-encoding-index-tests-0.1
+  (package
+    (name "rust-encoding-index-tests")
+    (version "0.1.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "encoding_index_tests" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0s85y091gl17ixass49bzaivng7w8p82p6nyvz2r3my9w4mxhim2"))))
+    (build-system cargo-build-system)
+    (arguments `(#:skip-build? #t))
+    (home-page "https://github.com/lifthrasiir/rust-encoding";)
+    (synopsis
+     "Macros used to test index tables for character encodings")
+    (description
+     "Helper macros used to test index tables for character
+encodings.")
+    (license license:cc0)))
+
 (define-public rust-env-logger-0.6
   (package
     (name "rust-env-logger")



reply via email to

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