1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: less.php
Section: php
Priority: optional
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13)
, phpab
, pkg-php-tools
Standards-Version: 4.7.0
Homepage: https://github.com/wikimedia/less.php
# not sure whether package is really useful yet, so neither an official maintainer, nor the correct repository
Vcs-Browser: https://salsa.debian.org/php-team/pear/php.less
Vcs-Git: https://salsa.debian.org/php-team/pear/php.less.git
Rules-Requires-Root: no
Package: less.php
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: PHP port of the official LESS processor
The code structure of Less.php mirrors that of upstream Less.js
to ensure compatibility and help reduce maintenance. The port is
currently compatible with Less.js 2.5.3.
Please note that "inline JavaScript expressions" (via eval or backticks)
are not supported.
|