mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: Add rust-fuzzy-matcher-0.3.
* gnu/packages/crates-io.scm (rust-fuzzy-matcher-0.3): New variable.
This commit is contained in:
parent
77b8a679f0
commit
74287130ac
1 changed files with 24 additions and 0 deletions
|
@ -10641,6 +10641,30 @@ (define-public rust-futures-util-preview-0.3
|
|||
futures-rs library.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-fuzzy-matcher-0.3
|
||||
(package
|
||||
(name "rust-fuzzy-matcher")
|
||||
(version "0.3.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "fuzzy-matcher" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"153csv8rsk2vxagb68kpmiknvdd3bzqj03x805khckck28rllqal"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-thread-local" ,rust-thread-local-1.0))
|
||||
#:cargo-development-inputs
|
||||
(("rust-termion" ,rust-termion-1.5))))
|
||||
(home-page "https://github.com/lotabout/fuzzy-matcher")
|
||||
(synopsis "Fuzzy Matching Library")
|
||||
(description "This package provides a fuzzy matching library in Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-fxhash-0.2
|
||||
(package
|
||||
(name "rust-fxhash")
|
||||
|
|
Loading…
Reference in a new issue