mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: Add rust-clru-0.6.
* gnu/packages/crates-io.scm (rust-clru-0.6): New variable. Change-Id: I2b529864707c82931df45e189732fe5a6050b7ae
This commit is contained in:
parent
5df9acb1cc
commit
c16bb1e004
1 changed files with 18 additions and 0 deletions
|
@ -13743,6 +13743,24 @@ (define-public rust-cloudflare-zlib-sys-0.3
|
|||
license:asl2.0
|
||||
license:zlib))))
|
||||
|
||||
(define-public rust-clru-0.6
|
||||
(package
|
||||
(name "rust-clru")
|
||||
(version "0.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "clru" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "01xq2vm3pfkja6crsh5r7idzyhy0dhjd8dz2y1zn00rf62kiy6dq"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/marmeladema/clru-rs")
|
||||
(synopsis "LRU cache implementation")
|
||||
(description "An LRU cache implementation with constant time operations and
|
||||
weighted semantic.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-cmac-0.7
|
||||
(package
|
||||
(name "rust-cmac")
|
||||
|
|
Loading…
Reference in a new issue