mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-apparentlymart-go-dump.
* gnu/packages/golang-xyz.scm (go-github-com-apparentlymart-go-dump): New variable. Change-Id: Icd9fa47dc754c93d9c455ef9c89242f57ffe0184
This commit is contained in:
parent
4ffe1d1bd9
commit
d1245d600a
1 changed files with 25 additions and 0 deletions
|
@ -989,6 +989,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-apparentlymart-go-dump
|
||||||
|
(package
|
||||||
|
(name "go-github-com-apparentlymart-go-dump")
|
||||||
|
(version "0.0.0-20190214190832-042adf3cf4a0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/apparentlymart/go-dump")
|
||||||
|
(commit (go-version->git-ref version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1yqc50v82za54j2yy3ln7jzx983scb5gbh195wb6vmvqj18q696q"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:skip-build? #t
|
||||||
|
#:import-path "github.com/apparentlymart/go-dump"))
|
||||||
|
(home-page "https://github.com/apparentlymart/go-dump")
|
||||||
|
(synopsis "Utility for formatting Go values in a pretty-printed way")
|
||||||
|
(description
|
||||||
|
"This package implements a functionality for generating pretty-printed
|
||||||
|
dumps of Go values.")
|
||||||
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-apparentlymart-go-textseg-v9
|
(define-public go-github-com-apparentlymart-go-textseg-v9
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-apparentlymart-go-textseg-v9")
|
(name "go-github-com-apparentlymart-go-textseg-v9")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue