[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40874] [PATCH 52/94] gnu: Add rust-memsec-0.5.
From: |
Hartmut Goebel |
Subject: |
[bug#40874] [PATCH 52/94] gnu: Add rust-memsec-0.5. |
Date: |
Sun, 26 Apr 2020 18:45:31 +0200 |
* gnu/packages/crates-io.scm (rust-memsec-0.5): New variable.
---
gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 628fe7b800..e7ccf3a860 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -11323,6 +11323,30 @@ for Rust structs.")
"1cvm2z7dy138s302ii7wlzcxbka5a8yfl5pl5di7lbdnw9hw578g"))))
(arguments `(#:skip-build? #t))))
+(define-public rust-memsec-0.5
+ (package
+ (name "rust-memsec")
+ (version "0.5.7")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "memsec" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "13ir50j549gdz94pds1i7ljnk14d66q5x91s11hncm1pih7jif8c"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-getrandom" ,rust-getrandom-0.1)
+ ("rust-libc" ,rust-libc-0.2)
+ ("rust-mach-o-sys" ,rust-mach-o-sys-0.1)
+ ("rust-winapi" ,rust-winapi-0.3))))
+ (home-page "https://github.com/quininer/memsec")
+ (synopsis "Rust implementation of libsodium/utils")
+ (description "This package provides a Rust implementation of
+@code{libsodium/utils}.")
+ (license license:expat)))
+
(define-public rust-metal-0.14
(package
(name "rust-metal")
--
2.21.3
- [bug#40874] [PATCH 42/94] gnu: Add rust-hyper-0.12., (continued)
- [bug#40874] [PATCH 42/94] gnu: Add rust-hyper-0.12., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 44/94] gnu: Add rust-lalrpop-util-0.17., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 43/94] gnu: Add rust-hyper-tls-0.3., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 46/94] gnu: Add rust-libc-print-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 48/94] gnu: Add rust-loom-0.2., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 51/94] gnu: Add rust-mach-o-sys-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 49/94] gnu: Add rust-loom-0.3., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 45/94] gnu: Add rust-lalrpop-0.17., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 47/94] gnu: Add rust-libsqlite3-sys-0.15., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 50/94] gnu: Add rust-lru-cache-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 52/94] gnu: Add rust-memsec-0.5.,
Hartmut Goebel <=
- [bug#40874] [PATCH 54/94] gnu: Add rust-pin-project-lite-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 57/94] gnu: Add rust-pretty-env-logger-0.3., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 59/94] gnu: Add rust-rayon-0.8., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 58/94] gnu: Add rust-pulldown-cmark-0.0.8., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 55/94] gnu: Add rust-prettytable-rs-0.8., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 56/94] gnu: Add rust-pretty-assertions-0.2., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 53/94] gnu: Add rust-parity-tokio-ipc-0.4., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 61/94] gnu: Add rust-ring-0.13., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 60/94] gnu: Add rust-ring-0.16., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 64/94] gnu: Add rust-rusqlite-0.19., Hartmut Goebel, 2020/04/26