File: control

package info (click to toggle)
php-phpdocumentor-type-resolver 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,736 kB
  • sloc: php: 24,200; makefile: 41; xml: 32
file content (33 lines) | stat: -rw-r--r-- 1,478 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
Source: php-phpdocumentor-type-resolver
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: David Prévot <taffit@debian.org>,
           Prach Pongpanich <prachpub@gmail.com>
Build-Depends: debhelper-compat (= 13),
               php-phpdocumentor-reflection-common,
               phpab,
               phpunit,
               pkg-php-tools
Standards-Version: 4.5.1
Homepage: https://phpdoc.org/
Vcs-Git: https://salsa.debian.org/php-team/pear/php-phpdocumentor-type-resolver.git -b debian/latest
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-phpdocumentor-type-resolver
Rules-Requires-Root: no

Package: php-phpdocumentor-type-resolver
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: TypeResolver and FqsenResolver - phpDocumentor component
 This package provides two Resolvers that are capable of:
  * Returning a series of Value Object for given expression while
    resolving any partial class names;
  * Returning an FQSEN object after resolving any partial Structural
    Element Names into Fully Qualified Structural Element names.
 .
 phpDocumentor makes it possible to generate documentation from PHP source code.