File: control

package info (click to toggle)
libjson-perl 2.07-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 408 kB
  • ctags: 134
  • sloc: perl: 1,815; makefile: 44
file content (17 lines) | stat: -rw-r--r-- 576 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libjson-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.0.2), libwww-perl
Build-Depends-Indep: perl (>= 5.8.0-7)
Maintainer: Ivan Kohler <ivan-debian@420.am>
Standards-Version: 3.6.1

Package: libjson-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, 
Recommends: libjson-xs-perl
Description: Perl module to parse and convert to JSON (JavaScript Object Notation).
 This module converts JSON (JavaScript Object Notation) and Perl
 data structures into each other.
 .
 For information about JSON, see http://www.crockford.com/JSON/.