From 277319fa392f5ee9f21eedf2c4d224739f045690 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 16 Mar 2025 14:53:45 +0530 Subject: Add common functions for handling cljcc compiler --- deps.edn | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'deps.edn') 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"} -- cgit v1.2.3