CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 29 Aug 2025 05:24:01 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100407013326
location: https://web.archive.org/web/20100407013326/https://github.com/richhickey/clojure-contrib/tree/1.1.x
server-timing: captures_list;dur=0.896383, exclusion.robots;dur=0.034966, exclusion.robots.policy;dur=0.012683, esindex;dur=0.012029, cdx.remote;dur=18.598685, LoadShardBlock;dur=422.232648, PetaboxLoader3.resolve;dur=310.287481, PetaboxLoader3.datanode;dur=84.149186
x-app-server: wwwb-app203
x-ts: 302
x-tr: 559
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app203; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 29 Aug 2025 05:24:03 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 07 Apr 2010 01:33:26 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "67f19c16fed7db53fe183082232de297"
x-archive-orig-x-runtime: 96ms
x-archive-orig-content-length: 29881
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 07 Apr 2010 01:33:26 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 07 Apr 2010 01:33:26 GMT", ; rel="memento"; datetime="Wed, 07 Apr 2010 01:33:26 GMT", ; rel="last memento"; datetime="Wed, 07 Apr 2010 01:33:26 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_15_20100407010433_crawl101-c/52_15_20100407013215_crawl101.arc.gz
server-timing: captures_list;dur=0.547981, exclusion.robots;dur=0.021217, exclusion.robots.policy;dur=0.010535, esindex;dur=0.010224, cdx.remote;dur=120.699918, LoadShardBlock;dur=601.568285, PetaboxLoader3.resolve;dur=529.618692, PetaboxLoader3.datanode;dur=209.062515, load_resource;dur=251.549428
x-app-server: wwwb-app203
x-ts: 200
x-tr: 1034
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
richhickey's clojure-contrib at 1.1.x - GitHub
richhickey / clojure-contrib
- Source
- Commits
- Network (48)
- Downloads (7)
- Wiki (2)
- Graphs
-
Branch:
1.1.x
click here to add a description
click here to add a homepage

Stuart Sierra (author)
Mon Jan 25 09:00:58 -0800 2010
commit d132c5f1cba8d8861430e54a53f208a32c1c76d9
tree e63ec4fc2cbd929091d4e168d57fcc29a5d63d90
parent bc27a47ba0b850e9657cb781ef240dba5786327f
tree e63ec4fc2cbd929091d4e168d57fcc29a5d63d90
parent bc27a47ba0b850e9657cb781ef240dba5786327f
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 https://github.com/richhickey/clojure-contrib. Issues are maintained in the Assembla space at https://www.assembla.com/spaces/dashboard/index/clojure-contrib For the latest documentation of the capabilities and APIs available in clojure-contrib, please see https://richhickey.github.com/clojure-contrib/ General discussion occurs in the Clojure Google group (https://groups.google.com/group/clojure ) and developer discussions are in the Clojure Dev Google group (https://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 (https://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 (https://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