Source: golang-github-sourcegraph-beaut
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:Jelmer Vernooĳ <jelmer@debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-stretchr-testify-dev,
 golang-pgregory-rapid-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-sourcegraph-beaut
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-sourcegraph-beaut.git
Homepage: https://github.com/sourcegraph/beaut
XS-Go-Import-Path: github.com/sourcegraph/beaut

Package: golang-github-sourcegraph-beaut-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
 golang-github-stretchr-testify-dev,
 golang-pgregory-rapid-dev
Description: convenient handling for validated types in Go
 Following the "Parse, Don't Validate" mantra, this library provides
 dedicated types to represent values that have already been validated, so
 that it is clear to the reader which operations are safe to perform and
 which require extra care.
 .
 It exposes types such as UTF8String, UTF8Bytes, AbsolutePath and
 RelativePath to represent common validations, avoiding redundant checks,
 reducing the risk of validation gaps and making invariants explicit in the
 type system.
