me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-memmem-0.1.

* gnu/packages/crates-io.scm (rust-memmem-0.1): New variable.

Change-Id: Ie8d475c4d10c9c8a776ea68d1393c5bcb7874065
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Wilko Meyer 2024-01-08 02:52:56 +01:00 committed by Efraim Flashner
parent 9ea97ee211
commit 5397d4a53d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 19 additions and 0 deletions

View File

@ -40030,6 +40030,25 @@ file IO.")
(sha256
(base32 "0nmymqy9q62x577ydja0ysfyir7h5qa0n5fwcnvchfhhlsi0rdyr"))))))
(define-public rust-memmem-0.1
(package
(name "rust-memmem")
(version "0.1.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "memmem" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "05ccifqgxdfxk6yls41ljabcccsz3jz6549l1h3cwi17kr494jm6"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs (("rust-quickcheck" ,rust-quickcheck-0.2))))
(home-page "http://github.com/jneem/memmem")
(synopsis "Substring searching")
(description "This package provides substring searching.")
(license (list license:expat license:asl2.0))))
(define-public rust-memo-map-0.3
(package
(name "rust-memo-map")