DFSG NEW Queue

DFSG, Licensing & New Packages Team

golang-github-sourcegraph-beaut 0.0~git20240611.627e4c2-1

Package Information

Descriptionconvenient 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.

MaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed ByJelmer Vernooij <jelmer@debian.org>
Sponsorjelmer@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/go-team/packages/golang-github-sourcegraph-beaut.git (browse)
Trackerhttps://tracker.debian.org/pkg/golang-github-sourcegraph-beaut
Uploaded3 hours ago

New Package Report

.changes
Sourcegolang-github-sourcegraph-beaut
Version0.0~git20240611.627e4c2-1
Changed-ByJelmer Vernooij
Architecturesource all
Distributionunstable
DateSun, 21 Jun 2026 11:25:24 +0100
Changelog
golang-github-sourcegraph-beaut (0.0~git20240611.627e4c2-1) unstable; urgency=medium
 .
   * Initial release.
.dsc
Package-Listgolang-github-sourcegraph-beaut-dev deb golang optional arch=all
Sectiongolang
Priorityoptional
Componentmain
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: beaut
Upstream-Contact: https://github.com/sourcegraph/beaut/issues
Source: https://github.com/sourcegraph/beaut

Files: *
Copyright: 2024 Sourcegraph, Inc.
License: Apache-2.0

Files: debian/*
Copyright: 2026 Jelmer Vernooij <jelmer@debian.org>
License: Apache-2.0

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
     http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the complete text of the Apache version 2.0 license
 can be found in "/usr/share/common-licenses/Apache-2.0".

Back to Dashboard | View all reviews for this package