File: control

package info (click to toggle)
php-json-ext 1.2.1-3.2
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 1,004 kB
  • ctags: 112
  • sloc: sh: 7,418; ansic: 1,020; makefile: 121; awk: 70
file content (24 lines) | stat: -rw-r--r-- 790 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
Source: php-json-ext
Section: web
Priority: optional
Maintainer: Pierre Habouzit <madcoder@debian.org>
Build-Depends: debhelper (>= 4.1.6), php4-dev, php5-dev, po-debconf, cdbs
Standards-Version: 3.6.2

Package: php4-json
Architecture: any
Depends: ${misc:Depends}, ${php4:Depends}
Description: json serialiser for PHP4
 php-json is an extremely fast PHP C extension for JSON (JavaScript Object
 Notation) serialisation.
 .
 documentation on the website: http://www.aurore.net/projects/php-json/

Package: php5-json
Architecture: any
Depends: ${misc:Depends}, ${php5:Depends}
Description: JSON serialiser for PHP5
 php-json is an extremely fast PHP C extension for JSON (JavaScript Object
 Notation) serialisation.
 .
 documentation on the website: http://www.aurore.net/projects/php-json/