File: control

package info (click to toggle)
phpmyadmin-sql-parser 5.10.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,244 kB
  • sloc: php: 52,958; makefile: 13; sh: 8
file content (28 lines) | stat: -rw-r--r-- 1,076 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
Source: phpmyadmin-sql-parser
Maintainer: phpMyAdmin Team <team+phpmyadmin@tracker.debian.org>
Uploaders: William Desportes <williamdes@wdes.fr>
Section: php
Priority: optional
Build-Depends: debhelper-compat (= 13),
               php-mbstring,
               php-phpmyadmin-motranslator,
               php-zumba-json-serializer,
               phpab,
               phpunit,
               pkg-php-tools
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/phpmyadmin-team/sql-parser
Vcs-Git: https://salsa.debian.org/phpmyadmin-team/sql-parser.git -b debian/latest
Homepage: https://github.com/phpmyadmin/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.