scala 2.11.12-4~18.04 source package in Ubuntu

Changelog

scala (2.11.12-4~18.04) bionic; urgency=medium

  * Fix build with OpenJDK 11. No-change rebuild, taken from 19.04.
    LP: #1814133.

 -- Matthias Klose <email address hidden>  Wed, 20 Feb 2019 14:57:08 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe devel
Bionic security universe devel

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
scala_2.11.12.orig.tar.xz 4.6 MiB b8db9faffd136d376a1885c04b2cced1b25fee5e61295c1c2a66bceaf99e7301
scala_2.11.12-4~18.04.debian.tar.xz 27.3 KiB 4be387b057c26434cf12df936d0512ba677b152344221fc47399a71ddc1f8312
scala_2.11.12-4~18.04.dsc 2.3 KiB c7b23d5a70c543f6a58f871780ea1fc688398557e42a59779a5a971755a0c639

View changes file

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.