2015-06-07 02:03:12 +00:00
|
|
|
(defproject honeysql "0.6.2-SNAPSHOT"
|
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-12 21:34:28 +00:00
|
|
|
:url "https://github.com/jkk/honeysql"
|
2015-03-12 21:34:33 +00:00
|
|
|
:scm {:name "git"
|
|
|
|
|
:url "https://github.com/jkk/honeysql"}
|
2015-01-23 20:50:08 +00:00
|
|
|
:dependencies [[org.clojure/clojure "1.6.0"]])
|