File: control

package info (click to toggle)
php-fig-link-util 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: php: 523; xml: 15; makefile: 10
file content (29 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
29
Source: php-fig-link-util
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: David Prévot <taffit@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-phpcomposer,
               php-psr-link,
               phpab,
               phpunit
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://www.php-fig.org/psr/psr-13
Vcs-Git: https://salsa.debian.org/php-team/pear/php-fig-link-util.git
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-fig-link-util

Package: php-fig-link-util
Multi-Arch: foreign
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Recommends: ${phpcomposer:Debian-recommend}
Suggests: ${phpcomposer:Debian-suggest}
Replaces: ${phpcomposer:Debian-replace}
Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
Provides: ${phpcomposer:Debian-provide}
Description: ${phpcomposer:description}
 PSR Http Link Utilities includes common utilities to assist with implementing
 PSR-13. Note that it is not intended as a complete PSR-13 implementation, only
 a partial implementation to make writing other implementations easier.