Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Find where clojure-contrib libs have moved to

Given how with future version of clojure are discouraging use of clojure-contrib as a single item - how do you find where things have moved to.

For example - this utility: http://richhickey.github.com/clojure-contrib/javadoc.browse-api.html#clojure.contrib.javadoc.browse/open-url-in-browser handy - but where has it moved to under the new scheme?

like image 762
Michael Neale Avatar asked Sep 06 '11 07:09

Michael Neale


2 Answers

Not all of the old "monolithic" contrib has been migrated to the new "modular" contrib. Some of it may never be migrated. It's up to the community to port the bits of the library they find useful.

You could try contacting the original maintainer to see if they have plans to migrate to the new library.

See http://dev.clojure.org/display/doc/Clojure+Contrib for an overview of the new contrib and where various things have ended up.

like image 54
harto Avatar answered Nov 20 '22 01:11

harto


There is now a better overview of the migration status in place:

http://dev.clojure.org/display/design/Where+Did+Clojure.Contrib+Go

like image 1
Joe Lehmann Avatar answered Nov 20 '22 03:11

Joe Lehmann