gnu: Add rust-ref-cast-test-suite-0.0.0.
* gnu/packages/crates-io.scm (rust-ref-cast-test-suite-0.0.0): New variable.
parent
543eeffa3b
commit
ce9a8ea2c9
|
@ -51598,6 +51598,24 @@ initial value.")
|
||||||
(base32
|
(base32
|
||||||
"0av43xxjlinfqklb67rpj217cmaxfjsf8151gs0hbs4hnr5664ck"))))))
|
"0av43xxjlinfqklb67rpj217cmaxfjsf8151gs0hbs4hnr5664ck"))))))
|
||||||
|
|
||||||
|
(define-public rust-ref-cast-test-suite-0.0.0
|
||||||
|
(package
|
||||||
|
(name "rust-ref-cast-test-suite")
|
||||||
|
(version "0.0.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "ref-cast-test-suite" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0cx15bhs8zq99qidrhjmjhc5krlfclcaq0y5c68pq48vlds72idl"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments (list #:skip-build? #t))
|
||||||
|
(home-page "https://github.com/dtolnay/ref-cast")
|
||||||
|
(synopsis "Test suite of the ref-cast crate")
|
||||||
|
(description "Test suite of the ref-cast crate.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-refpool-0.4
|
(define-public rust-refpool-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-refpool")
|
(name "rust-refpool")
|
||||||
|
|
Reference in New Issue