File: control

package info (click to toggle)
mustache-java 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,152 kB
  • sloc: java: 8,282; xml: 973; javascript: 162; ruby: 17; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 878 bytes parent folder | download
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: mustache-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 libasm-java (>= 5.0),
 libmaven-bundle-plugin-java,
 libmaven3-core-java,
 maven-debian-helper (>= 1.5)
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/mustache-java.git
Vcs-Browser: https://salsa.debian.org/java-team/mustache-java
Homepage: http://github.com/spullara/mustache.java

Package: libmustache-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Mustache implementation in Java
 Mustache is a logic-less templating system for HTML, config files, anything.
 Mustache processes a template preceded by YAML frontmatter from standard
 input and prints one or more documents to standard output.