Skip to content

Instantly share code, notes, and snippets.

@swannodette
Created December 1, 2009 04:16
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 swannodette/4cefd43eca404c351f22 to your computer and use it in GitHub Desktop.
Save swannodette/4cefd43eca404c351f22 to your computer and use it in GitHub Desktop.
(defproject config-parse "0.1.0"
:description "A configuration file parser"
:dependencies [[org.clojure/clojure "1.1.0-alpha-SNAPSHOT"]
[org.clojure/clojure-contrib "1.0-SNAPSHOT"]
[org.clojure/swank-clojure "1.0"]]
:dev-dependencies [[leiningen/lein-swank "1.0.0-SNAPSHOT"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment