clojure 1.10.3-2 source package in Ubuntu

Changelog

clojure (1.10.3-2) unstable; urgency=medium

  * d/control: remove optional dependencies on openjdk11.
  * d/control: add myself in the Uploaders list.
  * d/control: use debhelper-compat and update to version 13.
  * d/rules: simplify by using execute_after instead of override.
  * d/copyright: fix insecure URI.
  * d/control: Add Rules-Requires-Root.

 -- Louis-Philippe VĂ©ronneau <email address hidden>  Sat, 12 Nov 2022 15:01:40 -0500

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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
clojure_1.10.3-2.dsc 1.5 KiB b94e1445f388c8916bd1a002dbdbf5a83e3c3b5525c04072dd3b964dddd8019c
clojure_1.10.3.orig.tar.xz 504.4 KiB 7a480461983820df39264ebe469aaa90429a70714155ddb92eaeb41f1ba02ccd
clojure_1.10.3-2.debian.tar.xz 13.4 KiB f96a2cc286ff4cc058283e24582367fa77eff95456e9361bebba593fe08fba63

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.