initial commit

This commit is contained in:
Luke VanderHart
2016-12-16 10:21:54 -05:00
commit 82b1d46f7d
4 changed files with 252 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
(defproject arachne-framework/identihash "0.1.0-SNAPSHOT"
:description "Identity 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"]])