File: control

package info (click to toggle)
libjson-perl 1.00-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 168 kB
  • ctags: 116
  • sloc: perl: 1,158; makefile: 45
file content (15 lines) | stat: -rw-r--r-- 537 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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}, 
Description: Perl module to parse and convert to JSON (JavaScript Object Notation).
 This module converts between JSON (JavaScript Object Notation) and Perl
 data structure into each other.
 For JSON, See to http://www.crockford.com/JSON/.