Source: golang-github-mwitkow-go-proto-validators Section: golang Maintainer: Debian Go Packaging Team Uploaders: Simon Josefsson , Build-Depends: debhelper-compat (= 13), dh-sequence-golang, dpkg-build-api (= 1), golang-any, golang-github-stretchr-testify-dev, golang-gogoprotobuf-dev, golang-goprotobuf-dev, Testsuite: autopkgtest-pkg-go Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mwitkow-go-proto-validators Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mwitkow-go-proto-validators.git Homepage: https://github.com/mwitkow/go-proto-validators XS-Go-Import-Path: github.com/mwitkow/go-proto-validators Package: golang-github-mwitkow-go-proto-validators-dev Architecture: all Multi-Arch: foreign Depends: golang-github-stretchr-testify-dev, golang-gogoprotobuf-dev, golang-goprotobuf-dev, ${misc:Depends}, Description: generate message validators from .proto annotations (library) A protoc plugin that generates Validate() error functions on Go proto structs based on field options inside .proto files. The validation functions are code-generated and thus don't suffer on performance from tag-based reflection on deeply-nested messages. . This package contains the Go library. Package: go-proto-validators Section: devel Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, Static-Built-Using: ${misc:Static-Built-Using} Description: Generate message validators from .proto annotations (program) A protoc plugin that generates Validate() error functions on Go proto structs based on field options inside .proto files. The validation functions are code-generated and thus don't suffer on performance from tag-based reflection on deeply-nested messages. . This package contains the command-line protoc plugin.