clojure 1.9.0~alpha15-1 source package in Ubuntu

Changelog

clojure (1.9.0~alpha15-1) unstable; urgency=medium

  * Add myself to Uploaders.
  * New upstream release.
  * Update Standards-Version to 4.1.3.
  * Remove vestigial debian/clean and {header,footer}.html files related
    to changes.html gen.
  * Remove Daigo from Uploaders (Closes: #863762).

 -- Elana Hashman <email address hidden>  Mon, 15 Jan 2018 13:58:56 -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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
clojure_1.9.0~alpha15-1.dsc 2.2 KiB 25359e469616beb45fc1a2bf20832c1e8a263c5e7ad63d23a0afbbd1cb538955
clojure_1.9.0~alpha15.orig.tar.xz 491.9 KiB dba196592260f3eb1d71b4309c8fb6664b44d0d32ab1a0556368a386f657b4c2
clojure_1.9.0~alpha15-1.debian.tar.xz 12.2 KiB 5f952185f7a85f4acd64dd0e83e0ca5bb912a1793b45c7f7da1e0d5976e9794f

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.