mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: Add rust-ct-codecs-1.
* gnu/packages/crates-io.scm (rust-ct-codecs-1): New variable.
This commit is contained in:
parent
dcf6e29914
commit
092d9897f5
1 changed files with 20 additions and 0 deletions
|
@ -16154,6 +16154,26 @@ (define-public rust-cstr-core-0.2
|
||||||
"This crates implements CStr and CString for no_std environments.")
|
"This crates implements CStr and CString for no_std environments.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-ct-codecs-1
|
||||||
|
(package
|
||||||
|
(name "rust-ct-codecs")
|
||||||
|
(version "1.1.1")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "ct-codecs" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1pvmrkk95jadmhhd5mn88mq2dfnq0yng8mk3pfd5l6dq0i2fpdzk"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(home-page "https://github.com/jedisct1/rust-ct-codecs")
|
||||||
|
(synopsis
|
||||||
|
"Constant-time hex and base64 codecs from libsodium reimplemented in Rust")
|
||||||
|
(description
|
||||||
|
"This package provides constant-time hex and base64 codecs from libsodium
|
||||||
|
reimplemented in Rust")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-ct-logs-0.8
|
(define-public rust-ct-logs-0.8
|
||||||
(package
|
(package
|
||||||
(name "rust-ct-logs")
|
(name "rust-ct-logs")
|
||||||
|
|
Loading…
Reference in a new issue