libconfig-model-perl 2.159-ok1 source package in openKylin

Changelog

libconfig-model-perl (2.159-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 29 May 2026 06:58:42 -0700

Upload details

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

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libconfig-model-perl_2.159.orig.tar.gz 350.6 KiB f63417343a9ff912104e08b9d26f6b56e888f871adf121e00a6c85ab9bc6ef44
libconfig-model-perl_2.159-ok1.debian.tar.xz 7.4 KiB c37f28a9e3f08054904a58d5bbe11e8b81fc6937269433c2624ca619fb5f9a19
libconfig-model-perl_2.159-ok1.dsc 3.1 KiB 7438977b75a189cc93885583babae833dd67a4bfebc120424872f9e8c57cb4f1

Available diffs

View changes file

Binary packages built by this source

libconfig-model-perl: module for describing and editing configuration data

 Config::Model is a Perl framework that enables project developers to provide
 an interactive configuration system for their software. It supports various
 frontend interfaces (graphical, curses-based or plain terminal) to users. It
 handles configuration files semantically rather than syntactically, meaning
 that developers can specify the structure and constraints of the data along
 with a mechanism to read and write the files.
 .
 Using the structure and constraint information, Config::Model will generate
 interactive configuration editors that include help and data validation. It
 is equally simple to use graphical (via Tk) interfaces as well as curses-
 and ReadLine-based terminal interfaces.
 .
 Config::Model also provides a facility to help configuration data upgrade
 that can be triggered during package upgrades.
 .
 Config::Model provides configuration model and editor for:
  - popularity-contest
  - fstab (/etc/fstab)
  - multistrap
 .
 Other configuration editors are available with other libconfig-model-*-perl
 packages.
 .
 Depending on which suggested or recommended modules are installed,
 Config::Model provides several user interfaces:
  - shell-like interface (with any of lib-term-readlin-*-perl)
  - virtual file system where each config parameter is mapped to a file
   (with fuse package)
  - graphical user interface (with libconfig-model-tkui-perl)