File: control

package info (click to toggle)
golang-gopkg-lxc-go-lxc.v2 0.0~git20181101.0aadfc3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 388 kB
  • sloc: ansic: 491; makefile: 75
file content (28 lines) | stat: -rw-r--r-- 1,024 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
26
27
28
Source: golang-gopkg-lxc-go-lxc.v2
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Clément Hermann <nodens@nodens.org>,
Build-Depends: debhelper (>= 11~),
               dh-golang (>= 1.36),
               golang-any,
               lxc-dev (>= 1:2.0.7-2),
               pkg-config,
Standards-Version: 4.2.1
Homepage: https://github.com/lxc/go-lxc
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-lxc-go-lxc.v2
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-lxc-go-lxc.v2.git
XS-Go-Import-Path: gopkg.in/lxc/go-lxc.v2
Testsuite: autopkgtest-pkg-go

Package: golang-gopkg-lxc-go-lxc.v2-dev
Architecture: all
Depends: lxc-dev (>= 1:2.0.7-2),
         pkg-config,
         ${misc:Depends},
         ${shlibs:Depends},
Description: Go bindings for liblxc
 This package contains the source tree of the go-lxc project
 .
 go-lxc implements Go bindings for the LXC C API using cgo and the LXC C
 library (liblxc).