clojure 1.9.0-6~18.04 source package in Ubuntu

Changelog

clojure (1.9.0-6~18.04) bionic; urgency=medium

  * Backport from Disco.
  * Fix OpenJDK 11 compatibility. (LP: #1814133)

clojure (1.9.0-6) unstable; urgency=medium

  * Patch for compatibility with JDK 11 (Closes: #912261)
  * Hack for jh_classpath which seems to have stopped working.

clojure (1.9.0-5) unstable; urgency=medium

  * Fix alternatives management when clojure alternatives group doesn't
    exist. (Closes: #902445)
  * Assert compliance with the new Standards-Version. Obey.
  * Update team email to the Clojure team's, matching the Salsa link.

clojure (1.9.0-4) unstable; urgency=medium

  * Actually fix Vcs-* links (Clojure team maintains this project).

clojure (1.9.0-3) 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>  Tue, 05 Mar 2019 15:20:12 +0000

Upload details

Uploaded by:
Tiago Stürmer Daitx
Uploaded to:
Bionic
Original maintainer:
Debian Clojure Maintainers
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
clojure_1.9.0.orig.tar.xz 476.4 KiB a5531624bfe2dbf2fa85030daadf1dc7e38272444e0fdb0a36815a2dba362336
clojure_1.9.0-6~18.04.debian.tar.xz 13.6 KiB 2dd1aaa67aea090da97fbd20da0d50a844d232c2c5658da3b04ebc1de0e1a584
clojure_1.9.0-6~18.04.dsc 2.1 KiB 3d41a892c01c91ae530ac3b0c0c15d5df9f28ea0d732acbaf3be9e45f7eb84c1

View changes file

Binary packages built by this source

clojure: 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.

libclojure-java: No summary available for libclojure-java in ubuntu cosmic.

No description available for libclojure-java in ubuntu cosmic.