forked from overtone/overtone
-
Notifications
You must be signed in to change notification settings - Fork 1
/
project.clj
17 lines (17 loc) · 903 Bytes
/
project.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(defproject overtone "0.1.5"
:description "An audio/musical experiment."
:url "http://project-overtone.org"
:autodoc {:load-except-list [#"/test/" #"/classes/" #"/devices/"]
:namespaces-to-document ["overtone.core" "overtone.gui"
"overtone.music" "overtone.studio"]
:trim-prefix "overtone.",}
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
[overtone/scsynth-jna "0.1.2-SNAPSHOT"]
; [overtone/scsynth-interop "0.2.0-SNAPSHOT"]
[overtone/osc-clj "0.3.0-SNAPSHOT"]
[overtone/byte-spec "0.2.0-SNAPSHOT"]
[overtone/midi-clj "0.2.0-SNAPSHOT"]
[org.clojars.overtone/vijual "0.2.1"]]
:dev-dependencies [[marginalia "0.2.0"]]
:jvm-opts ["-Xms256m" "-Xmx1g" "-XX:+UseConcMarkSweepGC"])