File: control

package info (click to toggle)
php-json 1.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 684 kB
  • ctags: 521
  • sloc: ansic: 3,878; xml: 446; php: 120; sh: 22; makefile: 16
file content (31 lines) | stat: -rw-r--r-- 1,116 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
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.