clojure1.8 1.8.0-7ubuntu1~18.04.1 source package in Ubuntu

Changelog

clojure1.8 (1.8.0-7ubuntu1~18.04.1) bionic; urgency=medium

  * Backport from Cosmic. (LP: #1814133)

clojure1.8 (1.8.0-7ubuntu1) cosmic; urgency=medium

  * debian/patches/03-add-toarray-hint-type-68d8b83138437c18.patch:
    Add hint type to toArray method to resolve ambiguity introduced by
    JDK 11. (LP: #1796985).

clojure1.8 (1.8.0-7) unstable; urgency=medium

  * Update Vcs-* links to point to the clojure-team repo.
  * Update preinst script to match 1.9.0-5's.
  * Update Standards to assert compliance with 4.2.0.
  * Ensure tests run against clojure1.8, no matter what's installed.

clojure1.8 (1.8.0-6) unstable; urgency=medium

  * Fix clojure.jar conflict in /usr/share/java that's causing upgrade
    issues.
  * Update the versions we break to reflect that alternatives is
    properly managing /usr/share/java/clojure.jar now.
  * Update Vcs links and Standards-Version.

 -- Tiago Stürmer Daitx <email address hidden>  Wed, 06 Feb 2019 16:34:21 +0000

Upload details

Uploaded by:
Tiago Stürmer Daitx
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
clojure1.8_1.8.0.orig.tar.xz 466.2 KiB 4c0bbf4540cb5cb3d9b51c7daf91c3d4c5d3a105e25a07e08a6b8156c5741115
clojure1.8_1.8.0-7ubuntu1~18.04.1.debian.tar.xz 14.0 KiB b88948df224932a07a32628f7fba4a0dc840257b96f3992a03a4209188d67e4b
clojure1.8_1.8.0-7ubuntu1~18.04.1.dsc 2.2 KiB 3ed04f4ce6d85421aaa40ee809d456f61a81faa333aa200da9b6ec5eb9d0ca86

View changes file

Binary packages built by this source

clojure1.8: Lisp dialect for the JVM

 Clojure is a dynamic programming language that targets the Java Virtual
 Machine. It is designed to be a general-purpose language, combining the
 approachability and interactive development of a scripting language with
 an efficient and robust infrastructure for multithreaded programming.
 Clojure is a compiled language - it compiles directly to JVM bytecode,
 yet remains completely dynamic. Every feature supported by Clojure is
 supported at runtime. Clojure provides easy access to the Java
 frameworks, with optional type hints and type inference, to ensure that
 calls to Java can avoid reflection.
 .
 Clojure is a dialect of Lisp, and shares with Lisp the code-as-data
 philosophy and a powerful macro system. Clojure is predominantly a
 functional programming language, and features a rich set of immutable,
 persistent data structures. When mutable state is needed, Clojure offers
 a software transactional memory system and reactive Agent system that
 ensure clean, correct, multithreaded designs.

libclojure1.8-java: Lisp dialect for the JVM (library)

 Clojure is a dynamic programming language that targets the Java Virtual
 Machine. It is designed to be a general-purpose language, combining the
 approachability and interactive development of a scripting language with
 an efficient and robust infrastructure for multithreaded programming.
 Clojure is a compiled language - it compiles directly to JVM bytecode,
 yet remains completely dynamic. Every feature supported by Clojure is
 supported at runtime. Clojure provides easy access to the Java
 frameworks, with optional type hints and type inference, to ensure that
 calls to Java can avoid reflection.
 .
 Clojure is a dialect of Lisp, and shares with Lisp the code-as-data
 philosophy and a powerful macro system. Clojure is predominantly a
 functional programming language, and features a rich set of immutable,
 persistent data structures. When mutable state is needed, Clojure offers
 a software transactional memory system and reactive Agent system that
 ensure clean, correct, multithreaded designs.
 .
 This package contains the library.