Source: scala Section: devel Priority: optional Maintainer: Debian Java Maintainers Uploaders: Min Huang 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.