1 (defproject ixm-repl "1.0.0-SNAPSHOT"
2 :url "http://repo.or.cz/w/ixm-repl.git"
3 :description "Interact with a tribe of IXM through a Clojure repl"
4 :dependencies [[org.clojure/clojure "1.1.0"]
5 [org.clojure/clojure-contrib "1.0-SNAPSHOT"]]
6 :dev-dependencies [[leiningen/lein-swank "1.2.0-SNAPSHOT"]])