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).
|