9 lines
447 B
Clojure
9 lines
447 B
Clojure
(defproject fedit "0.1.0-SNAPSHOT"
|
|
:description "An attempt to reconstruct the Cambridge Lisp 'fedit' in core editor, as a precursor to attempting to reconstruct the InterLisp DEdit editor"
|
|
:url "http://example.com/FIXME"
|
|
:license {:name "Eclipse Public License"
|
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
|
:dependencies [[org.clojure/clojure "1.8.0"]
|
|
[jline "2.11"]]
|
|
:clean-targets ["classes" "bin"])
|