Source: scala Section: devel Priority: optional Maintainer: Debian Java Maintainers Uploaders: Min Huang Build-Depends: default-jdk, ant, ant-contrib, ant-optional, bnd, libjarjar-java, libaether-ant-tasks-java, junit4, libjline2-java, debhelper (>= 11), javahelper, maven-repo-helper, scala, scala-asm, scala-parser-combinators, scala-xml Standards-Version: 4.7.0 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/ Rules-Requires-Root: no Package: scala Architecture: all Depends: scala-library (= ${source:Version}), scala-parser-combinators, scala-xml, default-jre-headless | 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.