me
/
guix
Archived
1
0
Fork 0

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.
Efraim Flashner 2023-07-13 18:44:22 +03:00
parent 543eeffa3b
commit ce9a8ea2c9
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 18 additions and 0 deletions

View File

@ -51598,6 +51598,24 @@ initial value.")
(base32
"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
(package
(name "rust-refpool")