Skip to content

Instantly share code, notes, and snippets.

@luxbock
Created January 9, 2014 21:03
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 luxbock/8341986 to your computer and use it in GitHub Desktop.
Save luxbock/8341986 to your computer and use it in GitHub Desktop.
(defproject letusgogo "0.1.0-SNAPSHOT"
:description "Project for testing and fetching new libraries"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]
[com.cemerick/pomegranate "0.0.13"]
[lein-kibit "0.0.8"]
[clj-http "0.7.2"]
[tailrecursion/boot.core "1.2.3"]
[tailrecursion/boot.task "1.0.2"]
[tailrecursion/hoplon "4.0.10"]
[org.clojure/clojurescript "0.0-2138"]
[enlive "1.1.1"]
[ibdknox/tools.reader "0.8.1"]]
:plugins [[org.clojure/clojure "1.5.1"]
[com.cemerick/pomegranate "0.0.13"]
[lein-kibit "0.0.8"]
[lein-cljsbuild "1.0.1"]
[criterium "0.3.1"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment