clojure 1.11.2-1 source package in Ubuntu

Changelog

clojure (1.11.2-1) unstable; urgency=medium

  * New upstream version fixing CVE-2024-22871 (Closes: #1071746)

 -- Louis-Philippe VĂ©ronneau <email address hidden>  Sun, 02 Jun 2024 22:52:04 -0400

Upload details

Uploaded by:
Debian Clojure Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Clojure Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
clojure_1.11.2-1.dsc 1.5 KiB 0abc2d97286002abaa808c840b3970352eacef075241c8b566d82f0d518b8426
clojure_1.11.2.orig.tar.xz 520.8 KiB 7e8e4ff48076ab77ae82367649718a806455fc4091354b12c88c89312c2687b3
clojure_1.11.2-1.debian.tar.xz 13.8 KiB b99f99aff8501503d083e842d486626b7502c6e5ee9721df156a72a7d2623998

Available diffs

No changes file available.

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