On Sat, Dec 3, 2011 at 11:50 AM, Tim Robinson <tim.blacks...@gmail.com> wrote:
> Like many of you, I am using lein, only I'm just starting to update
> the dependency list. Clojure contrib seems pretty straight forward and
> documented, but for what about libraries that are found on Clojars?
> Are they flagged compatible somehow? i.e. ring, clj-json, clj-unit,
> clj-stacktrace etc... or is it a research project for each one?

I would love to add this info as metadata to each project page on
clojars, but there are a few other additions that are more pressing on
the clojars codebase right now.

One thing you could look for is to see if the project.clj file uses
lein-multi; this is a good indicator that the project supports
multiple versions of Clojure. But this does require some digging. If
you have the time, it would be great if you could add lein-multi to
the project.clj file for projects that do intend to support multiple
versions of Clojure and send a pull request.

-Phil

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to