Skip to content

Instantly share code, notes, and snippets.

@gtrak
Created July 18, 2012 14:21
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 gtrak/3136468 to your computer and use it in GitHub Desktop.
Save gtrak/3136468 to your computer and use it in GitHub Desktop.
swanker project.clj
(defproject swanker "0.1.0-SNAPSHOT"
:description "Swank REPL for various usages"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.4.0"]
[swank-clojure "1.4.2"]
[javax.servlet/servlet-api "2.5" :scope "provided"]]
:aot [swanker.core])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment