mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-agext-levenshtein: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-agext-levenshtein): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I010d36d254b915db60779ca53a127c74f204e079
This commit is contained in:
parent
b0124e8af2
commit
3d098128bd
2 changed files with 24 additions and 23 deletions
|
@ -547,6 +547,30 @@ XDG defined locations instead of hardcoding paths. The package also includes
|
||||||
the locations of well known user directories.")
|
the locations of well known user directories.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-agext-levenshtein
|
||||||
|
(package
|
||||||
|
(name "go-github-com-agext-levenshtein")
|
||||||
|
(version "1.2.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/agext/levenshtein")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0a26c8pp9h5w66bhd9vb6lpvmhp30mz46pnh3a8vrjx50givb2lw"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/agext/levenshtein"))
|
||||||
|
(home-page "https://github.com/agext/levenshtein")
|
||||||
|
(synopsis "Calculating the Levenshtein distance between two strings in Go")
|
||||||
|
(description
|
||||||
|
"Package levenshtein implements distance and similarity metrics for
|
||||||
|
strings, based on the Levenshtein measure.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-agnivade-levenshtein
|
(define-public go-github-com-agnivade-levenshtein
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-agnivade-levenshtein")
|
(name "go-github-com-agnivade-levenshtein")
|
||||||
|
|
|
@ -1100,29 +1100,6 @@ network traffic so that it is not identified and subsequently blocked by network
|
||||||
filtering devices.")
|
filtering devices.")
|
||||||
(license license:bsd-2))))
|
(license license:bsd-2))))
|
||||||
|
|
||||||
(define-public go-github-com-agext-levenshtein
|
|
||||||
(package
|
|
||||||
(name "go-github-com-agext-levenshtein")
|
|
||||||
(version "1.2.3")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/agext/levenshtein")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "0a26c8pp9h5w66bhd9vb6lpvmhp30mz46pnh3a8vrjx50givb2lw"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:import-path "github.com/agext/levenshtein"))
|
|
||||||
(home-page "https://github.com/agext/levenshtein")
|
|
||||||
(synopsis "Calculating the Levenshtein distance between two strings in Go")
|
|
||||||
(description
|
|
||||||
"Package levenshtein implements distance and similarity metrics for
|
|
||||||
strings, based on the Levenshtein measure.")
|
|
||||||
(license license:asl2.0)))
|
|
||||||
|
|
||||||
(define-public go-github-com-apparentlymart-go-textseg-v13
|
(define-public go-github-com-apparentlymart-go-textseg-v13
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-apparentlymart-go-textseg-v13")
|
(name "go-github-com-apparentlymart-go-textseg-v13")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue