mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: Add rust-model-0.1.
* gnu/packages/crates-io.scm (rust-model-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
d66f264903
commit
e1fd0a817d
1 changed files with 26 additions and 0 deletions
|
@ -5342,6 +5342,32 @@ (define-public rust-miow-0.2
|
|||
(base32
|
||||
"06g9b8sqlh5gxakwqq4rrib07afwanfnxgxajrldwcgk3hxjy7wc"))))))
|
||||
|
||||
(define-public rust-model-0.1
|
||||
(package
|
||||
(name "rust-model")
|
||||
(version "0.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "model" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0kx6hy5i1fn2qs4x6hpng9jixpm68g83vm24z8bqqscr317yinb6"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-permutohedron" ,rust-permutohedron-0.2)
|
||||
("rust-proptest" ,rust-proptest-0.9))))
|
||||
(home-page "https://github.com/spacejam/model")
|
||||
(synopsis "Model-based testing for data structures")
|
||||
(description
|
||||
"Model-based testing for data structures, with linearizability
|
||||
checking.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-modifier-0.1
|
||||
(package
|
||||
(name "rust-modifier")
|
||||
|
|
Loading…
Reference in a new issue