File: control

package info (click to toggle)
golang-github-labstack-gommon 0.2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 172 kB
  • sloc: makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,702 bytes parent folder | download
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: golang-github-labstack-gommon
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-mattn-go-colorable-dev,
               golang-github-mattn-go-isatty-dev,
               golang-github-valyala-fasttemplate-dev,
               golang-golang-x-sys-dev,
               golang-github-davecgh-go-spew-dev,
               golang-github-pmezard-go-difflib-dev,
               golang-github-stretchr-testify-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-labstack-gommon
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-labstack-gommon.git
Homepage: https://github.com/labstack/gommon
XS-Go-Import-Path: github.com/labstack/gommon
Rules-Requires-Root: no

Package: golang-github-labstack-gommon-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-mattn-go-colorable-dev,
         golang-github-mattn-go-isatty-dev,
         golang-github-valyala-fasttemplate-dev,
         golang-golang-x-sys-dev,
         golang-github-davecgh-go-spew-dev,
         golang-github-pmezard-go-difflib-dev,
         golang-github-stretchr-testify-dev
Description: common package that provides parser, coloring, logging  for go
 This is a library that provides parser, coloring, logging tool for go.
 These are provided with the following names.
 .
  - Bytes - Format/parse bytes.
  - Color - Style terminal text.
  - Log - Simple logging.