File: control

package info (click to toggle)
groovy 2.4.8-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 29,612 kB
  • ctags: 25,716
  • sloc: java: 152,364; xml: 717; sh: 357; makefile: 66
file content (116 lines) | stat: -rw-r--r-- 3,815 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Source: groovy
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <nomadium@debian.org>
Build-Depends:
 ant,
 ant-optional,
 antlr,
 bnd (>= 2.1.0),
 debhelper (>= 10),
 default-jdk-headless | default-jdk,
 gradle-debian-helper,
 ivy,
 junit4,
 libasm-java (>= 5.0),
 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,
 libxstream-java,
 locales-all | language-pack-en,
 maven-repo-helper,
 testng,
 unzip
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/groovy.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/groovy.git
Homepage: http://www.groovy-lang.org

Package: groovy
Architecture: all
Depends:
 antlr,
 default-jre-headless | java6-runtime-headless,
 ivy,
 junit4,
 libasm-java (>= 5.0),
 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,
 testng
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
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.

Package: groovy2
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, groovy (>= 2.4)
Description: Agile dynamic language for the Java Virtual Machine (transitional package)
 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 is an empty package aimed at facilitating the transition to the updated
 groovy (>= 2.4) package.