initial framworks. linking logic is complete.

This commit is contained in:
Aidan 2020-11-23 22:07:04 -08:00
parent a5c8be2651
commit 3ed3b2a6d3
No known key found for this signature in database
GPG key ID: 327711E983899316
4 changed files with 215 additions and 36 deletions

View file

@ -4,9 +4,14 @@
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.10.0"]
[com.kohlschutter.junixsocket/junixsocket-demo "2.2.0"]
[seesaw "1.5.0"]
[org.clojure/data.json "0.2.6"]]
[com.kohlschutter.junixsocket/junixsocket-common "2.3.2"]
[com.kohlschutter.junixsocket/junixsocket-native-common "2.3.2"]
[cljfx "1.7.10"]
[org.clojure/data.json "0.2.6"]
[org.clojure/tools.logging "1.1.0"]
[org.clojure/core.cache "1.0.207"]
[org.clojure/core.async "1.3.610"]
[clj.qrgen "0.4.0"]]
:main ^:skip-aot whisper.core
:target-path "target/%s"
:profiles {:uberjar {:aot :all}})