clojure 1.10.2-1 source package in Ubuntu

Changelog

clojure (1.10.2-1) unstable; urgency=medium

  * New upstream release.
  * Policy version bump.
  * Bump dep versions.

 -- Elana Hashman <email address hidden>  Wed, 03 Feb 2021 00:22:51 -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
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
clojure_1.10.2-1.dsc 2.1 KiB 6a418097f042eb1a627613787aa0af8b0603daa2ba1cade8080b96012e896a7d
clojure_1.10.2.orig.tar.xz 504.3 KiB 8f86c7dc4f974fe27023abdba845bfdd81797bf6537dd22d7ce4a268021ff5d0
clojure_1.10.2-1.debian.tar.xz 13.3 KiB 2b4bee200c6736d78a35fb84c175caeb01b2eea8fc7f518712ef7434a7395d36

Available diffs

No changes file available.

Binary packages built by this source

clojure: No summary available for clojure in ubuntu hirsute.

No description available for clojure in ubuntu hirsute.

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.