finish implementation

This commit is contained in:
Luke VanderHart
2016-12-19 13:21:01 -05:00
parent 82b1d46f7d
commit 2d18c4f43c
7 changed files with 431 additions and 9 deletions
+4 -3
View File
@@ -1,6 +1,7 @@
(defproject arachne-framework/identihash "0.1.0-SNAPSHOT"
:description "Identity based hashing for Clojure data"
(defproject arachne-framework/valuehash "0.1.0-SNAPSHOT"
:description "Value based hashing for Clojure data"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.9.0-alpha14"]
[org.clojure/test.check "0.9.0" :scope "test"]])
[org.clojure/test.check "0.9.0" :scope "test"]
[criterium "0.4.4" :scope "test"]])