guix-patches
[Top][All Lists]
Advanced

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

[bug#69363] [PATCH 56/87] gnu: Add rust-strsim-0.11.0.


From: VÖRÖSKŐI András
Subject: [bug#69363] [PATCH 56/87] gnu: Add rust-strsim-0.11.0.
Date: Sat, 24 Feb 2024 21:39:54 +0100

* gnu/packages/crates-io.scm (rust-strsim-0.11): New variable.

Change-Id: If2a421a7016d9bb5f9bcbf76860fde230cc9ef11
---
 gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 38f54cef2a..88f1c692cf 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -65830,6 +65830,27 @@ (define-public rust-strong-xml-derive-0.6
      "This package provides a strong typed XML parser, based on xmlparser.")
     (license license:expat)))
 
+(define-public rust-strsim-0.11
+  (package
+    (name "rust-strsim")
+    (version "0.11.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "strsim" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "00gsdp2x1gkkxsbjxgrjyil2hsbdg49bwv8q2y1f406dwk4p7q2y"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/dguo/strsim-rs";)
+    (synopsis "Rust implementations of string similarity metrics")
+    (description "This crate includes implementations of string similarity
+metrics.  It includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro,
+and Jaro-Winkler.")
+    (license license:expat)))
+
 (define-public rust-strsim-0.10
   (package
     (name "rust-strsim")
-- 
2.41.0






reply via email to

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