File: control

package info (click to toggle)
libconfig-json-perl 1.5000-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 136 kB
  • ctags: 17
  • sloc: perl: 271; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 1,289 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
Source: libconfig-json-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50)
Build-Depends-Indep: perl (>= 5.10), libtest-pod-perl, libjson-perl (>= 2.16),
 libtest-deep-perl (>= 0.095), libmoose-perl (>= 0.93)
Build-Conflicts-Indep: libtest-pod-coverage-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>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/Config-JSON/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-json-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconfig-json-perl/

Package: libconfig-json-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10),
 libjson-perl (>= 2.16), libmoose-perl (>= 0.93)
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.