>From the clojure-contrib project on Github
"The contrib libraries have moved to individual repos under Clojure
org"
Leiningen isn't including contrib in the project.clj file anymore
because there's no need for it after v1.2.0.
On May 20, 11:08 pm, Vincent wrote:
> Dear all
>
> i downloaded lei
On May 20, 8:08 pm, Vincent wrote:
> i downloaded lein 1.5.2. ... it does not include clojure.contrib in
> project.clj when creating a new project.
> how to do it? Where is detailed documentation for lein?
>
> How to know latest version of vairous libs to include in include in lein
> project.cl
A project.clj with clojure.contrib:
(defproject foo "1.0.0-SNAPSHOT"
:description "FIXME: write description"
:dependencies [[org.clojure/clojure "1.2.1"]
[org.clojure/clojure-contrib "1.2.0"]])
To find libraries, search http://clojars.org
Documentation for lein is in
Dear all
i downloaded lein 1.5.2. ... it does not include clojure.contrib in
project.clj when creating a new project.
how to do it? Where is detailed documentation for lein?
How to know latest version of vairous libs to include in include in lein
project.clj
Thanks in advace
regards
Vince