This commit is contained in:
Dave Griffiths
2015-07-07 20:41:53 +01:00
commit 35b84c6da5
73 changed files with 11369 additions and 0 deletions

11
sponge/project.clj Normal file
View File

@@ -0,0 +1,11 @@
(defproject app "1.0.0-SNAPSHOT"
:description "FIXME: write description"
:dependencies [[org.clojure/clojure "1.5.1"]
[seesaw "1.4.5"]
[org.clojure/core.async "0.1.267.0-0d7780-alpha"]
[incanter "1.5.5"]
[primitive-math "0.1.4"]
[hiphip-aot "0.1.2"]
[org.openimaj/audio-processing "1.3.1"]
]
:main app.core)