mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: Add go-github-com-texttheater-golang-levenshtein.
* gnu/packages/golang-xyz.scm (go-github-com-texttheater-golang-levenshtein): New variable. Change-Id: I5c72cca752774385c658f8b803ff2ebd0de4dee5
This commit is contained in:
parent
9ed89311dc
commit
01c1fb5409
1 changed files with 25 additions and 0 deletions
|
@ -15581,6 +15581,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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue