File: control

package info (click to toggle)
php-league-uri-src 7.5.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,628 kB
  • sloc: php: 16,692; javascript: 127; makefile: 43; xml: 36
file content (65 lines) | stat: -rw-r--r-- 2,421 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Source: php-league-uri-src
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-bcmath,
               php-gmp,
               php-guzzlehttp-psr7,
               php-http-psr7-integration-tests,
               php-intl,
               php-nyholm-psr7,
               php-psr-http-factory,
               php-psr-http-message,
               phpab,
               phpunit
Standards-Version: 4.7.0
Homepage: https://uri.thephpleague.com/
Vcs-Git: https://salsa.debian.org/php-team/pear/php-league-uri-src.git
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-league-uri-src
Rules-Requires-Root: no

Package: php-league-uri
Multi-Arch: foreign
Architecture: all
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: URI manipulation library
 The `Uri` package provides simple and intuitive classes to manage URIs in PHP.
 .
 Features include:
 .
  * parse, build and resolve URIs;
  * create URIs from different sources (string, PHP environment, base URI,
    URI template, etc.);
  * handle internalisation;
  * infer properties and features from URIs;

Package: php-league-uri-components
Multi-Arch: foreign
Architecture: all
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: URI components manipulation library
 This package contains concrete URI components instances represented as
 immutable value objects.

Package: php-league-uri-interfaces
Multi-Arch: foreign
Architecture: all
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: Common interfaces and classes for URI representation and interaction
 This package contains an interface to represents URI objects according to
 RFC 3986.