Modular Contrib projects (compatible with Clojure 1.2.0** thru 1.45.0, each in its own repo). **Mostly... support for Clojure 1.2.x is being dropped from several Contrib projects now - check the individual projects' test matrix on the build server to be sure of version support.
- algo.generic - formerly clojure.contrib.generic
- algo.monads - formerly clojure.contrib.monads
- build.poms - example pom.xml file for new contrib libraries
- core.cache
- core.contracts
- core.incubator - some of clojure.contrib.def moved here, along with all of clojure.contrib.strint
- core.logic
- core.match
- core.memoize
- core.rrb-vector - An implementation of the confluently persistent vector data structure introduced in Bagwell, Rompf, "RRB-Trees: Efficient Immutable Vectors", EPFL-REPORT-169879, September, 2011.
- core.typed
- core.unify
- data.codec - replaces clojure.contrib.base64
- data.csv
- data.finger-tree
- data.generators - extracted from test.generative to provide the data generators separately
- data.json - formerly clojure.contrib.json
- data.priority-map - formerly clojure.contrib.priority-map
- data.xml - formerly clojure.contrib.lazy-xml
- data.zip - formerly clojure.contrib.zip-filter
- java.classpath - formerly clojure.contrib.classpath
- java.data
- java.jdbc - formerly clojure.contrib.sql
- java.jmx - formerly clojure.contrib.jmx
- math.combinatorics - formerly clojure.contrib.combinatorics
- math.numeric-tower - formerly clojure.contrib.math
- test.benchmark
- test.generative - testing library based on data generators (above).
- tools.cli - replaces clojure.contrib.command-line
- tools.logging - formerly clojure.contrib.logging
- tools.macro - formerly clojure.contrib.macro-utils, clojure.contrib.macros
- tools.namespace - formerly clojure.contrib.find-namespaces
- tools.nrepl
- tools.reader
- tools.trace - formerly clojure.contrib.trace
...
If you can't yet switch to the Modular Contrib but you want to migrate to Clojure 1.3 or 1.4later, you might want to look at Allen Rohner's unofficial version of Contrib 1.2 compiled against Clojure 1.3 to get you started.