clojure 1.9.0-2 source package in Ubuntu

Changelog

clojure (1.9.0-2) unstable; urgency=medium

  * Add missing libclojure-java dependencies.
  * Actually use javahelper to set classpath.

 -- Elana Hashman <email address hidden>  Tue, 27 Feb 2018 18:27:02 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
clojure_1.9.0-2.dsc 2.2 KiB dbbd9157e97d649980e1c481a2b50dd16ecc0c985144aff7e1ec20b2f297e080
clojure_1.9.0.orig.tar.xz 476.4 KiB a5531624bfe2dbf2fa85030daadf1dc7e38272444e0fdb0a36815a2dba362336
clojure_1.9.0-2.debian.tar.xz 12.6 KiB 169215ac91634217710ea61a89b4c076cd03f19fb0f930fba647964cb366cd0a

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.