diff options
| author | Your Name <agrawalshagun07@gmail.com> | 2025-03-16 14:53:45 +0530 |
|---|---|---|
| committer | Your Name <agrawalshagun07@gmail.com> | 2025-03-16 14:53:45 +0530 |
| commit | 277319fa392f5ee9f21eedf2c4d224739f045690 (patch) | |
| tree | f2e3a89de7946647d7560db242e7ce22fda25a5c /deps.edn | |
| parent | 39b6930e14cfda58fd066805f5da447c685ab67f (diff) | |
Add common functions for handling cljcc compiler
Diffstat (limited to 'deps.edn')
| -rw-r--r-- | deps.edn | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -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"} |
