mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: Add rust-rctree-0.3.
* gnu/packages/crates-io.scm (rust-rctree-0.3): New variable.
This commit is contained in:
parent
4bf3167de2
commit
d23c34727f
1 changed files with 20 additions and 0 deletions
|
@ -14682,6 +14682,26 @@ (define-public rust-rayon-core-1.5
|
|||
("rust-rand-xorshift" ,rust-rand-xorshift-0.2)
|
||||
("rust-scoped-tls" ,rust-scoped-tls-1.0))))))
|
||||
|
||||
(define-public rust-rctree-0.3
|
||||
(package
|
||||
(name "rust-rctree")
|
||||
(version "0.3.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rctree" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1a54z2b850albiqx9vw009p9xg363vqzh1ybkwb89zn8375jk7my"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/RazrFalcon/rctree")
|
||||
(synopsis "DOM-like tree implemented using reference counting")
|
||||
(description "This package provides a @code{DOM-like} tree implemented using
|
||||
reference counting.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-rdrand-0.4
|
||||
(package
|
||||
(name "rust-rdrand")
|
||||
|
|
Loading…
Reference in a new issue