1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: golang-github-ngaut-log
Section: devel
Priority: extra
Maintainer: QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
dh-golang,
golang-any
Standards-Version: 4.1.0
Homepage: https://github.com/ngaut/log
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-ngaut-log.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-ngaut-log.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/ngaut/log
Package: golang-github-ngaut-log-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Provides a simple log wrapper for ngaut libraries
This library provides a high level log wrapper so that output can be
sent to different log files based on different log levels.
|