File: control

package info (click to toggle)
phpmyadmin-sql-parser 5.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,264 kB
  • sloc: php: 17,794; makefile: 14; sh: 9
file content (29 lines) | stat: -rw-r--r-- 1,034 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: phpmyadmin-sql-parser
Section: php
Priority: optional
Maintainer: phpMyAdmin Team <team+phpmyadmin@tracker.debian.org>
Uploaders: Felipe Sateler <fsateler@debian.org>,
 Matthias Blümel <blaimi@blaimi.de>,
 William Desportes <williamdes@wdes.fr>
Build-Depends: pkg-php-tools (>= 1.7~),
 phpab,
 php-mbstring,
 phpunit,
 php-phpmyadmin-motranslator,
 debhelper-compat (= 13)
Standards-Version: 4.5.0
Homepage: https://github.com/phpmyadmin/sql-parser
Vcs-Git: https://salsa.debian.org/phpmyadmin-team/sql-parser.git
Vcs-Browser: https://salsa.debian.org/phpmyadmin-team/sql-parser
Rules-Requires-Root: no

Package: php-phpmyadmin-sql-parser
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Recommends: ${phpcomposer:Debian-recommend}
Suggests: ${phpcomposer:Debian-suggest}
Description: validating SQL lexer and parser
 This library parses and is able to tokenize, lint and syntax-highlight
 SQL statements. It is also able to alter the parsed query.
 .
 This library has a focus on the MySQL dialect.