scala 2.11.12-5 source package in Ubuntu
Changelog
scala (2.11.12-5) unstable; urgency=medium * Team upload. * Fixed the build failure with OpenJDK 17 (Closes: #981951) -- Emmanuel Bourg <email address hidden> Sun, 18 Apr 2021 00:34:04 +0200
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- devel
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
scala_2.11.12-5.dsc | 2.2 KiB | a2e8a3891dd3f6f00f8421e0d7e384494f88615d9e333ca27d59fd0a428d1068 |
scala_2.11.12.orig.tar.xz | 4.6 MiB | b8db9faffd136d376a1885c04b2cced1b25fee5e61295c1c2a66bceaf99e7301 |
scala_2.11.12-5.debian.tar.xz | 29.2 KiB | 3230c57337f222a9861176d35a250477c2b941ab868af5d702f17681adb4f408 |
Available diffs
- diff from 2.11.12-4 to 2.11.12-5 (3.1 KiB)
No changes file available.
Binary packages built by this source
- scala: 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).
- scala-doc: 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.
- scala-library: 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.