~ruther/guix-local

6f8b8c436e09f0614930e10bf7648e574a8adc7e — Sharlatan Hellseher 6 months ago a932006
gnu: Add go-github-com-mxk-go-flowrate.

* gnu/packages/golang-xyz.scm (go-github-com-mxk-go-flowrate): New variable.

Change-Id: If8b5b13d30501c7e55a91f32b48ed1f4ad6ca9f0
1 files changed, 25 insertions(+), 0 deletions(-)

M gnu/packages/golang-xyz.scm
M gnu/packages/golang-xyz.scm => gnu/packages/golang-xyz.scm +25 -0
@@ 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")