me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-matrixcompare-core-0.1.

* gnu/packages/crates-io.scm (rust-matrixcompare-core-0.1): New variable.
master
Ricardo Wurmus 2021-11-10 10:34:15 +00:00
parent fb4340e1ee
commit 8f8863026e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 18 additions and 0 deletions

View File

@ -28097,6 +28097,24 @@ grammars. It provides the subset of the regex crate that only deals with
matching, not parsing substrings.")
(license license:expat)))
(define-public rust-matrixcompare-core-0.1
(package
(name "rust-matrixcompare-core")
(version "0.1.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "matrixcompare-core" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0wqaj028ws2x2h16rf10arwvmpfbmk7afg8b57ahb25i1nrspgdh"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/Andlon/matrixcompare")
(synopsis "Core traits for matrixcompare")
(description "This package provides core traits for matrixcompare.")
(license license:expat)))
(define-public rust-matrixmultiply-0.3
(package
(name "rust-matrixmultiply")