mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-gitlab-com-ambrevar-damerau: Move to golang-xyz.
* gnu/packages/golang.scm (go-gitlab-com-ambrevar-damerau): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ic2e9f2fdb642c02e1c9943d13776923de2357e3c
This commit is contained in:
parent
643170d52a
commit
2e24868baf
2 changed files with 28 additions and 28 deletions
|
@ -17314,6 +17314,34 @@ wherever else you need terminal emulation.
|
||||||
It's an active fork of @url{https://github.com/james4k/terminal}.")
|
It's an active fork of @url{https://github.com/james4k/terminal}.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-gitlab-com-ambrevar-damerau
|
||||||
|
(let ((commit "883829e1f25fad54015772ea663e69017cf22352")
|
||||||
|
(revision "0"))
|
||||||
|
(package
|
||||||
|
(name "go-gitlab-com-ambrevar-damerau")
|
||||||
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url
|
||||||
|
"https://gitlab.com/ambrevar/damerau")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1b9p8fypc914ij1afn6ir346zsgfqrc5mqc1k3d53n4snypq27qv"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "gitlab.com/ambrevar/damerau"))
|
||||||
|
(home-page "https://gitlab.com/ambrevar/damerau")
|
||||||
|
(synopsis "Damerau-Levenshtein distance for Golang")
|
||||||
|
(description
|
||||||
|
"This is a spelling corrector implementing the Damerau-Levenshtein
|
||||||
|
distance. Takes a string value input from the user. Looks for an identical
|
||||||
|
word on a list of words, if none is found, look for a similar word.")
|
||||||
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public go-go-abhg-dev-komplete
|
(define-public go-go-abhg-dev-komplete
|
||||||
(package
|
(package
|
||||||
(name "go-go-abhg-dev-komplete")
|
(name "go-go-abhg-dev-komplete")
|
||||||
|
|
|
@ -1728,34 +1728,6 @@ when provided with a valid relative path / alias path, it will return you with
|
||||||
a string of its real absolute path in the system.")
|
a string of its real absolute path in the system.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public go-gitlab-com-ambrevar-damerau
|
|
||||||
(let ((commit "883829e1f25fad54015772ea663e69017cf22352")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
|
||||||
(name "go-gitlab-com-ambrevar-damerau")
|
|
||||||
(version (git-version "0.0.0" revision commit))
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url
|
|
||||||
"https://gitlab.com/ambrevar/damerau")
|
|
||||||
(commit commit)))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1b9p8fypc914ij1afn6ir346zsgfqrc5mqc1k3d53n4snypq27qv"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:import-path "gitlab.com/ambrevar/damerau"))
|
|
||||||
(home-page "https://gitlab.com/ambrevar/damerau")
|
|
||||||
(synopsis "Damerau-Levenshtein distance for Golang")
|
|
||||||
(description "This is a spelling corrector implementing the
|
|
||||||
Damerau-Levenshtein distance. Takes a string value input from the user.
|
|
||||||
Looks for an identical word on a list of words, if none is found, look for a
|
|
||||||
similar word.")
|
|
||||||
(license license:expat))))
|
|
||||||
|
|
||||||
(define-public go-github-com-stevedonovan-luar
|
(define-public go-github-com-stevedonovan-luar
|
||||||
(let ((commit "22d247e5366095f491cd83edf779ee99a78f5ead")
|
(let ((commit "22d247e5366095f491cd83edf779ee99a78f5ead")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue