libconfig-tiny-perl 2.24-ok1 source package in openKylin

Changelog

libconfig-tiny-perl (2.24-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libconfig-tiny-perl_2.24.orig.tar.gz 23.8 KiB 1064948e4bc57e86e318dbc8791c53ca5b9d95b958cc474367c3277981135232
libconfig-tiny-perl_2.24-ok1.debian.tar.xz 1.7 KiB 1150ad9862dc5e1859ad90ae6802add77bf13034cd4850358d6871ef1cc61da3
libconfig-tiny-perl_2.24-ok1.dsc 1.9 KiB e68bcc64dcc6e437f550600a3fbd655f72bcb53c8f5345c0274bc8b8806fc896

View changes file

Binary packages built by this source

libconfig-tiny-perl: 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.