digash / clojure-contrib forked from richhickey/clojure-contrib
- Source
- Commits
- Network (37)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
2d1d74c
commit 2d1d74cfd8f67dcae9d9e20d69c99ca479906bbe
tree 3331479011111c5cd3f58d975e5bdf780cff9d2d
parent 6014cca7d3960eed9c28435ab737dc313c1056f2 parent b9c7820e64d4e5b86c837b25800cf61094ad2517
tree 3331479011111c5cd3f58d975e5bdf780cff9d2d
parent 6014cca7d3960eed9c28435ab737dc313c1056f2 parent b9c7820e64d4e5b86c837b25800cf61094ad2517
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Jul 06 04:47:12 -0700 2009 | |
| |
CPL.TXT | Wed Apr 02 08:35:29 -0700 2008 | |
| |
README.txt | Tue Aug 25 13:08:32 -0700 2009 | |
| |
Revisions | Mon May 04 07:03:50 -0700 2009 | |
| |
build.xml | Mon Sep 28 14:56:31 -0700 2009 | |
| |
clojurescript/ | Sun Feb 01 09:42:53 -0800 2009 | |
| |
config/ | Wed Aug 05 22:29:37 -0700 2009 | |
| |
doc/ | Sat Aug 22 22:16:37 -0700 2009 | |
| |
epl-v10.html | Sun Dec 14 20:54:21 -0800 2008 | |
| |
launchers/ | Sun Apr 05 09:54:44 -0700 2009 | |
| |
pom.xml | Mon Oct 05 14:05:42 -0700 2009 | |
| |
src/ | Sat Oct 03 10:56:18 -0700 2009 |
README.txt
Clojure-contrib --------------- The user contributions library, clojure.contrib, is a collection of namespaces each of which implements features that we believe may be useful to a large part of the clojure community. Clojure-contrib is open source under the Eclipse Public License and is copyrighted by Rich Hickey and the various contributors. The official source repository for clojure-contrib is http://github.com/richhickey/clojure-contrib. Issues are maintained in the Assembla space at http://www.assembla.com/spaces/dashboard/index/clojure-contrib For the latest documentation of the capabilities and APIs available in clojure-contrib, please see http://richhickey.github.com/clojure-contrib/ General discussion occurs in the Clojure Google group (http://groups.google.com/group/clojure ) and developer discussions are in the Clojure Dev Google group (http://groups.google.com/group/clojure-dev ). Building Clojure-contrib ------------------------ To build clojure-contrib, download the files or clone the git repository. This library, clojure-contrib, has a dependency on Clojure: the clojure-lang JAR file. This is needed to compile the Clojure classes. Normally, it is specified using -Dclojure.jar=<path>. The build works as follows: ant -Dclojure.jar=<path> This will produce a clojure-contrib.jar file that you can add to your classpath. The nightly-build and stable-build targets are intended for use on the Tapestry360 continuous integration server (http://tapestry.formos.com/bamboo ). They require the presense of the Maven Ant Tasks in the Ant lib folder. Clojure-contrib Versions ------------------------ There are currently two versions of clojure-contrib, stored in separate branches on github. The master branch represents the latest and greatest contrib code and is tied to the master branch of clojure (http://github.com/richhickey/clojure ). If you're using this branch, you'll want to be sure to keep your clojure and clojure-contrib code in sync, though breaking changes between them are pretty rare in practice. The clojure-1.0-compatible branch is designed to stay compatible with clojure release 1.0. New contrib features may be added to this branch, at the discretion of the contributors, but not necessarily. If you wish to stay on a "standard release" of clojure, this is the branch for you. Clojure-contrib Committers -------------------------- The following people are committers to the official clojure-contrib repositiory: Tom Faulhaber Stephen Gilardi Christophe Grand Rich Hickey Konrad Hinsen Stuart Holloway Chris Houser David Miller Stuart Sierra Frantisek Sodomka
