File: control

package info (click to toggle)
php-zumba-json-serializer 3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 160 kB
  • sloc: php: 713; xml: 20; makefile: 13; sh: 7
file content (23 lines) | stat: -rw-r--r-- 929 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
Source: php-zumba-json-serializer
Section: php
Priority: optional
Maintainer: William Desportes <williamdes@wdes.fr>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-phpcomposer,
               phpab,
               phpunit,
               pkg-php-tools (>= 1.41~)
Standards-Version: 4.6.1
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: Json Serializer is a PHP 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 you PHP content back.