[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
207/224: gnu: Add go-github-com-texttheater-golang-levenshtein.
From: |
guix-commits |
Subject: |
207/224: gnu: Add go-github-com-texttheater-golang-levenshtein. |
Date: |
Fri, 21 Mar 2025 17:16:31 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit e8e2a79aef87ed96fca163120125915d9e922a2d
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Feb 28 00:12:09 2025 +0000
gnu: Add go-github-com-texttheater-golang-levenshtein.
* gnu/packages/golang-xyz.scm
(go-github-com-texttheater-golang-levenshtein): New variable.
Change-Id: I5c72cca752774385c658f8b803ff2ebd0de4dee5
---
gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 3ed997d4a2..722e2560db 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -15548,6 +15548,31 @@ standard library.")
"This package provides XOR bitwise code engine.")
(license license:expat)))
+(define-public go-github-com-texttheater-golang-levenshtein
+ (package
+ (name "go-github-com-texttheater-golang-levenshtein")
+ (version "1.0.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/texttheater/golang-levenshtein")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "14r17scr7qc7bcc9xidg9g6vb1dnk96ffcclppc53s11k63hrgaq"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:skip-build? #t
+ #:import-path "github.com/texttheater/golang-levenshtein"))
+ (home-page "https://github.com/texttheater/golang-levenshtein")
+ (synopsis "Implementation of the Levenshtein algorithm in Golang")
+ (description
+ "This package implements the Levenshtein algorithm in Go, providing edit
+distances, edit scripts and ratios for strings (slices of runes).")
+ (license license:expat)))
+
(define-public go-github-com-thejerf-suture
(package
(name "go-github-com-thejerf-suture")
- 172/224: gnu: Add go-gitlab-com-gitlab-org-api-client-go., (continued)
- 172/224: gnu: Add go-gitlab-com-gitlab-org-api-client-go., guix-commits, 2025/03/21
- 173/224: gnu: go-github-com-rogpeppe-go-internal: Improve description., guix-commits, 2025/03/21
- 178/224: gnu: Add go-goji-io., guix-commits, 2025/03/21
- 181/224: gnu: go-github-com-go-md2man: Package executable separately., guix-commits, 2025/03/21
- 184/224: gnu: Add go-github-com-cskr-pubsub-v2., guix-commits, 2025/03/21
- 215/224: gnu: kubo: Fix build., guix-commits, 2025/03/21
- 189/224: gnu: go-github-com-pion-sdp-v3: Update to 3.0.10., guix-commits, 2025/03/21
- 191/224: gnu: go-github-com-libp2p-go-yamux-v4: Update to 4.0.2., guix-commits, 2025/03/21
- 211/224: gnu: Add go-github-com-rwcarlsen-goexif., guix-commits, 2025/03/21
- 204/224: gnu: Add go-github-com-ipfs-boxo., guix-commits, 2025/03/21
- 207/224: gnu: Add go-github-com-texttheater-golang-levenshtein.,
guix-commits <=
- 202/224: gnu: Add go-go-opentelemetry-io-otel-metric., guix-commits, 2025/03/21
- 206/224: gnu: Add go-github-com-libp2p-go-libp2p-kad-dht., guix-commits, 2025/03/21
- 197/224: gnu: Add go-github-com-libp2p-go-yamux-v5., guix-commits, 2025/03/21
- 186/224: gnu: go-github-com-pion-interceptor: Update to 0.1.37., guix-commits, 2025/03/21
- 175/224: gnu: git-spice: Update to 0.11.0., guix-commits, 2025/03/21
- 219/224: gnu: go-github-com-cskr-pubsub: Fix tests., guix-commits, 2025/03/21
- 216/224: gnu: go-github-com-ipfs-go-peertaskqueue: Adjust inputs., guix-commits, 2025/03/21
- 192/224: gnu: go-github-com-pion-turn: Enable tests., guix-commits, 2025/03/21
- 209/224: gnu: Add go-github-com-ipfs-shipyard-nopfs., guix-commits, 2025/03/21
- 188/224: gnu: go-github-com-pion-sctp: Update to 1.8.36., guix-commits, 2025/03/21