mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-aws-lc-sys@0.29.0.
* gnu/packages/crates-tls.scm (rust-aws-lc-sys-0.29): New variable. Change-Id: I88a71b13c66cd49e20ecd7452dfd208aaf8e1810
This commit is contained in:
parent
9ffd573607
commit
aca8831418
1 changed files with 27 additions and 0 deletions
|
@ -517,6 +517,33 @@ cryptographic operations. This library strives to be API-compatible with the
|
||||||
popular Rust library named ring.")
|
popular Rust library named ring.")
|
||||||
(license (list license:isc license:openssl license:asl2.0))))
|
(license (list license:isc license:openssl license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-aws-lc-sys-0.29
|
||||||
|
(package
|
||||||
|
(name "rust-aws-lc-sys")
|
||||||
|
(version "0.29.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "aws-lc-sys" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0yfhmn3vcbfyg07ic2mn43i187pssi0sp6sn3fzf3vq5fxpdicb1"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs (("rust-bindgen" ,rust-bindgen-0.69)
|
||||||
|
("rust-cc" ,rust-cc-1)
|
||||||
|
("rust-cmake" ,rust-cmake-0.1)
|
||||||
|
("rust-dunce" ,rust-dunce-1)
|
||||||
|
("rust-fs-extra" ,rust-fs-extra-1))))
|
||||||
|
(home-page "https://github.com/aws/aws-lc-rs")
|
||||||
|
(synopsis "AWS-LC is a general-purpose cryptographic library")
|
||||||
|
(description
|
||||||
|
"AWS-LC is a general-purpose cryptographic library maintained by the AWS
|
||||||
|
Cryptography team for AWS and their customers. It is based on code from the
|
||||||
|
Google @code{BoringSSL} project and the @code{OpenSSL} project.")
|
||||||
|
(license (list license:isc license:openssl license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-aws-lc-sys-0.23
|
(define-public rust-aws-lc-sys-0.23
|
||||||
(package
|
(package
|
||||||
(name "rust-aws-lc-sys")
|
(name "rust-aws-lc-sys")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue