Source: velocity Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Ludovic Claude , Brian Thomason Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: ant, ant-doc, default-jdk-doc, junit, libcommons-collections3-java, libcommons-lang-java, libcommons-logging-java, libcommons-logging-java-doc, libexcalibur-logger-java, libhsqldb-java, libjdom1-java (>= 1.0), libjdom1-java-doc, liblog4j1.2-java, liblog4j1.2-java-doc, libmaven-javadoc-plugin-java, liboro-java, libservlet3.1-java, libwerken.xpath-java Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/velocity.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/velocity.git Homepage: http://velocity.apache.org/ Package: velocity Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Suggests: velocity-doc Description: Java-based template engine for web application Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code. When Velocity is used for web development, Web designers can work in parallel with Java programmers to develop web sites according to the Model-View-Controller (MVC) model, meaning that web page designers can focus solely on creating a site that looks good, and programmers can focus solely on writing top-notch code. Velocity separates Java code from the web pages, making the web site more maintainable over the long run and providing a viable alternative to Java Server Pages (JSPs) or PHP. Package: velocity-doc Architecture: all Section: doc Depends: ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: velocity Description: Documentation for velocity Velocity is a Java-based template engine which is useful to develop Model-View-Controller (MVC) model web application. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code. This package provides documents and examples for velocity.