File: README.Debian

package info (click to toggle)
clojure 1.1.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,232 kB
  • ctags: 4,631
  • sloc: java: 29,016; xml: 217; sh: 66; makefile: 26
file content (18 lines) | stat: -rw-r--r-- 837 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
clojure for Debian
------------------

To avoid code duplication, this package uses the libasm3-java package
rather than Clojure's private version of asm.  The clojure.jar file
includes a Class-Path attribute so that the necessary dependencies
will be brought in automatically when clojure.jar is on the classpath.

This package includes three convenience scripts that correspond with
Clojure's three main entry points: clojure (clojure.lang.Script),
clojurec (clojure.lang.Compile) and clojure-repl (clojure.lang.Repl).

The clojurec script has a -d option as a substitute for the system
property clojure.compile.path, which specifies the destination
directory for compiled class files.  The value of this option is
automatically provided as a classpath, however it is still necessary
to specify the source directory on the classpath.