Source: smarty3 Section: web Priority: optional Maintainer: Mike Gabriel Uploaders: Debian Edu Packaging Team , Build-Depends: debhelper (>= 11~), pkg-php-tools (>= 1.7~), smarty-lexer (>= 3.1.30+dfsg1-1.1~), Standards-Version: 4.2.1 Vcs-Git: https://salsa.debian.org/debian/smarty3.git Vcs-Browser: https://salsa.debian.org/debian/smarty3 Homepage: http://www.smarty.net/ Package: smarty3 Architecture: all Depends: php | php-cgi | php-cli, ${misc:Depends}, ${phpcomposer:Debian-require}, Provides: ${phpcomposer:Debian-provide}, Suggests: ${phpcomposer:Debian-suggest}, Conflicts: ${phpcomposer:Debian-conflict}, Description: ${phpcomposer:description} Smarty is a template engine for PHP. More specifically, it facilitates a manageable way to separate application logic and content from its presentation. . Smarty 3.1 is a departure from 2.0 compatibility. Most notably, all backward compatibility has been moved to a separate class file named SmartyBC.class.php. If you require compatibility with 2.0, you will need to use this class.