CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 13 Aug 2025 23:17:00 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091202053319
location: https://web.archive.org/web/20091202053319/https://github.com/richhickey/clojure-contrib
server-timing: captures_list;dur=1.003721, exclusion.robots;dur=0.031323, exclusion.robots.policy;dur=0.013107, esindex;dur=0.017121, cdx.remote;dur=910.334982, LoadShardBlock;dur=584.113626, PetaboxLoader3.datanode;dur=238.281596, PetaboxLoader3.resolve;dur=172.429488
x-app-server: wwwb-app204
x-ts: 302
x-tr: 1558
server-timing: TR;dur=0,Tw;dur=1095,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app204; 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: Wed, 13 Aug 2025 23:17:04 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 02 Dec 2009 05:33:19 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "d0a29abe23d37d2e373b717d5b702b83"
x-archive-orig-x-runtime: 113ms
x-archive-orig-content-length: 30975
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, 02 Dec 2009 05:33:19 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 23 Sep 2009 21:18:08 GMT", ; rel="prev memento"; datetime="Thu, 01 Oct 2009 04:05:33 GMT", ; rel="memento"; datetime="Wed, 02 Dec 2009 05:33:19 GMT", ; rel="next memento"; datetime="Thu, 07 Jan 2010 02:16:02 GMT", ; rel="last memento"; datetime="Fri, 25 Apr 2025 09:29:30 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: 51_13_20091202033902_crawl100_IndexOnly-c/51_13_20091202052935_crawl101.arc.gz
server-timing: captures_list;dur=0.426769, exclusion.robots;dur=0.016828, exclusion.robots.policy;dur=0.007268, esindex;dur=0.009115, cdx.remote;dur=2509.841100, LoadShardBlock;dur=339.641269, PetaboxLoader3.datanode;dur=95.013234, PetaboxLoader3.resolve;dur=250.311070, load_resource;dur=214.245311
x-app-server: wwwb-app204
x-ts: 200
x-tr: 3133
server-timing: TR;dur=0,Tw;dur=1127,Tc;dur=1
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 master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | Extensions and enhancements to the Clojure libraries. edit |
Homepage: | https://clojure.org edit |
Public Clone URL: |
git://github.com/richhickey/clojure-contrib.git
Give this clone URL to anyone.
git clone git://github.com/richhickey/clojure-contrib.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:richhickey/clojure-contrib.git
|
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
This feature is coming soon. Sit tight!