File: README.Debian

package info (click to toggle)
clojure 1.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,704 kB
  • sloc: java: 43,177; xml: 599; sh: 68; makefile: 50
file content (13 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
clojure for Debian
------------------

This package includes two convenience scripts that correspond with
Clojure's two main entry points: clojure (clojure.main) and clojurec
(clojure.lang.Compile).

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.