mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-bits-and-blooms-bitset: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-bits-and-blooms-bitset): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I2b4b08969f3b5973560e18755dfd34eb280b61d3
This commit is contained in:
parent
4bbfa60670
commit
04ea7f5818
2 changed files with 25 additions and 23 deletions
|
@ -1348,6 +1348,31 @@ robin or epsilon greedy mode, and unresponsive hosts are avoided.")
|
||||||
information and periodically output metrics")
|
information and periodically output metrics")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-bits-and-blooms-bitset
|
||||||
|
(package
|
||||||
|
(name "go-github-com-bits-and-blooms-bitset")
|
||||||
|
(version "1.20.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/bits-and-blooms/bitset")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1m1rk1bf6i1jnhjxm774i3rhg8n8s88a3n5pnhg5a9gf34y7r8az"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/bits-and-blooms/bitset"))
|
||||||
|
(home-page "https://github.com/bits-and-blooms/bitset")
|
||||||
|
(synopsis "Bitsets in Go")
|
||||||
|
(description
|
||||||
|
"This package provides a Go implementation of bitsets, which are a
|
||||||
|
mapping between non-negative integers and boolean values focused on efficient
|
||||||
|
space usage.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-github-com-blang-semver
|
(define-public go-github-com-blang-semver
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-blang-semver")
|
(name "go-github-com-blang-semver")
|
||||||
|
|
|
@ -4399,29 +4399,6 @@ a cron spec parser and job runner.")
|
||||||
Proxy functionality.")
|
Proxy functionality.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-bits-and-blooms-bitset
|
|
||||||
(package
|
|
||||||
(name "go-github-com-bits-and-blooms-bitset")
|
|
||||||
(version "1.20.0")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/bits-and-blooms/bitset")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1m1rk1bf6i1jnhjxm774i3rhg8n8s88a3n5pnhg5a9gf34y7r8az"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:import-path "github.com/bits-and-blooms/bitset"))
|
|
||||||
(synopsis "Bitsets in Go")
|
|
||||||
(description "This package provides a Go implementation of bitsets, which
|
|
||||||
are a mapping between non-negative integers and boolean values focused on
|
|
||||||
efficient space usage.")
|
|
||||||
(home-page "https://github.com/bits-and-blooms/bitset")
|
|
||||||
(license license:bsd-3)))
|
|
||||||
|
|
||||||
(define-public go-github-com-bits-and-blooms-bloom-v3
|
(define-public go-github-com-bits-and-blooms-bloom-v3
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-bits-and-blooms-bloom-v3")
|
(name "go-github-com-bits-and-blooms-bloom-v3")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue