File: control

package info (click to toggle)
libconfig-model-perl 2.159-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,164 kB
  • sloc: perl: 15,092; makefile: 19
file content (123 lines) | stat: -rw-r--r-- 3,993 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
Source: libconfig-model-perl
Standards-Version: 4.7.3
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Dominique Dumont <dod@debian.org>,
 gregor herrmann <gregoa@debian.org>,
 Salvatore Bonaccorso <carnil@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
 dh-dist-zilla,
 dh-sequence-dist-zilla,
 libdist-zilla-plugin-podweaver-perl,
 libdist-zilla-plugin-prepender-perl,
 libdist-zilla-plugin-run-perl,
 libdist-zilla-plugin-signature-perl,
 libdist-zilla-plugins-cjm-perl,
 libmodule-build-perl,
 libpod-elemental-transformer-list-perl,
 libpod-weaver-section-support-perl,
 libsoftware-license-perl,
 perl,
Build-Depends-Indep:
 dh-sequence-bash-completion,
 libboolean-perl,
 libcarp-assert-more-perl,
 libconfig-ini-perl,
 libconfig-model-tester-perl,
 libfile-homedir-perl,
 libhash-merge-perl,
 libjson-perl,
 liblist-moreutils-perl,
 liblog-log4perl-perl,
 libmouse-perl,
 libmousex-nativetraits-perl,
 libmousex-strictconstructor-perl,
 libparse-recdescent-perl,
 libpath-tiny-perl,
 libpod-pom-perl,
 libprobe-perl-perl,
 libregexp-common-perl,
 libtest-command-perl <!nocheck>,
 libtest-differences-perl <!nocheck>,
 libtest-exception-perl <!nocheck>,
 libtest-file-contents-perl <!nocheck>,
 libtest-log-log4perl-perl <!nocheck>,
 libtest-memory-cycle-perl <!nocheck>,
 libtest-pod-perl <!nocheck>,
 libtest-synopsis-expectation-perl <!nocheck>,
 libtest-warn-perl <!nocheck>,
 libtext-levenshtein-damerau-perl,
 libtoml-tiny-perl,
 libyaml-pp-perl,
 po-debconf,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libconfig-model-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libconfig-model-perl.git
Homepage: https://github.com/dod38fr/config-model/wiki
Rules-Requires-Root: no

Package: libconfig-model-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libboolean-perl,
 libcarp-assert-more-perl,
 libfile-homedir-perl,
 libhash-merge-perl,
 liblist-moreutils-perl,
 liblog-log4perl-perl,
 libmouse-perl,
 libmousex-nativetraits-perl,
 libmousex-strictconstructor-perl,
 libparse-recdescent-perl,
 libpath-tiny-perl,
 libpod-pom-perl,
 libregexp-common-perl,
Recommends:
 bash-completion,
 cme,
 fuse,
 libconfig-model-tkui-perl,
 libfuse-perl,
 libtext-levenshtein-damerau-perl,
Suggests:
 libconfig-model-dpkg-perl,
 libconfig-model-openssh-perl,
 libconfig-ini-perl,
 libjson-perl,
 libterm-readline-perl-perl | libterm-readline-gnu-perl,
 libtoml-tiny-perl,
 libyaml-pp-perl,
Description: 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)