|
|
@ -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))) |
|
|
|