Source: golang-github-mitchellh-go-ps Section: devel Priority: extra Maintainer: Debian Go Packaging Team Uploaders: Andrew Starr-Bochicchio Build-Depends: debhelper (>= 9), dh-golang, golang-go Standards-Version: 3.9.6 Homepage: https://github.com/mitchellh/go-ps Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-mitchellh-go-ps.git Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-mitchellh-go-ps.git XS-Go-Import-Path: github.com/mitchellh/go-ps Package: golang-github-mitchellh-go-ps-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, golang-go Description: Find, list, and inspect processes from Go (golang) go-ps is a library for Go that implements OS-specific APIs to list and manipulate processes in a platform-safe way. The library can find and list processes on Linux, Mac OS X, and Windows.