1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: golang-glog
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Martín Ferrari <tincho@debian.org>
Build-Depends: debhelper (>= 9.0.0), dh-golang, golang-go
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-glog.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-go/packages/golang-glog.git/
Homepage: https://github.com/golang/glog/
Package: golang-glog-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Built-Using: ${misc:Built-Using}
Description: Leveled execution logs for Go
This is an efficient pure Go implementation of leveled logs in the manner of
the open source C++ package http://code.google.com/p/google-glog
|