mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 18:07:24 +01:00
gnu: Add go-github-com-multiformats-go-varint.
* gnu/packages/golang-xyz.scm (go-github-com-multiformats-go-varint): New variable. Change-Id: Ib2f82fff0fbed00010c2aa7993134d5a855f0d7d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
9a5b9dad0d
commit
791578befb
1 changed files with 24 additions and 0 deletions
|
@ -1366,6 +1366,30 @@ (define-public go-github-com-mreiferson-go-svc
|
|||
@url{https://github.com/judwhite/go-svc/raw/master/svc/svc_windows_test.go,here}.")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public go-github-com-multiformats-go-varint
|
||||
(package
|
||||
(name "go-github-com-multiformats-go-varint")
|
||||
(version "0.0.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/multiformats/go-varint")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0l4s0z3rc3d350zp6qximl1jjhic6l8w74wkmx244jgfzsxd93af"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/mreiferson/go-options"))
|
||||
(home-page "https://github.com/mreiferson/go-options")
|
||||
(synopsis "Varint helpers that enforce minimal encoding")
|
||||
(description
|
||||
"This package provides a functionality for encoding and decoding unsigned
|
||||
varints.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-nats-io-nats-go
|
||||
(package
|
||||
(name "go-github-com-nats-io-nats-go")
|
||||
|
|
Loading…
Reference in a new issue