rosenthal: Add go-github-com-ugorji-go-codec.

* rosenthal/packages/golang.scm (go-github-com-ugorji-go-codec): New variable.
remotes/origin/add-misso
Hilton Chain 2 years ago
parent 9fd8083ba9
commit 2db06571d0
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 25
      rosenthal/packages/golang.scm

@ -149,3 +149,28 @@ Proxy functionality.")
'(#:import-path "github.com/pelletier/go-toml/v2")) '(#:import-path "github.com/pelletier/go-toml/v2"))
(native-inputs (native-inputs
(list go-github-com-stretchr-testify)))) (list go-github-com-stretchr-testify))))
(define-public go-github-com-ugorji-go-codec
(package
(name "go-github-com-ugorji-go-codec")
(version "1.2.7")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/ugorji/go")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0h4mbxp8zyhash342l00fd5726yhfmgrlk6v7sl6k8fd6mkb10l4"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/ugorji/go/codec"
#:unpack-path "github.com/ugorji/go"))
(home-page "https://github.com/ugorji/go")
(synopsis "Go 1.4+ codec/encoding library for binary and text formats")
(description
"This package provides a Go 1.4+ codec/encoding library for binary and
text formats: @code{binc}, @code{msgpack}, @code{cbor}, @code{json} and
@code{simple}.")
(license license:expat)))

Loading…
Cancel
Save