Source: php-html-template-it
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Prach Pongpanich <prachpub@gmail.com>
Build-Depends: debhelper (>= 9), pkg-php-tools, phpunit (>= 3.6)
Build-Depends-Indep: php-pear
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/pkg-php/php-html-template-it.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-html-template-it.git
Homepage: http://pear.php.net/package/HTML_Template_IT/

Package: php-html-template-it
Architecture: all
Depends: php-pear, ${misc:Depends}
Description: PEAR HTML Isotemplate API
 This package allows you to manage previously defined HTML templates 
 in an object-oriented fashion. A template consists of text and special 
 labeled blocks and placeholders. The content of blocks can be re-used 
 and parsed multiple times with different placeholder values, filled 
 from PHP code with content.
 .
 The Isotemplate API gives you a maximum of flexibility, allowing any 
 level of block nesting.
