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
|
Source: lua-lxc
Section: interpreters
Priority: optional
Maintainer: pkg-lxc <pkg-lxc-devel@lists.alioth.debian.org>
Uploaders: Pierre-Elliott Bécue <peb@debian.org>
Build-Depends: debhelper (>= 11~),
liblua5.2-dev,
lxc-dev (>= 1:3.0.2-1~exp+1),
pkg-config
Standards-Version: 4.2.1
Homepage: https://linuxcontainers.org/
Vcs-Git: https://salsa.debian.org/lxc-team/lua-lxc.git
Vcs-Browser: https://salsa.debian.org/lxc-team/lua-lxc
Package: lua-lxc
Architecture: linux-any
Depends: liblua5.2-0,
liblxc1 (>= 1:3.0.2-1~exp+1),
lua-filesystem,
lua5.2,
${misc:Depends},
${shlibs:Depends}
Description: Linux Containers userspace tools (Lua bindings)
Containers are insulated areas inside a system, which have their own namespace
for filesystem, network, PID, IPC, CPU and memory allocation and which can be
created using the Control Group and Namespace features included in the Linux
kernel.
.
This package contains the Lua bindings.
|