clojure 1.8.0-3 source package in Ubuntu

Changelog

clojure (1.8.0-3) unstable; urgency=medium

  * debian/rules: specify bash as the SHELL.
  * debian/rules: remove vestigial SOURCE and VER computation.
  * debian/rules: don't convert changes.md to changes.html.  Markdown
    should be fine for now, and prevous generation code was slightly
    broken (TITLE sed was blocking on stdin because $< was undefined
    there).

 -- Rob Browning <email address hidden>  Sun, 01 Oct 2017 16:48:27 -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

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
clojure_1.8.0-3.dsc 2.1 KiB 9eaddff15c5eefd75c34d78388bd617b9e9e274bbb2b7bbda3854fc248a5282a
clojure_1.8.0.orig.tar.xz 466.1 KiB 9f1afd0cf8cea4b830bc97210a36d3cbc9386ea5487bab49f9810190dca235d2
clojure_1.8.0-3.debian.tar.xz 12.1 KiB a2352b954884b9cd539bbfda233556c383207753b69c3c446407921bfd6ba7ce

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.