File: control

package info (click to toggle)
libconfig-json-perl 1.5202-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 164 kB
  • sloc: perl: 266; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,353 bytes parent folder | download | duplicates (2)
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
Source: libconfig-json-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>,
           Jose Luis Rivas <ghostbar38@gmail.com>,
           Jonathan Yu <jawnsy@cpan.org>,
           Brian Cassidy <brian.cassidy@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libjson-perl,
                     libmoo-perl,
                     libscalar-list-utils-perl,
                     libtest-deep-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-json-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconfig-json-perl.git
Homepage: https://metacpan.org/release/Config-JSON

Package: libconfig-json-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libjson-perl,
         libmoo-perl
Description: parser for JSON-based configuration files
 Config::JSON is a Perl module capable of parsing and writing configuration
 files written in JavaScript Object Notation (JSON). It supports arbitrary
 file inclusion (even hierarchical includes) and comments in the file. It is
 beneficial in environments that already use JSON, since the parser is already
 loaded into memory.