aboutsummaryrefslogtreecommitdiff
path: root/deps.edn
diff options
context:
space:
mode:
Diffstat (limited to 'deps.edn')
-rw-r--r--deps.edn11
1 files changed, 3 insertions, 8 deletions
diff --git a/deps.edn b/deps.edn
index 2dc0b92..1a50091 100644
--- a/deps.edn
+++ b/deps.edn
@@ -1,24 +1,19 @@
-{:paths ["src" "resources"]
+{:paths []
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
- org.clojure/tools.cli {:mvn/version "1.1.230"}
org.clojure/core.match {:mvn/version "1.1.0"}
- io.github.humbleui/humbleui {:git/sha "03f30f8e832899b35e807f2e02efcdedfab5401d"}
metosin/malli {:mvn/version "0.16.4"}
com.github.clj-easy/graal-build-time {:mvn/version "1.0.5"}}
:aliases
{:cli
- {:extra-paths ["cli/src"]
+ {:extra-paths ["cli/src" "cljcc_compiler/src"]
:main-opts ["-m" "cli.cli"]}
:run-m {:main-opts ["-m" "cljcc.cljcc"]}
:build {:deps {io.github.clojure/tools.build
{:mvn/version "0.10.3"}}
:jvm-opts ["-Dclojure.compiler.direct-linking=true"]
:ns-default build}
- :test {:extra-paths ["test"]
- :extra-deps {org.clojure/test.check {:mvn/version "1.1.1"}
- io.github.cognitect-labs/test-runner
- {:git/tag "v0.5.1" :git/sha "dfb30dd"}}}
:storm {;; for disabling the official compiler
+ :extra-paths ["cljcc_compiler/src" "cli/src"]
:classpath-overrides {org.clojure/clojure nil}
:extra-deps {io.github.clojure/tools.build {:mvn/version "0.10.3"}
nrepl/nrepl {:mvn/version "1.3.0"}