mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: Add go-gojay.
* gnu/packages/golang-web.scm (go-gojay): New variable. Change-Id: Ia2ba75f42fe8b39f407b7420cdd285bd723a76a0
This commit is contained in:
parent
1ce31d6629
commit
595872742a
1 changed files with 14 additions and 0 deletions
|
@ -6724,6 +6724,20 @@ protocol.")
|
||||||
;;; Executables:
|
;;; Executables:
|
||||||
;;;
|
;;;
|
||||||
|
|
||||||
|
(define-public go-gojay
|
||||||
|
(package
|
||||||
|
(inherit go-github-com-francoispqt-gojay)
|
||||||
|
(name "go-gojay")
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:tests? #f ; already tested in the library
|
||||||
|
#:install-source? #f
|
||||||
|
#:import-path "github.com/francoispqt/gojay/gojay"
|
||||||
|
#:unpack-path "github.com/francoispqt/gojay"))
|
||||||
|
(description
|
||||||
|
"This package provides a command line tool to generate gojay's marshaling
|
||||||
|
and unmarshaling interface implementation for custom struct type(s).")))
|
||||||
|
|
||||||
(define-public go-html2text
|
(define-public go-html2text
|
||||||
(package
|
(package
|
||||||
(inherit go-github-com-jaytaylor-html2text)
|
(inherit go-github-com-jaytaylor-html2text)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue