Skip to content

Instantly share code, notes, and snippets.

Created June 20, 2012 00:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2957353 to your computer and use it in GitHub Desktop.
Save anonymous/2957353 to your computer and use it in GitHub Desktop.
(defproject my-proj "1.0.0-SNAPSHOT"
:description "FIXME: write"
:dependencies [
[org.clojure/clojure "1.2.0-master-SNAPSHOT"]
[org.clojure/clojure-contrib "1.2.0-SNAPSHOT"]
[incanter "1.2.3" :exclusions [swank-clojure]]
[clj-tagsoup "0.2.6"]
[org.apache.commons/commons-math "2.0"]
[necessary-evil "2.0.0-SNAPSHOT"]
[hiccup "1.0.0"]]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment