GNU bug report logs -
#75176
[PATCH 00/18] Add command-line interface for Hetzner Cloud
Previous Next
Reported by: Roman Scherer <roman <at> burningswell.com>
Date: Sun, 29 Dec 2024 12:13:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/golang-xyz.scm (go-github-com-jmattheis-goverter): New variable.
Change-Id: Ia6cb4b01bdb42fa819aff9badd7abcb532d2381c
---
gnu/packages/golang-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 1db1c80efd..9e2273d865 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -4487,6 +4487,36 @@ (define-public go-github-com-jinzhu-copier
struct to another.")
(license license:expat)))
+(define-public go-github-com-jmattheis-goverter
+ (package
+ (name "go-github-com-jmattheis-goverter")
+ (version "1.7.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jmattheis/goverter")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0ph8470wxpf8p2cdr5w3hkchlgpiyzljlsdna9jvhgw53sf2c32n"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/jmattheis/goverter"
+ #:tests? #f))
+ (propagated-inputs (list go-gopkg-in-yaml-v3 go-golang-org-x-tools
+ go-github-com-stretchr-testify
+ go-github-com-dave-jennifer))
+ (home-page "https://github.com/jmattheis/goverter")
+ (synopsis "Generate type-safe Go converters by defining function
+signatures")
+ (description
+ "This package can generate type-safe converters for Go. The project is
+meant as alternative to @@url{https://github.com/jinzhu/copier,jinzhu/copier}
+that doesn't use reflection.")
+ (license license:expat)))
+
(define-public go-github-com-johnkerl-lumin
(package
(name "go-github-com-johnkerl-lumin")
--
2.47.1
This bug report was last modified 198 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.