GNU bug report logs -
#54560
[PATCH 00/47] gnu: Add go-github-com-prometheus-prometheus.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/golang.scm (go-github-com-go-openapi-validate): New
variable.
---
gnu/packages/golang.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 7d679e825f..e4a09fea4a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10351,6 +10351,36 @@ (define-public go-github-com-go-openapi-swag
(home-page "https://github.com/go-openapi/swag")
(license license:asl2.0)))
+(define-public go-github-com-go-openapi-validate
+ (package
+ (name "go-github-com-go-openapi-validate")
+ (version "0.21.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/go-openapi/validate")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1ga0jcb8hzfcx2rhysz1cxixs9hib1rv3qhvhn6ssb9xlx2p4fnq"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/go-openapi/validate"))
+ (propagated-inputs (list go-github-com-go-openapi-analysis
+ go-github-com-go-openapi-errors
+ go-github-com-go-openapi-jsonpointer
+ go-github-com-go-openapi-loads
+ go-github-com-go-openapi-spec
+ go-github-com-go-openapi-strfmt
+ go-github-com-go-openapi-swag))
+ (native-inputs (list go-github-com-stretchr-testify))
+ (synopsis "OpenAPI toolkit validation helpers")
+ (description "This package provides helpers to validate Swagger 2.0
+specification (aka OpenAPI 2.0).")
+ (home-page "https://github.com/go-openapi/validate")
+ (license license:asl2.0)))
+
(define-public go-github-com-go-stack-stack
(package
(name "go-github-com-go-stack-stack")
--
2.34.0
This bug report was last modified 292 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.