clojure1.2 1.2.1+dfsg-3ubuntu1 source package in Ubuntu

Changelog

clojure1.2 (1.2.1+dfsg-3ubuntu1) oneiric; urgency=low

  * Fix FTBFS with asm3 >= 3.2 (LP: #851659):
    - debian/patches/01-replace-asm: Fix issue with asm3-commons.jar
      pathelement for test-only target.
 -- James Page <email address hidden>   Fri, 16 Sep 2011 09:38:49 +0100

Upload details

Uploaded by:
James Page
Sponsored by:
Matthias Klose
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
clojure1.2_1.2.1+dfsg.orig.tar.gz 335.1 KiB 7dfea5932b345ec62993158cc123e75e02d4621c5361f0611715cd25f43e2511
clojure1.2_1.2.1+dfsg-3ubuntu1.debian.tar.gz 14.0 KiB 12c1997697c515c57df5363a4c59757846d20a184212abaec9a7031d00c5221f
clojure1.2_1.2.1+dfsg-3ubuntu1.dsc 1.5 KiB b7dfeddff658f2619d968048afd91f6a4a557878f077ce2abd405391fbc32825

View changes file

Binary packages built by this source

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