2015-03-09 20:23:34 +00:00
|
|
|
(defproject honeysql "0.5.1"
|
2012-07-13 13:57:47 +00:00
|
|
|
:description "SQL as Clojure data structures"
|
2012-07-13 01:50:13 +00:00
|
|
|
:license {:name "Eclipse Public License"
|
|
|
|
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
2015-03-09 19:08:29 +00:00
|
|
|
:url https://github.com/jkk/honeysql
|
2015-01-23 20:50:08 +00:00
|
|
|
:dependencies [[org.clojure/clojure "1.6.0"]])
|