clojure1.8 1.8.0-4 source package in Ubuntu

Changelog

clojure1.8 (1.8.0-4) unstable; urgency=medium

  * Team upload.

  [ Elana Hashman ]
  * Rename package to clojure1.8.
  * Add myself to uploaders.
  * Update Standards-Version to 4.1.3.
  * Fix rules to reference right source name.

  [ Rob Browning ]
  * Use immediate assignments in debian/rules when possible.
  * override_dh_install: export JAVA_HOME and PATH for java.
  * clojure1.8: change libclojure-java dep to libclojure1.8-java.
    Partially-fixes: 889533
  * clojure1.8: add breaks and replaces for earlier 1.8 releases;
    clojure1.8 shares paths with the previous clojure 1.8 series packages.
    Partially-fixes: 889533
  * libclojure1.8-java: add breaks and replaces for libclojure-java;
    libclojure1.8-java shares paths with the previous libclojure-java 1.8
    series packages. (Closes: 889533)

 -- Rob Browning <email address hidden>  Sun, 04 Feb 2018 11:43:56 -0600

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
clojure1.8_1.8.0-4.dsc 2.1 KiB 0ea7cffde56a088419d4822f27bf17ab67251ca3fe8f81d9c820eba11d56a500
clojure1.8_1.8.0.orig.tar.xz 466.2 KiB 4c0bbf4540cb5cb3d9b51c7daf91c3d4c5d3a105e25a07e08a6b8156c5741115
clojure1.8_1.8.0-4.debian.tar.xz 12.5 KiB 170080a18d1cf9961f08ff59bc7bd37b999e544530da9c42a0a23f38433bef5e

No changes file available.

Binary packages built by this source

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

libclojure1.8-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.