This is not 1.0-level material... yet.

This commit is contained in:
Phil Hagelberg 2009-11-11 21:25:16 -08:00
parent 44a1370cc2
commit 410b4e7568
2 changed files with 9 additions and 9 deletions

View file

@ -1,17 +1,16 @@
# Leiningen
"Leiningen!" he shouted. "You're insane! They're not creatures you can
fight--they're an elemental--an 'act of God!' Ten miles long, two
miles wide--ants, nothing but ants! And every single one of them a
fiend from hell...
-- from Leiningen Versus the Ants by Carl Stephenson
> "Leiningen!" he shouted. "You're insane! They're not creatures you can
> fight--they're an elemental--an 'act of God!' Ten miles long, two
> miles wide--ants, nothing but ants! And every single one of them a
> fiend from hell...
> -- from Leiningen Versus the Ants by Carl Stephenson
Leiningen is a build tool for Clojure designed to not set your hair on fire.
## Install
## Installation
For now, you will need http://p.hagelb.org/leiningen-deps.tar unpacked
in the root and http://p.hagelb.org/lancet.clj on the classpath.
Put bin/lein on your $PATH and run: $ lein self-install
## Usage

View file

@ -3,7 +3,8 @@
;; loading other task definitions.
(defproject leiningen
:version "1.0-SNAPSHOT"
:version "0.5.0-SNAPSHOT"
:dependencies [["org.clojure" "clojure" "1.1.0-alpha-SNAPSHOT"]
["org.clojure" "clojure-contrib" "1.0-SNAPSHOT"]
["ant" "ant-launcher" "1.6.2"]
["org.apache.maven" "maven-ant-tasks" "2.0.10"]])