guix-commits
[Top][All Lists]
Advanced

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

24/43: gnu: Add rust-ppv-lite86.


From: guix-commits
Subject: 24/43: gnu: Add rust-ppv-lite86.
Date: Mon, 12 Aug 2019 05:02:13 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 3bb3a9a02148ef960d40e147819038b0b7c192e3
Author: Efraim Flashner <address@hidden>
Date:   Sun Aug 4 13:58:25 2019 +0300

    gnu: Add rust-ppv-lite86.
    
    * gnu/packages/crates-io.scm (rust-ppv-lite86): New variable.
---
 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 f19c05a..9b9d9b7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -471,6 +471,26 @@ the @code{take_while} predicate returned false after 
dropping the @code{by_ref}.
 applications.")
     (license license:expat)))
 
+(define-public rust-ppv-lite86
+  (package
+    (name "rust-ppv-lite86")
+    (version "0.2.5")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "ppv-lite86" version))
+        (file-name (string-append name "-" version ".tar.gz"))
+        (sha256
+         (base32
+          "06snnv338w341nicfqba2jgln5dsla72ndkgrw7h1dfdb3vgkjz3"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/cryptocorrosion/cryptocorrosion";)
+    (synopsis "Implementation of the crypto-simd API for x86")
+    (description "This crate provides an implementation of the crypto-simd API
+for x86.")
+    (license (list license:asl2.0
+                   license:expat))))
+
 (define-public rust-proc-macro2
   (package
     (name "rust-proc-macro2")



reply via email to

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