File: control

package info (click to toggle)
golang-github-cloudfoundry-gosigar 0.0~git20150402.27.3ed7c74-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 204 kB
  • ctags: 205
  • sloc: makefile: 4
file content (25 lines) | stat: -rw-r--r-- 1,164 bytes parent folder | download
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
Source: golang-github-cloudfoundry-gosigar
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <alexandre@alexandreviau.net>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-ginkgo-dev | golang-github-onsi-ginkgo-dev,
               golang-gomega-dev | golang-github-onsi-gomega-dev
Standards-Version: 3.9.8
Homepage: https://github.com/cloudfoundry/gosigar
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-cloudfoundry-gosigar.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-cloudfoundry-gosigar.git

Package: golang-github-cloudfoundry-gosigar-dev
Architecture: all
Depends: ${misc:Depends},
         golang-go,
         golang-ginkgo-dev | golang-github-onsi-ginkgo-dev,
         golang-gomega-dev | golang-github-onsi-gomega-dev
Description: golang implementation of the sigar API
 Go sigar is a golang implementation of the sigar API. The Go version
 of sigar has a very similar interface, but is being written from
 scratch in pure go/cgo, rather than cgo bindings for libsigar.