File: control

package info (click to toggle)
php-zumba-json-serializer 3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 228 kB
  • sloc: php: 1,082; xml: 20; makefile: 13; sh: 7
file content (24 lines) | stat: -rw-r--r-- 926 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
Source: php-zumba-json-serializer
Section: php
Priority: optional
Maintainer: William Desportes <williamdes@wdes.fr>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-phpcomposer,
               php-opis-closure,
               phpab,
               phpunit,
               pkg-php-tools
Standards-Version: 4.7.0
Homepage: https://github.com/zumba/json-serializer
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-zumba-json-serializer
Vcs-Git: https://salsa.debian.org/php-team/pear/php-zumba-json-serializer.git -b debian/latest
Rules-Requires-Root: no

Package: php-zumba-json-serializer
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Description: Library to serialize PHP variables in JSON format
 Json Serializer is similar to the serialize() function in PHP,
 you can also un-serialize the JSON generated by this tool
 and have the PHP content back.