File: control

package info (click to toggle)
jatl 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 396 kB
  • ctags: 448
  • sloc: java: 2,300; xml: 359; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 1,112 bytes parent folder | download | duplicates (2)
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: jatl
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.5)
Build-Depends-Indep: junit4,
                     libcommons-lang3-java,
                     libmaven-bundle-plugin-java,
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jatl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jatl.git
Homepage: https://github.com/agentgt/jatl

Package: libjatl-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: JATL - Java Anti-Template Language
 JATL is an extremely lightweight efficient Java library to generate XHTML or
 XML in a micro DSL builder/fluent style.
 .
 JATL is particularly useful for creating complicated XML/HTML snippets
 programmatic-ly in Java to be used as lambdas or helpers in jMustache or
 Handlebars.java. Its also very good at creating extremely large XML
 documents while using very little memory.