Hey there Andrea,

So, when I do 'lein search', it caches the index. I don't have anything special 
in my setup (lein version 2.5.1 on Java 1.8.0_25).

Likewise, you can do searches for specific version headers, like

lein search "id:clojurescript version:0.0-2*" to find all the ones in the 
2000s. To get the latest version, you just have to get the last page of your 
query and look at the version number, or go to the specific library's page.


> Le 2015-01-30 à 08:37, andrea crotti <andrea.crott...@gmail.com> a écrit :
> 
> Noone on the topic?
> 
> Any smarter ways to lookup and try out new stuff with lein otherwise?
> 
> 2015-01-26 14:22 GMT+00:00 andrea crotti <andrea.crott...@gmail.com>:
>> Hello everyone
>> 
>> A couple of questions about Lein and how to find templates/libraries.
>> 
>> I found out now that "lein search" allows me to search for the last
>> stable version of a library, however every time I run it it takes
>> forever downloading the index:
>> 
>> Downloading 
>> https://repo1.maven.org/maven2/.index/nexus-maven-repository-index.gz
>> 
>> Is that normal and if yes how can I make it usable?
>> 
>> Then if I want to find out the correct version of clojurescript I go to 
>> Clojars:
>> https://clojars.org/search?q=clojurescript
>> 
>> And there I find a lot of things but  none of them seems the correct
>> thing, this is probably not the right thing:
>> https://clojars.org/clojurescript
>> 
>> I also noticed that many things in clojars don't have code available or
>> links to the project, how am I supposed to know what they are actually
>> useful for if there is no Readme/Source code or any other information?
>> 
>> And the last thing is that it would be interesting to see all the
>> possible project templates that can be used with a "lein new", but from
>> what I can understand it depends on the plugins that are currently
>> installed with lein, is that correct?
>> 
>> Thanks a lot,
>> Andrea
> 
> -- 
> 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/d/optout.

-- 
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/d/optout.

Reply via email to