CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 25 Aug 2025 01:39:13 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100107021602
location: https://web.archive.org/web/20100107021602/https://github.com/richhickey/clojure-contrib
server-timing: captures_list;dur=1.100294, exclusion.robots;dur=0.036815, exclusion.robots.policy;dur=0.014124, esindex;dur=0.021072, cdx.remote;dur=60.108507, LoadShardBlock;dur=592.264328, PetaboxLoader3.datanode;dur=437.769402, PetaboxLoader3.resolve;dur=44.830902
x-app-server: wwwb-app221
x-ts: 302
x-tr: 704
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app221; 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: Mon, 25 Aug 2025 01:39:13 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 07 Jan 2010 02:16:02 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "d81491c68d078349f76a179e6311f680"
x-archive-orig-x-runtime: 3167ms
x-archive-orig-content-length: 29510
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: Thu, 07 Jan 2010 02:16:02 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="Wed, 02 Dec 2009 05:33:19 GMT", ; rel="memento"; datetime="Thu, 07 Jan 2010 02:16:02 GMT", ; rel="next memento"; datetime="Thu, 04 Feb 2010 16:38:27 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_20100106224428_crawl101-c/51_13_20100107021453_crawl101.arc.gz
server-timing: captures_list;dur=0.691876, exclusion.robots;dur=0.021992, exclusion.robots.policy;dur=0.009842, esindex;dur=0.015700, cdx.remote;dur=6.627362, LoadShardBlock;dur=119.203849, PetaboxLoader3.datanode;dur=107.984085, PetaboxLoader3.resolve;dur=98.090302, load_resource;dur=118.917333
x-app-server: wwwb-app221
x-ts: 200
x-tr: 305
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 master - GitHub
richhickey / clojure-contrib
- Source
- Commits
- Network (37)
- Downloads (2)
- Wiki (2)
- Graphs
-
Branch:
master
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!