mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-mxk-go-flowrate.
* gnu/packages/golang-xyz.scm (go-github-com-mxk-go-flowrate): New variable. Change-Id: If8b5b13d30501c7e55a91f32b48ed1f4ad6ca9f0
This commit is contained in:
parent
a932006b42
commit
6f8b8c436e
1 changed files with 25 additions and 0 deletions
|
@ -15382,6 +15382,31 @@ multibase} (self identifying base encodings) in Go.")
|
|||
varints.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-mxk-go-flowrate
|
||||
(package
|
||||
(name "go-github-com-mxk-go-flowrate")
|
||||
(version "0.0.0-20140419014527-cca7078d478f")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/mxk/go-flowrate")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0zqs39923ja0yypdmiqk6x8pgmfs3ms5x5sl1dqv9z6zyx2xy541"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:skip-build? #t
|
||||
#:import-path "github.com/mxk/go-flowrate"))
|
||||
(home-page "https://github.com/mxk/go-flowrate")
|
||||
(synopsis "Limiting and monitoring data flow rate in Golang")
|
||||
(description
|
||||
"This package provides the tools for monitoring and limiting the flow
|
||||
rate of an arbitrary data stream.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-github-com-nakagami-firebirdsql
|
||||
(package
|
||||
(name "go-github-com-nakagami-firebirdsql")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue