On Fri, Oct 12, 2012 at 2:54 PM, Conrad <drc...@gmail.com> wrote:
> Hi, can someone point me towards some documentation as to the proper way to
> package a ClojureScript-based library that can be used in the usual way via
> leiningen?
>
> I'm thinking I'd be able to upload it to clojars.org (as I would do for a
> Clojure library), but given that "Jars" are something Java-specific, I'm
> confused as to whether that'll work...
>
> Can someone point me in the right direction? Thanks!

JARs are a great way to deliver ClojureScript for Clojure users - lein
or otherwise. That's how core.logic ships both Clojure & ClojureScript
versions - in a single jar.

David

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