File: control

package info (click to toggle)
smarty-lexer 3.1.33%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 956 kB
  • sloc: php: 7,817; yacc: 652; makefile: 5
file content (36 lines) | stat: -rw-r--r-- 1,277 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
Source: smarty-lexer
Section: web
Priority: optional
Maintainer: Mike Gabriel <sunweaver@debian.org>
Uploaders:
 Debian Edu Packaging Team <debian-edu-pkg-team@lists.alioth.debian.org>,
Build-Depends: debhelper-compat (= 13),
               pkg-php-tools (>= 1.7~),
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/smarty-lexer/
Vcs-Git: https://salsa.debian.org/debian/smarty-lexer.git
Homepage: https://github.com/smarty-php/smarty-lexer

Package: smarty-lexer
Architecture: all
Depends: ${misc:Depends},
         ${phpcomposer:Debian-require},
         php-cli,
         php-pear,
Description: ${phpcomposer:description}
 The smarty-lexer package is used to generate the lexer and
 parser class files for Debian package smarty3.
 .
 To generate the template lexer and parser run
 Create_Template_Parser.php. It will create
 smarty_internal_templatelexer.php from
 smarty_internal_templatelexer.plex smarty_internal_templateparser.php
 from smarty_internal_templateparser.y
 .
 To generate the config file lexer and parser run
 Create_Template_Parser.php. It will create
 smarty_internal_configfilelexer.php from
 smarty_internal_configfilelexer.plex
 smarty_internal_configfileparser.php from
 smarty_internal_configfileparser.y