1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: deets
Section: admin
Priority: optional
Maintainer: Clint Adams <clint@debian.org>
Build-Depends: liblua5.1-dev, pkg-config, libdpkg-dev (>= 1.19.3), debhelper (>= 10)
Standards-Version: 4.3.0
Homepage: https://salsa.debian.org/clint/deets
Package: deets
Architecture: any
Depends: ${shlibs:Depends}, lua-md5, lua-cosmo (>= 10.04.06), lua-augeas, augeas-tools, ${misc:Depends}
Built-Using: ${sourcedep:libdpkg-dev}
Description: decentralized model-based administration tool
Deets provides a way to manage Debian packages and files
on your systems using Lua-based configuration files. A
specialized Lua interpreter called luau is capable of
validating your specifications and optionally enforcing
them.
.
In addition, it can scan your system and generate a
crude model configuration based on the current state
of the Debian package database and all conffiles.
|