Source: gant Section: devel Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Torsten Werner Build-Depends: ant, gradle-debian-helper, debhelper-compat (= 13), default-jdk-headless | default-jdk Standards-Version: 4.5.1 Vcs-Git: https://salsa.debian.org/java-team/gant.git Vcs-Browser: https://salsa.debian.org/java-team/gant Homepage: https://github.com/Gant/Gant Rules-Requires-Root: no Package: gant Architecture: all Depends: ant, groovy, ${misc:Depends} Recommends: libmaven-ant-tasks-java, maven Description: Groovy build framework based on scripting Ant tasks Gant is a build tool for scripting Ant tasks using Groovy instead of XML to specify the build logic. A Gant build specification is a Groovy script and so can bring all the power of Groovy to bear directly, something not possible with Ant scripts. Whilst it might be seen as a competitor to Ant, Gant uses Ant tasks for many of the actions, so Gant is really an alternative way of doing builds using Ant, but using a programming language rather than XML to specify the build rules.