mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 20:31:01 +01:00
gnu: Add rust-nucleo-matcher-0.2.
* gnu/packages/crates-io.scm (rust-nucleo-matcher-0.2): New variable. Change-Id: Ia20bb069ca910d346906f93133a58e89fd9549a8 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
b4b4d1d208
commit
999cb734ab
1 changed files with 23 additions and 0 deletions
|
@ -50316,6 +50316,29 @@ macros used in ntest.")
|
|||
"This package provides plug and play high performance fuzzy matcher.")
|
||||
(license license:mpl2.0)))
|
||||
|
||||
(define-public rust-nucleo-matcher-0.2
|
||||
(package
|
||||
(name "rust-nucleo-matcher")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "nucleo-matcher" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0mxxz58acszkgxha4wy459fkcx6f8sh55d803wnid1p25x02nw0v"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-cov-mark" ,rust-cov-mark-1)
|
||||
("rust-memchr" ,rust-memchr-2)
|
||||
("rust-unicode-segmentation" ,rust-unicode-segmentation-1))
|
||||
#:cargo-development-inputs (("rust-cov-mark" ,rust-cov-mark-1))))
|
||||
(home-page "https://github.com/helix-editor/nucleo")
|
||||
(synopsis "Plug and play high performance fuzzy matcher")
|
||||
(description
|
||||
"This package provides plug and play high performance fuzzy matcher.")
|
||||
(license license:mpl2.0)))
|
||||
|
||||
(define-public rust-num-0.4
|
||||
(package
|
||||
(name "rust-num")
|
||||
|
|
Loading…
Add table
Reference in a new issue