File: control

package info (click to toggle)
golang-github-araddon-gou 0.0~git20180509.7db4be5-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 160 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,017 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
26
Source: golang-github-araddon-gou
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Aggelos Avgerinos <evaggelos.avgerinos@gmail.com>,
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev,
Standards-Version: 4.2.0
Homepage: https://github.com/araddon/gou
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-araddon-gou
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-araddon-gou.git
XS-Go-Import-Path: github.com/araddon/gou
Testsuite: autopkgtest-pkg-go

Package: golang-github-araddon-gou-dev
Architecture: all
Depends: golang-github-stretchr-testify-dev,
         ${misc:Depends},
Description: logging and json helpers for Go
 gou provides the following logging and json helpers for Go:
 .
 JsonHelper is a JSON helper focused on Type coercion and json path query.
 .
 Logging which is yet another configurable logger.