mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-arbovm-levenshtein.
* gnu/packages/golang-xyz.scm (go-github-com-arbovm-levenshtein): New variable. Change-Id: I6eb61438459cccf23e0d9b49b9691a4498e36441
This commit is contained in:
parent
ee10c24389
commit
edb7c03925
1 changed files with 25 additions and 0 deletions
|
@ -936,6 +936,31 @@ commands.")
|
||||||
"This package implements optimal parameters for data-types.")
|
"This package implements optimal parameters for data-types.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-arbovm-levenshtein
|
||||||
|
(package
|
||||||
|
(name "go-github-com-arbovm-levenshtein")
|
||||||
|
(version "0.0.0-20160628152529-48b4e1c0c4d0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/arbovm/levenshtein")
|
||||||
|
(commit (go-version->git-ref version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0nmx2iip8xpnbmy6gvqpc9ikizr33dr40xgv746h0b0by8n7rv7y"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/arbovm/levenshtein"))
|
||||||
|
(home-page "https://github.com/arbovm/levenshtein")
|
||||||
|
(synopsis "Levenshtein Distance in Golang")
|
||||||
|
(description
|
||||||
|
"This package implements a functionality to calculate the
|
||||||
|
@url{http://en.wikipedia.org/wiki/Levenshtein_distance, Levenshtein
|
||||||
|
Distance}.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-github-com-arceliar-phony
|
(define-public go-github-com-arceliar-phony
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-arceliar-phony")
|
(name "go-github-com-arceliar-phony")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue