mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-philhofer-fwd.
* gnu/packages/golang-xyz.scm (go-github-com-philhofer-fwd): New variable. Change-Id: Ibb873c8526892b1c05cef557ae1cd6caf9454d60
This commit is contained in:
parent
4f0d45136a
commit
2b5733e32d
1 changed files with 25 additions and 0 deletions
|
@ -6174,6 +6174,31 @@ processes.")
|
||||||
(list go-github-com-stretchr-testify))
|
(list go-github-com-stretchr-testify))
|
||||||
(propagated-inputs '())))
|
(propagated-inputs '())))
|
||||||
|
|
||||||
|
(define-public go-github-com-philhofer-fwd
|
||||||
|
(package
|
||||||
|
(name "go-github-com-philhofer-fwd")
|
||||||
|
(version "1.1.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/philhofer/fwd")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "083zlvna3mz37p91r4h8r7yvjqcvsgr9l5p0zidmk3ajq6gxds1p"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/philhofer/fwd"))
|
||||||
|
(home-page "https://github.com/philhofer/fwd")
|
||||||
|
(synopsis "Buffered Reader/Writer for Goalng")
|
||||||
|
(description
|
||||||
|
"Package fwd provides a buffered reader and writer. Each has methods
|
||||||
|
that help improve the encoding/decoding performance of some binary
|
||||||
|
protocols.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-pierrec-cmdflag
|
(define-public go-github-com-pierrec-cmdflag
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-pierrec-cmdflag")
|
(name "go-github-com-pierrec-cmdflag")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue