clojure1.2_1.2.0+dfsg-1_amd64.changes is NEW
Debian FTP Masters
ftpmaster at ftp-master.debian.org
Sat May 28 07:17:09 UTC 2011
(new) clojure1.2_1.2.0+dfsg-1.diff.gz optional devel
(new) clojure1.2_1.2.0+dfsg-1.dsc optional devel
(new) clojure1.2_1.2.0+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) clojure1.2_1.2.0+dfsg.orig.tar.gz optional devel
Changes: clojure1.2 (1.2.0+dfsg-1) unstable; urgency=low
.
[ Peter Collingbourne ]
* debian/copyright, debian/watch: Modified for new download location
* New upstream release.
* debian/README.Debian, debian/clojure-repl.1, debian/manpages,
debian/scripts/clojure-repl: removed clojure-repl as it has been
deprecated for a while now
* debian/control, debian/dirs, debian/gencompletions.clj,
debian/rules, debian/scripts/clojure: add optional support for
rlwrap (closes: #572432)
* debian/control: bumped Standards-Version to 3.9.1
* debian/clojure.poms, debian/control, debian/maven.rules,
debian/rules, debian/scripts/clojure, debian/scripts/clojurec:
Introduce versioning support
.
[ Daigo Moriwaki ]
* debian/control:
- Bumped up Standards-Version to 3.9.2.
- Added myself in Uploaders.
* Added debian/source/format.
* debian/changelog:
- Use Machine-readable format.
- Mentioned src/clj/clojure/repl.clj
(thanks to Luca Falavigna)
Override entries for your package:
Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 572432
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