mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: go-github-com-valyala-bytebufferpool: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-valyala-bytebufferpool): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I625b7fcf28f625142106feb4510daad10362cc31
This commit is contained in:
parent
cca5e1159d
commit
0641e96e90
2 changed files with 24 additions and 23 deletions
|
@ -13637,6 +13637,30 @@ distributable command line applications in an expressive way.")
|
|||
go-github-com-xrash-smetrics
|
||||
go-gopkg-in-yaml-v3))))
|
||||
|
||||
(define-public go-github-com-valyala-bytebufferpool
|
||||
(package
|
||||
(name "go-github-com-valyala-bytebufferpool")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/valyala/bytebufferpool")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "01lqzjddq6kz9v41nkky7wbgk7f1cw036sa7ldz10d82g5klzl93"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/valyala/bytebufferpool"))
|
||||
(home-page "https://github.com/valyala/bytebufferpool")
|
||||
(synopsis "Anti-memory-waste byte buffer pool for Golang")
|
||||
(description
|
||||
"@code{bytebufferpool} implements a pool of byte buffers with
|
||||
anti-fragmentation protection.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-vburenin-ifacemaker
|
||||
(package
|
||||
(name "go-github-com-vburenin-ifacemaker")
|
||||
|
|
|
@ -3027,29 +3027,6 @@ That is, @code{gofumpt} is happy with a subset of the formats that
|
|||
(native-inputs '())
|
||||
(inputs '())))
|
||||
|
||||
(define-public go-github-com-valyala-bytebufferpool
|
||||
(package
|
||||
(name "go-github-com-valyala-bytebufferpool")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/valyala/bytebufferpool")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "01lqzjddq6kz9v41nkky7wbgk7f1cw036sa7ldz10d82g5klzl93"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/valyala/bytebufferpool"))
|
||||
(home-page "https://github.com/valyala/bytebufferpool")
|
||||
(synopsis "Anti-memory-waste byte buffer pool for Golang")
|
||||
(description
|
||||
"@code{bytebufferpool} implements a pool of byte buffers with
|
||||
anti-fragmentation protection.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-vmihailenco-tagparser
|
||||
(package
|
||||
(name "go-github-com-vmihailenco-tagparser")
|
||||
|
|
Loading…
Add table
Reference in a new issue