mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-go-openapi-strfmt.
* gnu/packages/golang-web.scm (go-github-com-go-openapi-strfmt): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I31a3d51315991aae3ead5cde12fc14d913235a6a
This commit is contained in:
parent
e0a629a7b2
commit
701d85c5a9
1 changed files with 35 additions and 0 deletions
|
@ -1460,6 +1460,41 @@ prototyped in @url{https://github.com/xeipuuv/gojsonreference}.")
|
||||||
model.")
|
model.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public go-github-com-go-openapi-strfmt
|
||||||
|
(package
|
||||||
|
(name "go-github-com-go-openapi-strfmt")
|
||||||
|
(version "0.23.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/go-openapi/strfmt")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "00hqmfsgknhvp7mcbxfadpv4109f9gj59223yxhvmcviqg0a6a7b"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/go-openapi/strfmt"))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-stretchr-testify))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-asaskevich-govalidator
|
||||||
|
go-github-com-go-openapi-errors
|
||||||
|
go-github-com-google-uuid
|
||||||
|
go-github-com-mitchellh-mapstructure
|
||||||
|
go-github-com-oklog-ulid
|
||||||
|
go-go-mongodb-org-mongo-driver))
|
||||||
|
(home-page "https://github.com/go-openapi/strfmt")
|
||||||
|
(synopsis "OpenAPI toolkit common string formats")
|
||||||
|
(description
|
||||||
|
"This package exposes a registry of data types to support string formats
|
||||||
|
in the @code{go-openapi} toolkit. @code{strfmt} represents a well known
|
||||||
|
string format such as credit card or email. The Go toolkit for OpenAPI
|
||||||
|
specifications knows how to deal with those.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-go-openapi-swag
|
(define-public go-github-com-go-openapi-swag
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-go-openapi-swag")
|
(name "go-github-com-go-openapi-swag")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue