I used localrepo as Timmy said: 
- to install in the local maven repository a native dynamic c++ lib and its 
corresponding java wrapper
- to makes it available to all my clojure/java projects requiring to use that 
lib (artifact in maven parlance) 

It works like a charm.

Here you can find a sample of its use:

http://docs.opencv.org/2.4/doc/tutorials/introduction/clojure_dev_intro/clojure_dev_intro.html#install-the-java-specific-libs-as-local-repository

HIH 
mimmo

On Dec 20, 2013, at 6:22 PM, Tim Visher <tim.vis...@gmail.com> wrote:

> On Fri, Dec 20, 2013 at 12:16 PM, John Gabriele <jmg3...@gmail.com> wrote:
>> If I can just `lein install` my libs (or other people's libs) and then use
>> them in all my projects (just like the libs found at clojars), what extra
>> functionality does lein-localrepo provide beyond that?
> 
> lein-localrepo provides ways to interact with the local repo beyond
> just installing a leiningen project to it. You can install arbitrary
> artifacts that have poms. You can use to grab coords for a file. Etc.
> 
> --
> 
> In Christ,
> 
> Timmy V.
> 
> http://blog.twonegatives.com/
> http://five.sentenc.es/ -- Spend less time on mail
> 
> -- 
> -- 
> 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
> --- 
> You received this message because you are subscribed to the Google Groups 
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to