blob: e6b7e08aa298d88cd2216cbcd20cb8a88495e0f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
instaparse/instaparse {:mvn/version "1.5.0"}
com.github.clj-easy/graal-build-time {:mvn/version "1.0.5"}}
:aliases
{:run-m {:main-opts ["-m" "cljcc.cljcc"]}
:build {:deps {io.github.clojure/tools.build
{:mvn/version "0.10.3"}}
: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"}}}}}
|