clojure_0.0.20090320.dfsg-1_amd64.changes is NEW
Debian Installer
installer at ftp-master.debian.org
Sat Mar 21 18:17:03 UTC 2009
(new) clojure_0.0.20090320.dfsg-1.diff.gz optional devel
(new) clojure_0.0.20090320.dfsg-1.dsc optional devel
(new) clojure_0.0.20090320.dfsg-1_all.deb optional devel
a 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.
(new) clojure_0.0.20090320.dfsg.orig.tar.gz optional devel
Changes: clojure (0.0.20090320.dfsg-1) unstable; urgency=low
.
* New upstream release.
* debian/patches/01-system-asm.patch: updated
* debian/patches/02-better-bytecode.patch: removed; applied upstream
* debian/control: upped Standards-Version to 3.8.1
* debian/source.lintian-overrides: override .dfsg lintian info due to
date-based version number
Override entries for your package:
Announcing to debian-devel-changes at lists.debian.org
Your package contains new components which requires manual editing of
the override file. It is ok otherwise, so please be patient. New
packages are usually added to the override file about once a week.
You may have gotten the distribution wrong. You'll get warnings above
if files already exist in other distributions.
More information about the pkg-java-maintainers
mailing list