forked from openkylin/libconfig-tiny-perl
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
Source: libconfig-tiny-perl
|
|
Section: perl
|
|
Priority: optional
|
|
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
|
|
Build-Depends: debhelper-compat (=13)
|
|
Build-Depends-Indep: libtest-simple-perl <!nocheck>,
|
|
perl
|
|
Testsuite: autopkgtest-pkg-perl
|
|
Standards-Version: 4.6.0
|
|
Vcs-Browser: https://gitee.com/openkylin/libconfig-tiny-perl
|
|
Vcs-Git: https://gitee.com/openkylin/libconfig-tiny-perl.git
|
|
Homepage: https://metacpan.org/release/Config-Tiny
|
|
Rules-Requires-Root: no
|
|
|
|
Package: libconfig-tiny-perl
|
|
Architecture: all
|
|
Depends: ${misc:Depends},
|
|
${perl:Depends}
|
|
Description: Read/Write .ini style files with as little code as possible
|
|
Config::Tiny is a perl class to read and write .ini style configuration files
|
|
with as little code as possible, reducing load time and memory overhead.
|
|
.
|
|
This module is primarily for reading human written files, and anything
|
|
written into shouldn't need to have documentation/comments. If something with
|
|
more power is needed, move up to Config::Simple, Config::General or one of
|
|
the many other Config:: modules. Config::Tiny does not preserve comments,
|
|
whitespace, or the order of the file contents.
|