File: control

package info (click to toggle)
php-ast 1.0.10-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 536 kB
  • sloc: ansic: 2,202; xml: 449; php: 308; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 851 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
Source: php-ast
Section: php
Priority: optional
Maintainer: Debian PHP PECL Maintainers <team+php-pecl@tracker.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>
Build-Depends: debhelper (>= 10~),
               dh-php,
               php-all-dev
Standards-Version: 3.9.6
Vcs-Git: https://salsa.debian.org/php-team/pecl/php-ast.git
Vcs-Browser: https://salsa.debian.org/php-team/pecl/php-ast
Homepage: http://pecl.php.net/package/Ast

Package: php-ast
Architecture: any
Pre-Depends: php-common (>= 2:69~)
Depends: ${misc:Depends},
         ${pecl:Depends}
         ${shlibs:Depends},
         ${php:Depends}
Provides: ${pecl:Provides},
          ${php:Provides}
Breaks: ${pecl:Breaks}
Replaces: ${pecl:Replaces}
Suggests: ${pecl:Suggests}
Description: AST extension for PHP 7
 This extension exposes the abstract syntax tree generated by PHP 7.