Re: Packaging ClojureScript libraries for use with Leiningen

2012-10-13 Thread Pierre-Henry Perret
This project /bOOtOne/ could be of some help . It uses *enfocus* * *and make use of *dynamic *libs by referencing *git * repo. Take a look at the *project;.clj *with the usage of *lein-cljsbuild * and *cross languages *inclusion. Le vendredi 12 octobre 201

Re: Packaging ClojureScript libraries for use with Leiningen

2012-10-12 Thread Kevin Lynagh
If your downstream users are using the "lein-cljsbuild" plugin, note that it will automatically pick up externs and JavaScript libs within your JARs if you put them under /closure-js/libs/your-project/some-js-lib.js /clojure-js/externs/your-project/externs.js (see https://github.com/eme

Re: Packaging ClojureScript libraries for use with Leiningen

2012-10-12 Thread Michael Fogus
I've looked at the core.logic packaging, but it wasn't immediately obvious what was happening. I eventually figured it out, but it would be nice to have a roadmap for making cross-language packaging easier, even if the needed pieces were not yet available. -- You received this message because yo

Re: Packaging ClojureScript libraries for use with Leiningen

2012-10-12 Thread David Nolen
On Fri, Oct 12, 2012 at 3:02 PM, Conrad wrote: > Sounds good- That means I can use the source layout & project.clj of > core.logic as a guide to organize my library- Thanks! If you're not concerned w/ shipping for both targets you might want to take a look at domina http://github.com/levand/domin

Re: Packaging ClojureScript libraries for use with Leiningen

2012-10-12 Thread Conrad
Sounds good- That means I can use the source layout & project.clj of core.logic as a guide to organize my library- Thanks! On Friday, October 12, 2012 1:57:13 PM UTC-5, David Nolen wrote: > > On Fri, Oct 12, 2012 at 2:54 PM, Conrad > > wrote: > > Hi, can someone point me towards some documentat

Re: Packaging ClojureScript libraries for use with Leiningen

2012-10-12 Thread David Nolen
On Fri, Oct 12, 2012 at 2:54 PM, Conrad 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 > Cl

Packaging ClojureScript libraries for use with Leiningen

2012-10-12 Thread Conrad
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