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 42 43 44 45 46
|
Source: golang-github-shirou-gopsutil
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Martín Ferrari <tincho@debian.org>,
Nobuhiro Iwamatsu <iwamatsu@debian.org>,
Tim Potter <tpot@hpe.com>,
Dmitry Smirnov <onlyjob@debian.org>,
Aloïs Micard <creekorful@debian.org>,
Guillem Jover <gjover@sipwise.com>,
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any (>=2:1.16~1~),
golang-github-stretchr-testify-dev,
golang-github-tklauser-go-sysconf-dev,
golang-golang-x-sys-dev (>= 0.0~git20180510~),
python3 <!nocheck>,
python3-psutil <!nocheck>,
lsof <!nocheck>,
procps <!nocheck>,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Homepage: https://github.com/shirou/gopsutil
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-shirou-gopsutil
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-shirou-gopsutil.git
XS-Go-Import-Path: github.com/shirou/gopsutil
Package: golang-github-shirou-gopsutil-dev
Architecture: all
Multi-Arch: foreign
Depends:
golang-github-stretchr-testify-dev,
golang-github-tklauser-go-sysconf-dev,
golang-golang-x-sys-dev (>= 0.0~git20180510~),
${misc:Depends},
Breaks:
# Old versions only work with gopsutil v3.
golang-github-minio-madmin-go (<< 3.0.63-2~),
Description: Go package implementing psutils
The gopsutil package provides a library that implements the psutil
(https://pypi.org/project/psutil/) functions. Most of the features are
implemented. Please refer to the web site of this project about the
current implementation status.
|