I would like to deposit a small library on clojars.org. Is it possible to do this without using either Maven or Leiningen? Neither of these tools seems to be appropriate for my library.

My library consists of just a few very small source code files. It doesn't need to be AOT compiled, and by not AOT-compiling it is compatible with all Clojure versions (official releases and snapshots). A single source-file jar should thus be fine for everyone.

If my understanding of Leiningen and Maven is correct, neither one can handle "any Clojure version" as a dependency. But it seems that Clojars wants a pom.xml, which I don't know how to generate otherwise.

Konrad.

--
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