gnu: Add go-msgp.

* gnu/packages/golang-xyz.scm (go-msgp): New variable.

Change-Id: Ia9b339e6ea413c6d3442ecdcda56e6ce0be5c87b
This commit is contained in:
Sharlatan Hellseher 2024-09-15 21:15:06 +01:00
parent 7c49f2f0aa
commit 32a4666243
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -8184,6 +8184,20 @@ correctly.")))
#:unpack-path "github.com/libp2p/go-msgio")) #:unpack-path "github.com/libp2p/go-msgio"))
(synopsis "CLI tool to wrap messages with msgio header."))) (synopsis "CLI tool to wrap messages with msgio header.")))
(define-public go-msgp
(package
(inherit go-github-com-tinylib-msgp)
(name "go-msgp")
(arguments
(list
#:install-source? #f
#:tests? #f
#:import-path "github.com/tinylib/msgp"))
(description
(string-append (package-description go-github-com-tinylib-msgp)
" This package provides an command line interface (CLI)
tool."))))
(define-public go-numcpus (define-public go-numcpus
(package (package
(inherit go-github-com-tklauser-numcpus) (inherit go-github-com-tklauser-numcpus)