mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
gnu: Add rust-dlv-list-0.5.
* gnu/packages/crates-io.scm (rust-dlv-list-0.5): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
5c33ab4f3b
commit
728aee3a16
1 changed files with 24 additions and 0 deletions
|
@ -23559,6 +23559,30 @@ (define-public rust-dlib-0.4
|
||||||
(inputs
|
(inputs
|
||||||
(list rust-libloading-0.6))))
|
(list rust-libloading-0.6))))
|
||||||
|
|
||||||
|
(define-public rust-dlv-list-0.5
|
||||||
|
(package
|
||||||
|
(name "rust-dlv-list")
|
||||||
|
(version "0.5.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "dlv-list" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0pqvrinxzdz7bpy4a3p450h8krns3bd0mc3w0qqvm03l2kskj824"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-const-random" ,rust-const-random-0.1)
|
||||||
|
("rust-serde" ,rust-serde-1))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-coverage-helper" ,rust-coverage-helper-0.2)
|
||||||
|
("rust-serde-test" ,rust-serde-test-1))))
|
||||||
|
(home-page "https://github.com/sgodwincs/dlv-list-rs")
|
||||||
|
(synopsis "Semi-doubly linked list implemented using a vector")
|
||||||
|
(description
|
||||||
|
"This package provides a semi-doubly linked list implemented using a vector.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-dlv-list-0.3
|
(define-public rust-dlv-list-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-dlv-list")
|
(name "rust-dlv-list")
|
||||||
|
|
Loading…
Reference in a new issue