1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: golang-procfs
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 (>= 1.17),
golang-any,
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-procfs.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-procfs.git
Homepage: https://github.com/prometheus/procfs.git
XS-Go-Import-Path: github.com/prometheus/procfs
Package: golang-procfs-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Built-Using: ${misc:Built-Using}
Description: Golang library to retrieve metrics from the proc pseudo-filesystem
Procfs provides functions to retrieve system, kernel and process metrics from
the pseudo-filesystem proc.
|