CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 17 Aug 2025 07:33:23 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100405172940
location: https://web.archive.org/web/20100405172940/https://github.com/richhickey/clojure-contrib/tree/new
server-timing: captures_list;dur=0.538342, exclusion.robots;dur=0.022411, exclusion.robots.policy;dur=0.008874, esindex;dur=0.011493, cdx.remote;dur=22.684523, LoadShardBlock;dur=236.928349, PetaboxLoader3.datanode;dur=133.225976, PetaboxLoader3.resolve;dur=64.574691
x-app-server: wwwb-app204
x-ts: 302
x-tr: 283
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
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: Sun, 17 Aug 2025 07:33:24 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 05 Apr 2010 17:29:40 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "ae81c5814a970e1f26ed471715ae21d7"
x-archive-orig-x-runtime: 188ms
x-archive-orig-content-length: 29985
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: Mon, 05 Apr 2010 17:29:40 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 05 Apr 2010 17:29:40 GMT", ; rel="memento"; datetime="Mon, 05 Apr 2010 17:29:40 GMT", ; rel="last memento"; datetime="Mon, 05 Apr 2010 17:29:40 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_20100405100948_crawl102-c/52_15_20100405172923_crawl101.arc.gz
server-timing: captures_list;dur=0.551966, exclusion.robots;dur=0.020221, exclusion.robots.policy;dur=0.008975, esindex;dur=0.010594, cdx.remote;dur=7.307908, LoadShardBlock;dur=152.267762, PetaboxLoader3.datanode;dur=113.611548, PetaboxLoader3.resolve;dur=147.278124, load_resource;dur=200.653256
x-app-server: wwwb-app204
x-ts: 200
x-tr: 434
server-timing: TR;dur=0,Tw;dur=0,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 new - GitHub
richhickey / clojure-contrib
- Source
- Commits
- Network (48)
- Downloads (7)
- Wiki (2)
- Graphs
-
Branch:
new
click here to add a description
click here to add a homepage
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