mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-07-04 03:03:34 +00:00
12 lines
433 B
Clojure
12 lines
433 B
Clojure
(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)
|