CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 11 Aug 2025 12:00:15 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100315071625
location: https://web.archive.org/web/20100315071625/https://github.com/richhickey/clojure-contrib
server-timing: captures_list;dur=0.867309, exclusion.robots;dur=0.023363, exclusion.robots.policy;dur=0.011621, esindex;dur=0.018321, cdx.remote;dur=223.405117, LoadShardBlock;dur=157.580290, PetaboxLoader3.datanode;dur=57.688609, PetaboxLoader3.resolve;dur=28.695440
x-app-server: wwwb-app219
x-ts: 302
x-tr: 438
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app219; 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, 11 Aug 2025 12:00:16 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 15 Mar 2010 07:16:24 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "7e8b5bf968de626f3a019fddc3208bd5"
x-archive-orig-x-runtime: 109ms
x-archive-orig-content-length: 28809
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, 15 Mar 2010 07:16:25 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, 04 Feb 2010 16:38:27 GMT", ; rel="memento"; datetime="Mon, 15 Mar 2010 07:16:25 GMT", ; rel="next memento"; datetime="Wed, 21 Apr 2010 21:20:08 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_14_20100315033246_crawl103-c/51_14_20100315071454_crawl101.arc.gz
server-timing: captures_list;dur=0.500157, exclusion.robots;dur=0.020750, exclusion.robots.policy;dur=0.009589, esindex;dur=0.010706, cdx.remote;dur=375.877650, LoadShardBlock;dur=197.172040, PetaboxLoader3.datanode;dur=131.228875, PetaboxLoader3.resolve;dur=144.058252, load_resource;dur=97.935297
x-app-server: wwwb-app219
x-ts: 200
x-tr: 728
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 (43)
- Downloads (7)
- Wiki (2)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Wed Jan 20 13:07:23 -0800 2010 | Replace classes and *.jar with target/ in .giti... [stuartsierra] |
![]() |
README.txt | Tue Feb 09 11:02:32 -0800 2010 | README: remove -o from maven command line for l... [stuartsierra] |
![]() |
Revisions | Mon May 04 07:03:50 -0700 2009 | Revisions: Marking svn756 as the revision that'... [scgilardi] |
![]() |
clojurescript/ | Fri Dec 11 00:07:33 -0800 2009 | Changed all instances of ^x across contrib to (... [Tom Faulhaber] |
![]() |
config/ | Wed Aug 05 22:29:37 -0700 2009 | clojure.contrib.jmx [stuarthalloway] |
![]() |
doc/ | Sat Aug 22 22:16:37 -0700 2009 | A couple of doc tweaks [Tom Faulhaber] |
![]() |
epl-v10.html | Sun Dec 14 20:54:21 -0800 2008 | Switch my libs to EPL [Chouser] |
![]() |
launchers/ | Sun Apr 05 09:54:44 -0700 2009 | fix issue 36, compatiblity with bash 4.0 re: ha... [scgilardi] |
![]() |
pom.xml | Wed Feb 03 08:59:31 -0800 2010 | Re-enable local build with -Dclojure.jar in POM [stuartsierra] |
![]() |
src/ | Thu Mar 04 08:50:45 -0800 2010 | generic.comparison: fixed typo in <=, added pos... [khinsen] |
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. Download releases from https://code.google.com/p/clojure-contrib/downloads The official source repository for clojure-contrib is https://github.com/richhickey/clojure-contrib Documentation and APIs are available at https://richhickey.github.com/clojure-contrib/ Issues are maintained in the Assembla space at https://www.assembla.com/spaces/clojure-contrib General discussion occurs in the Clojure Google group at https://groups.google.com/group/clojure and developer discussions are in the Clojure Dev Google group at https://groups.google.com/group/clojure-dev Compiled JARs of development snapshots are available at https://build.clojure.org/ = Building Clojure-contrib = If you downloaded a release distribution or pre-compiled JAR, you don't need to do anything. If you downloaded the sources from Github, you will need Apache Maven (2.0 or higher) to run the build. See https://maven.apache.org/ Run the following command in this directory: mvn package This will produce the file target/clojure-contrib-${VERSION}.jar that you can add to your Java classpath. Additional build commands are available: mvn clojure:repl To start a Clojure REPL (Read-Eval-Print Loop) mvn compile To compile sources without building a JAR mvn test To run unit tests mvn assembly:assembly To build ZIP/tar distributions containing source and JARs To skip the testing phase when building, add "-Dmaven.test.skip=true" to the mvn command line. == Compiling with Local clojure.jar == If you want to compile/build with a customized clojure.jar file, use the following command: mvn package -Dclojure.jar=/path/to/clojure.jar The /path/to/clojure.jar MUST be an absolute path. Maven will still download other dependencices, such as clojure-maven-plugin. = Clojure-contrib Versions = Versions of clojure-contrib are matched to versions of Clojure. If you are using Clojure 1.0, use clojure-contrib 1.0.* If you are using Clojure 1.1, use clojure-contrib 1.1.* If you are using Clojure from the "master" branch on Github, use clojure-contrib from the "master" branch on Github. If you are using Clojure from the "new" branch on Github, use clojure-contrib from the "new" branch on Github. = 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