Skip to content

Instantly share code, notes, and snippets.

@devn
Created March 31, 2010 19:47
Show Gist options
  • Select an option

  • Save devn/350784 to your computer and use it in GitHub Desktop.

Select an option

Save devn/350784 to your computer and use it in GitHub Desktop.
(defproject walton "0.5"
:description "Walton will traverse caves filled with snakes to find you example clojure code containing the function you desire."
:dependencies [[org.clojure/clojure "1.1.0"]
[clj-sandbox/clj-sandbox "0.2.9-SNAPSHOT"]
[org.clojure/clojure-contrib "1.1.0"]
[clj-html "0.1.0"]]
:dev-dependencies [[swank-clojure "1.2.0-SNAPSHOT"]
[autodoc "0.7.0"]]
:main walton.core
:namespaces [walton.core, walton.integration])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment