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 29 30 31 32
|
Source: golang-gopkg-lxc-go-lxc.v2
Section: golang
Priority: optional
Standards-Version: 4.6.1
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Clément Hermann <nodens@debian.org>,
Dmitry Smirnov <onlyjob@debian.org>,
Mathias Gibbens <mathias@calenhad.com>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-golang-x-sys-dev,
lxc-dev,
pkg-config
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
Rules-Requires-Root: no
Package: golang-gopkg-lxc-go-lxc.v2-dev
Architecture: all
Depends: lxc-dev,
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).
|