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
|
Source: scala
Section: devel
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
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,
libaether-ant-tasks-java,
junit4,
libjline2-java (>= 2.13),
debhelper (>= 11),
javahelper,
maven-repo-helper (>= 1.6~),
scala (>= 2.11.12),
scala-asm (>= 5.2.0-scala-2),
scala-parser-combinators,
scala-xml
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/scala.git
Vcs-Browser: https://salsa.debian.org/java-team/scala
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 (>= 2.13),
${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.
|