File: control

package info (click to toggle)
libconfig-properties-perl 1.80-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 160 kB
  • sloc: perl: 479; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,269 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
Source: libconfig-properties-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libconfig-properties-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libconfig-properties-perl.git
Homepage: https://metacpan.org/release/Config-Properties
Testsuite: autopkgtest-pkg-perl

Package: libconfig-properties-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Multi-Arch: foreign
Description: Perl module to read and write Java-style property files
 Config::Properties is a near implementation of the java.util.Properties API.
 It is designed to allow easy reading, writing and manipulation of Java-style
 property files in Perl applications.
 .
 The format of a Java-style property file is that of a key-value pair
 separated by either whitespace, the colon (:) character, or the equals (=)
 character. Whitespace before the key and on either side of the separator is
 ignored. Lines that begin with either a hash (#) or a bang (!) are considered
 comment lines and ignored.