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

Changelog

libconfig-tiny-perl (2.28-ok1) yangtze; urgency=low

  * Build for openkylin.

 -- denghao <email address hidden>  Tue, 23 Aug 2022 15:51:17 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Low Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libconfig-tiny-perl_2.28.orig.tar.gz 22.3 KiB 12df843a0d29d48f61bcc14c4f18f0858fd27a8dd829a00319529d654fe01500
libconfig-tiny-perl_2.28-ok1.debian.tar.xz 8.4 KiB c00c753759b0fe135aa4f1a46b450121271ec6e007bc13167d54fa3c2280ee69
libconfig-tiny-perl_2.28-ok1.dsc 1.9 KiB 38e6890d126449ffe9d92feed514144ea318b6d0ac5ce9070c14b530436aae0c

Available diffs

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.