clojure 1.10.3-1 source package in Ubuntu

Changelog

clojure (1.10.3-1) unstable; urgency=medium

  [ Louis-Philippe VĂ©ronneau ]
  * d/control: New email for the Clojure Team.

  [ Elana Hashman ]
  * New upstream release 1.10.3.
  * Remove deprecated get-orig-source build target, comply with 4.6.1.

 -- Elana Hashman <email address hidden>  Sat, 14 May 2022 13:27:27 -0700

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
clojure_1.10.3-1.dsc 2.1 KiB a0f3117cece3a17d80aef98cfd79644c33bb8bcaf9cd4e1da4e323eb43ec6b5b
clojure_1.10.3.orig.tar.xz 504.4 KiB 7a480461983820df39264ebe469aaa90429a70714155ddb92eaeb41f1ba02ccd
clojure_1.10.3-1.debian.tar.xz 13.3 KiB 4d48ade5f1bacd568adbb2c8040ffd64a88459143b5af338aeab130245d495c9

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.