File: control

package info (click to toggle)
golang-github-olekukonko-errors 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid
  • size: 448 kB
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,025 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: golang-github-olekukonko-errors
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Mathias Gibbens <gibmat@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-olekukonko-errors
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-olekukonko-errors.git
Homepage: https://github.com/olekukonko/errors
XS-Go-Import-Path: github.com/olekukonko/errors

Package: golang-github-olekukonko-errors-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Enhanced error handling library
 A production-grade error handling library for Go, offering zero-cost
 abstractions, stack traces, multi-error support, retries, and advanced
 monitoring through two complementary packages: errors (core) and
 errmgr (management).