libconfig-any-perl 0.33-ok1 source package in openKylin

Changelog

libconfig-any-perl (0.33-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 09:39:09 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-any-perl_0.33.orig.tar.gz 26.0 KiB c0668eb5f2cd355bf20557f04dc18a25474b7a0bcfa79562e3165d9a3c789333
libconfig-any-perl_0.33-ok1.debian.tar.xz 2.3 KiB e30e5acc844094348c05c62b8dbbd2291bf0629483984b360393840efc0fff42
libconfig-any-perl_0.33-ok1.dsc 2.4 KiB cd1194b3cb2da011d6e774520208e329486dcaf32809ad9f363503dda928574e

View changes file

Binary packages built by this source

libconfig-any-perl: module to load configuration from different file formats

 Config::Any provides a facility for Perl applications and libraries to load
 configuration data from multiple different file formats. It supports XML,
 YAML, JSON, Apache-style configuration, Windows INI files, and even Perl
 code.
 .
 The rationale for this module is as follows: Perl programs are deployed on
 many different platforms and integrated with many different systems. Systems
 administrators and end users may prefer different configuration formats than
 the developers. The flexibility inherent in a multiple format configuration
 loader allows different users to make different choices, without generating
 extra work for the developers. As a developer you only need to learn a single
 interface to be able to use the power of different configuration formats.
 .
 Modules/packages (in Recommends) needed for specific file formats:
 .
  * ".cnf", ".conf" files: Config::General / libconfig-general-perl
  * ".ini" files: Config::Tiny / libconfig-tiny-perl
  * ".json", ".jsn" files: Cpanel::JSON::XS, JSON::MaybeXS, JSON::DWIW,
    JSON::XS, JSON::Syck, JSON::PP, JSON / libcpanel-json-xs-perl or
    libjson-maybexs-perl or libjson-xs-perl or libjson-pp-perl (also provided
    by perl) or libjson-perl
  * ".pl", ".perl" files: no additional requirements
  * ".xml" files: XML::Simple / libxml-simple-perl
  * ".yml", ".yaml" files: YAML::XS, YAML::Syck, YAML / libyaml-libyaml-perl
    or libyaml-syck-perl or libyaml-perl