File: control

package info (click to toggle)
scala 2.11.8-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 61,060 kB
  • ctags: 3,923
  • sloc: java: 13,251; xml: 3,214; sh: 1,553; python: 756; makefile: 40; awk: 36; ansic: 6
file content (83 lines) | stat: -rw-r--r-- 2,715 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
Source: scala
Section: devel
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Mehdi Dogguy <mehdi@debian.org>,
 Min Huang <min.huang@alumni.usc.edu>
Build-Depends:
 default-jdk,
 ant,
 ant-contrib (>= 1.0~b3+svn177-6),
 ant-optional,
 bnd (>= 2.1.0),
 libjarjar-java,
 libmaven-ant-tasks-java,
 junit4,
 libjline2-java,
 debhelper (>= 9),
 javahelper,
 maven-repo-helper (>= 1.6~),
 scala (>= 2.11),
 scala-asm,
 scala-parser-combinators,
 scala-xml
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/scala.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/scala.git
Homepage: http://www.scala-lang.org/

Package: scala
Architecture: all
Depends:
 scala-library (= ${source:Version}),
 scala-parser-combinators,
 scala-xml,
 default-jre-headless (>= 2:1.7) | java7-runtime-headless,
 libjline2-java,
 ${misc:Depends}
Suggests: scala-doc (>= ${source:Version})
Description: 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),
 an interpreter and script runner (scala), the offline
 compiler (fsc), and source-scanning documentation
 generator (scaladoc).

Package: scala-library
Architecture: all
Depends: ${misc:Depends}
Description: Scala standard library
 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 contains the run-time library needed to run Scala programs.
 It also provides scalacheck and scala-partest.

Package: scala-doc
Architecture: all
Depends:
#libjs-jquery,
#libjs-jquery-ui,
 ${misc:Depends}
Section: doc
Description: Scala API documentation
 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 contains the API documentation for Scala.