summaryrefslogtreecommitdiff
blob: 7b8ff2d0f24f2c8570094b71d381c2a4c3ac5c68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>java</herd>
  <herd>proxy-maintainers</herd>
  <maintainer>
    <email>the.dmol@gmail.com</email>
    <name>Ivan Baidakou</name>
  </maintainer>
  <longdescription>
Groovy is a new 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.
  </longdescription>
</pkgmetadata>