mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: go-github-com-cespare-mph: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-cespare-mph): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Iaf690f78cb14c063b883c7b3a58a3150f9c3548c
This commit is contained in:
parent
5061bc7259
commit
ef7c6b40c5
2 changed files with 24 additions and 23 deletions
|
@ -2261,6 +2261,30 @@ tools using Go.")
|
||||||
variables into structs.")
|
variables into structs.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-cespare-mph
|
||||||
|
(package
|
||||||
|
(name "go-github-com-cespare-mph")
|
||||||
|
(version "0.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/cespare/mph")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0mvd6bkvf3i3555kqkkr3k9jd4c25scjq4xad35sxpny8f72nbg1"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/cespare/mph"))
|
||||||
|
(home-page "https://github.com/cespare/mph")
|
||||||
|
(synopsis "Minimal perfect hashing in Go")
|
||||||
|
(description
|
||||||
|
"@code{mph} is a Go package that implements a minimal perfect hash table
|
||||||
|
over strings.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-charlievieth-fastwalk
|
(define-public go-github-com-charlievieth-fastwalk
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-charlievieth-fastwalk")
|
(name "go-github-com-charlievieth-fastwalk")
|
||||||
|
|
|
@ -2598,29 +2598,6 @@ various color spaces.")
|
||||||
encoding in Go.")
|
encoding in Go.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-github-com-cespare-mph
|
|
||||||
(package
|
|
||||||
(name "go-github-com-cespare-mph")
|
|
||||||
(version "0.1.0")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/cespare/mph")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0mvd6bkvf3i3555kqkkr3k9jd4c25scjq4xad35sxpny8f72nbg1"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:import-path "github.com/cespare/mph"))
|
|
||||||
(home-page "https://github.com/cespare/mph")
|
|
||||||
(synopsis "Minimal perfect hashing in Go")
|
|
||||||
(description
|
|
||||||
"@code{mph} is a Go package that implements a minimal perfect hash table
|
|
||||||
over strings.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-lunixbochs-vtclean
|
(define-public go-github-com-lunixbochs-vtclean
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-lunixbochs-vtclean")
|
(name "go-github-com-lunixbochs-vtclean")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue