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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Source: groovy
Section: contrib/devel
Priority: optional
Maintainer: Marcus Crafter <crafterm@debian.org>
Build-Depends-Indep: debhelper (>= 4.0.0), bzip2, libant1.6-java (>= 1.6.2), libasm-java (>= 1.5.2), libbsf-java, libclassworlds-java (>= 1.0.1), libcommons-cli-java (>= 1.0), libcommons-collections3-java (>= 3.1), libcommons-logging-java (>= 1.0.3), junit (>= 3.8.1), libmockobjects-java (>= 0.09), libmx4j-java (>= 2.0.1), libregexp-java (>= 1.2), libservlet2.3-java, sharutils, ant, j2sdk1.4 | j2sdk1.3 | java-virtual-machine
Standards-Version: 3.6.1
Package: groovy
Architecture: all
Depends: libant1.6-java (>= 1.6.2), libasm-java (>= 1.5.2), libbsf-java,
libclassworlds-java (>= 1.0.1), libcommons-cli-java (>= 1.0),
libcommons-collections3-java (>= 3.1), libcommons-logging-java (>= 1.0.3),
junit (>= 3.8.1), libmockobjects-java (>= 0.09), libmx4j-java (>= 2.0.1),
libregexp-java (>= 1.2), libservlet2.3-java,
j2sdk1.4 | j2sdk1.3 | java-virtual-machine
Description: Agile dynamic language for the Java Virtual Machine
Groovy is an agile dynamic language for the JVM combining lots of great
features from languages like Python, Ruby and Smalltalk and making them
available to the Java developers using a Java-like syntax.
.
Groovy is designed to help you get things done on the Java platform in a
quicker, more concise and fun way - bringing the power of Python and Ruby
inside the Java platform.
.
Groovy can be used as an alternative compiler to javac to generate
standard Java bytecode to be used by any Java project or it can be used
dynamically as an alternative language such as for scripting Java objects,
templating or writing unit test cases.
.
Home page: http://groovy.codehaus.org/
Package: groovy-doc
Architecture: all
Depends: ${misc:Depends}
Description: Agile dynamic language for the Java Virtual Machine
Groovy is an agile dynamic language for the JVM combining lots of great
features from languages like Python, Ruby and Smalltalk and making them
available to the Java developers using a Java-like syntax.
.
Groovy is designed to help you get things done on the Java platform in a
quicker, more concise and fun way - bringing the power of Python and Ruby
inside the Java platform.
.
Groovy can be used as an alternative compiler to javac to generate
standard Java bytecode to be used by any Java project or it can be used
dynamically as an alternative language such as for scripting Java objects,
templating or writing unit test cases.
.
This package includes the Groovy API javadocs, and examples.
.
Home page: http://groovy.codehaus.org/
|