On 7 September 2011 01:17, Justin Kramer wrote:
> Prompted by a question on IRC a couple days ago, I built a tool that allows
> you to browse the dependency graph of Clojure projects from GitHub &
> Clojars:
>
> http://clojuresphere.herokuapp.com/
>
> You can see dependencies of a project, but al
Thanks, glad you like it.
Note that dependents are listed for an artifact ID ("clojure-contrib") when
any version of the dependent depends on any version of that artifact ID. So
some of those libs may have already migrated to the new clojure contrib
libs. Clicking a version will show which spec
On Tue, Sep 6, 2011 at 8:17 AM, Justin Kramer wrote:
> Prompted by a question on IRC a couple days ago, I built a tool that allows
> you to browse the dependency graph of Clojure projects from GitHub &
> Clojars:
> http://clojuresphere.herokuapp.com/
This is very cool Justin!
I see that clojure.
On Tue, Sep 6, 2011 at 11:28 AM, Chouser wrote:
> On Tue, Sep 6, 2011 at 11:17 AM, Justin Kramer wrote:
>> Prompted by a question on IRC a couple days ago, I built a tool that allows
>> you to browse the dependency graph of Clojure projects from GitHub &
>> Clojars:
>> http://clojuresphere.heroku
On Tue, Sep 6, 2011 at 11:17 AM, Justin Kramer wrote:
> Prompted by a question on IRC a couple days ago, I built a tool that allows
> you to browse the dependency graph of Clojure projects from GitHub &
> Clojars:
> http://clojuresphere.herokuapp.com/
Very nice! Thanks for creating this.
--Chou
Prompted by a question on IRC a couple days ago, I built a tool that allows
you to browse the dependency graph of Clojure projects from GitHub &
Clojars:
http://clojuresphere.herokuapp.com/
You can see dependencies of a project, but also projects which depend on it.
You can also see how many p