Re: Request to create new contrib: data.dependency

2012-09-18 Thread Stuart Sierra
I didn't get approval to create data.dependency, so instead I've merged that work into tools.namespace, currently available as 0.2.0-SNAPSHOT. -S -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegrou

Re: Request to create new contrib: data.dependency

2012-09-18 Thread Stuart Sierra
It's open source. You can do whatever you want, under the terms of the EPL. -S -- 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 pat

Re: Request to create new contrib: data.dependency

2012-09-10 Thread Karsten Schmidt
Thanks, Sean! I have tried it out & love it! :) I was actually about to publish a new library which is having data.dependency as dependency, but I guess I will have to either wait or include/bundle the dependency.clj file (with added credits & links to Stuart's git repo) in my project. Is the latte

Re: Request to create new contrib: data.dependency

2012-09-10 Thread Sean Corfield
On Mon, Sep 10, 2012 at 7:30 AM, Mayank Jain wrote: > I tried to include this library in an empty project to see if it works. It's not part of org.clojure yet. If you want to try it out, you'll need to clone Stuart's github repo and install it locally. -- Sean A Corfield -- (904) 302-SEAN An Ar

Re: Request to create new contrib: data.dependency

2012-09-10 Thread Mayank Jain
I tried to include this library in an empty project to see if it works. Got the following error : Output : > ~/testproject$ lein deps > Could not find artifact org.clojure:data.dependency:pom:0.1.0 in central ( > http://repo1.maven.org/maven2) > Could not find artifact org.clojure:data.dependency

Re: Request to create new contrib: data.dependency

2012-09-10 Thread Karsten Schmidt
On 16 May 2012 22:59, Stuart Sierra wrote: > As part of my long-delayed effort to get namespace dependency parsing into > Contrib, I offer the clojure.data.dependency library: > > https://github.com/stuartsierra/data.dependency > > This is wholly my own work. I give permission to release it under

Request to create new contrib: data.dependency

2012-05-16 Thread Stuart Sierra
As part of my long-delayed effort to get namespace dependency parsing into Contrib, I offer the clojure.data.dependency library: https://github.com/stuartsierra/data.dependency This is wholly my own work. I give permission to release it under the Clojure Contributor Agreement. -S -- You rece