me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-matrixcompare-mock-0.1.

* gnu/packages/crates-io.scm (rust-matrixcompare-mock-0.1): New variable.
master
Ricardo Wurmus 2021-11-11 07:51:08 +00:00
parent 15b51023f2
commit 0be2f293e4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 23 additions and 0 deletions

View File

@ -28269,6 +28269,29 @@ matching, not parsing substrings.")
matrices.")
(license license:expat)))
(define-public rust-matrixcompare-mock-0.1
(package
(name "rust-matrixcompare-mock")
(version "0.1.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "matrixcompare-mock" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1iqk7p9a3y057qzjjz4hfc1kq48vb76bf1lljqcm5r6xxmlz785y"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-matrixcompare-core" ,rust-matrixcompare-core-0.1)
("rust-num" ,rust-num-0.3)
("rust-proptest" ,rust-proptest-0.10))))
(home-page "https://github.com/Andlon/matrixcompare")
(synopsis "Internal mock data structures for testing of matrixcompare")
(description "This package provides internal mock data structures for
testing of matrixcompare.")
(license license:expat)))
(define-public rust-matrixmultiply-0.3
(package
(name "rust-matrixmultiply")