golang-github-sourcegraph-beaut 0.0~git20240611.627e4c2-1
Package Information
| 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. |
|---|---|
| Maintainer | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
| Changed By | Jelmer Vernooij <jelmer@debian.org> |
| Sponsor | jelmer@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/go-team/packages/golang-github-sourcegraph-beaut.git (browse) |
| Tracker | https://tracker.debian.org/pkg/golang-github-sourcegraph-beaut |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Source | golang-github-sourcegraph-beaut |
|---|---|
| Version | 0.0~git20240611.627e4c2-1 |
| Changed-By | Jelmer Vernooij |
| Architecture | source all |
| Distribution | unstable |
| Date | Sun, 21 Jun 2026 11:25:24 +0100 |
Changelog
golang-github-sourcegraph-beaut (0.0~git20240611.627e4c2-1) unstable; urgency=medium . * Initial release.
.dsc
| Package-List | golang-github-sourcegraph-beaut-dev deb golang optional arch=all |
|---|---|
| Section | golang |
| Priority | optional |
| Component | main |
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".