mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add rust-supercow-0.1.
* gnu/packages/crates-io.scm (rust-supercow-0.1): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
e4eeb57845
commit
b5e45d1a14
1 changed files with 19 additions and 0 deletions
|
@ -46583,6 +46583,25 @@ (define-public rust-surf-2
|
|||
alike. It's completely modular, and built directly for @code{async/await}.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-supercow-0.1
|
||||
(package
|
||||
(name "rust-supercow")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "supercow" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0qxxk2z4pa7ni17bdhix9syhax0nnnpbjjpsinkhd8vsnknmh5qp"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/altsysrq/supercow")
|
||||
(synopsis "Generic way to accept general reference-like values")
|
||||
(description
|
||||
"This package provides a generic way to accept general reference-like
|
||||
values without proliferating generics.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-surf-1
|
||||
(package
|
||||
(inherit rust-surf-2)
|
||||
|
|
Loading…
Reference in a new issue