File: control

package info (click to toggle)
php-dompdf-svg-lib 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 568 kB
  • sloc: php: 6,882; xml: 17; makefile: 12
file content (28 lines) | stat: -rw-r--r-- 1,197 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
Source: php-dompdf-svg-lib
Section: php
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: William Desportes <williamdes@wdes.fr>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-phpcomposer,
               php-horde-css-parser,
               phpab,
               phpunit
Standards-Version: 4.7.2
Homepage: https://github.com/dompdf/php-svg-lib
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-dompdf-svg-lib
Vcs-Git: https://salsa.debian.org/php-team/pear/php-dompdf-svg-lib.git -b debian/latest

Package: php-dompdf-svg-lib
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Suggests: ${phpcomposer:Debian-suggest}
Replaces: ${phpcomposer:Debian-replace}
Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
Provides: ${phpcomposer:Debian-provide}
Description: library to read, parse and export to PDF SVG files
 The main purpose of this lib is to rasterize SVG to a surface which can be an
 image or a PDF for example, through a \Svg\Surface PHP interface.
 .
 This project was initialized by the need to render SVG documents inside PDF
 files for the DomPdf project.