File: control

package info (click to toggle)
groovy 2.4.16-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 30,536 kB
  • sloc: java: 157,039; xml: 728; sh: 357; makefile: 64
file content (97 lines) | stat: -rw-r--r-- 2,940 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
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
Source: groovy
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Felix Natter <fnatter@gmx.net>
Build-Depends:
 ant,
 ant-doc,
 ant-optional,
 antlr,
 bnd (>= 2.1.0),
 debhelper (>= 11),
 default-jdk,
 default-jdk-doc,
 gradle-debian-helper,
 ivy,
 junit4,
 junit4-doc,
 libasm-java (>= 6.0~alpha-2~),
 libbsf-java,
 libcommons-cli-java,
 libcommons-logging-java,
 libjansi-java,
 libjarjar-java (>= 1.4+svn142-4~),
 libjcommander-java,
 libjline2-java,
 libqdox-java,
 libservlet3.1-java,
 libservlet3.1-java-doc,
 libxstream-java,
 locales-all | language-pack-en,
 maven-repo-helper,
 testng,
 unzip
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/java-team/groovy.git
Vcs-Browser: https://salsa.debian.org/java-team/groovy
Homepage: http://www.groovy-lang.org

Package: groovy
Architecture: all
Depends:
 antlr,
 default-jre-headless (>= 2:1.7) | java7-runtime-headless,
 ivy,
 junit4,
 libasm-java (>= 6.0~alpha-2~),
 libbsf-java,
 libcommons-cli-java,
 libcommons-logging-java,
 libjansi-java,
 libjline2-java,
 libqdox-java,
 libservlet3.1-java,
 libxstream-java,
 ${misc:Depends}
Recommends:
 ant,
 ant-optional,
 libgpars-groovy-java (>= 1.0~),
 libjcommander-java
Suggests: groovy-doc
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.

Package: groovy-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: default-jdk-doc, juni4-doc, libservlet3.1-java-doc
Suggests: groovy
Description: Agile dynamic language for the Java Virtual Machine (documentation)
 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.