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
|
Source: liblessen-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Markus Koschany <apo@debian.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
javahelper,
maven-repo-helper
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/java-team/liblessen-java.git
Vcs-Browser: https://salsa.debian.org/java-team/liblessen-java
Homepage: https://code.google.com/archive/p/lessen/
Package: liblessen-java
Architecture: all
Depends:
${java:Depends},
${misc:Depends}
Description: lightweight CSS+LESS parser written in Java
Lessen is a lightweight CSS+LESS parser that is also capable of variable
substitution and beautification of its output. It consists of a set of
relatively independent "tokenizers" that you chain in a pipeline to transform
the input to the output.
|