Skip to content

Instantly share code, notes, and snippets.

@jcromartie
Created April 12, 2011 18:18
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 jcromartie/d3e77832ace0e60462fa to your computer and use it in GitHub Desktop.
Save jcromartie/d3e77832ace0e60462fa to your computer and use it in GitHub Desktop.
(defproject asparagus "0.0.1"
:description "An experimental greenfield AnyAP system."
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
[ring "0.3.6"]
[compojure "0.6.0"]
[clojureql "1.0.0"]
[com.microsoft/sqljdbc4 "3.0"]
[org.danlarkin/clojure-json "1.2-SNAPSHOT"]]
:dev-dependencies [[swank-clojure "1.2.1"]]
:main 'findex.core)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment