2017-05-09 16:04:45 -04:00
|
|
|
(defproject org.arachne-framework/valuehash "0.1.1"
|
2016-12-19 13:20:11 -05:00
|
|
|
:description "Value based hashing for Clojure data"
|
2016-12-16 10:21:54 -05:00
|
|
|
:license {:name "Eclipse Public License"
|
|
|
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
2017-05-09 16:04:45 -04:00
|
|
|
:dependencies [[org.clojure/clojure "1.9.0-alpha16" :scope "provided"]
|
2016-12-19 13:20:11 -05:00
|
|
|
[org.clojure/test.check "0.9.0" :scope "test"]
|
2016-12-20 09:37:34 -05:00
|
|
|
[criterium "0.4.4" :scope "test"]]
|
|
|
|
:repositories [["arachne-dev" "http://maven.arachne-framework.org/artifactory/arachne-dev"]])
|