Created
March 31, 2010 19:47
-
-
Save devn/350784 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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