mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02: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
af6873c361
commit
bc5a4aa143
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-github-com-xrash-smetrics
|
||||||
go-gopkg-in-yaml-v3))))
|
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
|
(define-public go-github-com-vburenin-ifacemaker
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-vburenin-ifacemaker")
|
(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 '())
|
(native-inputs '())
|
||||||
(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
|
(define-public go-github-com-vmihailenco-tagparser
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-vmihailenco-tagparser")
|
(name "go-github-com-vmihailenco-tagparser")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue