File: control

package info (click to toggle)
golang-github-shirou-gopsutil 2.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 728 kB
  • ctags: 1,513
  • sloc: sh: 158; makefile: 20
file content (28 lines) | stat: -rw-r--r-- 1,073 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
27
28
Source: golang-github-shirou-gopsutil
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               lsof,
               procps,
               golang-github-stretchr-testify-dev,
Standards-Version: 3.9.8
Homepage: https://github.com/shirou/gopsutil
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-shirou-gopsutil.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-shirou-gopsutil.git

Package: golang-github-shirou-gopsutil-dev
Architecture: all
Depends: ${misc:Depends},
         dpkg-dev,
         lsof,
         procps,
         golang-github-stretchr-testify-dev,
Description: Go package implementing psutils
 The gopsutil package provides a library which psutil
 (http://pythonhosted.org/psutil/) functions. Most of the features are
 implemented. Please refer to web site of the project about implementation
 list.