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
|
Source: php-json
Section: php
Priority: optional
Maintainer: Debian PHP PECL Maintainers <pkg-php-pecl@lists.alioth.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>, Lior Kaplan <kaplan@debian.org>
Build-Depends: debhelper (>= 9),
php5-dev (>= 5.5.0~rc1+dfsg-1~),
dh-php5 (>= 0.2~),
pkg-config,
libjson-c-dev (>= 0.11-3~)
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-php/php-json.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-json.git
Homepage: http://pecl.php.net/package/jsonc
Package: php5-json
Architecture: any
Depends: ${shlibs:Depends},
${php:Depends},
${misc:Depends},
ucf,
libjson-c2 (>= 0.11-3~)
Breaks: php5-common (<< 5.5.0~rc1+dfsg-1~),
php5-dev (<< 5.5.0~rc1+dfsg-1~),
Replaces: php5-dev (<< 5.5.0~rc1+dfsg-1~)
Description: JSON module for php5
This package provides a module for JSON functions in PHP scripts.
.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
open source general-purpose scripting language that is especially suited
for web development and can be embedded into HTML.
|