summaryrefslogtreecommitdiff
path: root/debian/control
blob: 3e8dd7bb203c72dd2c0f8de72d9679c1875927a3 (plain) (blame)
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
Source: scala
Section: devel
Priority: optional
Maintainer: Lex Spoon <lex@debian.org>
Standards-Version: 3.7.2
Build-Depends: gcj-4.0,  ant,  debhelper (>= 5)

Package: scala
Architecture: all
Depends: scala-library, gij | java-virtual-machine
Recommends: sbaz
Description: The Scala programming language
 Scala is a Java-compatible programming language with many
 modern language features.  It is Java-compatible in that
 Scala and Java classes can directly reference each other and
 subclass each other with no glue code needed.  It
 includes modern language features such as closures,
 pattern-matching, parametric types, and virtual type members.
 .
 This package includes the various tools used to develop
 code written in Scala.  It includes a compiler (scalac),
 a convenient command-runner (scala), an interpreter
 (scalaint), and a source-scanning documentation generator (scaladoc).


Package: scala-library
Architecture: all
Depends: gij | java-virtual-machine
Description: The Scala standard library
 The Scala standard library.  This is needed to run Scala programs.