Skip to content

Instantly share code, notes, and snippets.

@Licenser
Created February 26, 2010 22:42
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 Licenser/ed819a02a633b6987486 to your computer and use it in GitHub Desktop.
Save Licenser/ed819a02a633b6987486 to your computer and use it in GitHub Desktop.
(defproject Clepic "1.0.0-SNAPSHOT"
:description "FIXME: write"
:dependencies [[org.clojure/clojure "1.1.0"]
[org.clojure/clojure-contrib "1.1.0"]]
:dev-dependencies [
[leiningen/lein-swank "1.0.0-SNAPSHOT"]
[swank-clojure/swank-clojure "1.1.0"]]
:main Clepic)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment