guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/26: gnu: Add rust-fuzzy-matcher-0.3.


From: guix-commits
Subject: 11/26: gnu: Add rust-fuzzy-matcher-0.3.
Date: Sun, 3 Jan 2021 06:01:30 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 74287130acaefba2af9a400901d5e8101354f861
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 3 12:07:41 2021 +0200

    gnu: Add rust-fuzzy-matcher-0.3.
    
    * gnu/packages/crates-io.scm (rust-fuzzy-matcher-0.3): New variable.
---
 gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2eba46d..133d649 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10641,6 +10641,30 @@ for the futures-rs library.")
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]