Search code examples
clojureclojure-contrib

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?


Solution

  • 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.