; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You can obtain one at https://mozilla.org/MPL/2.0/. {:paths ["src" "resources"] :deps {io.github.noahtheduke/cond-plus {:mvn/version "1.3.0"}} :aliases {:dev {:extra-paths ["dev"] :extra-deps {criterium/criterium {:mvn/version "0.4.6"} com.clojure-goes-fast/clj-java-decompiler {:mvn/version "0.3.6"} io.github.tonsky/clj-reload {:mvn/version "0.7.1"}}} :repl {:extra-deps {nrepl/nrepl {:mvn/version "1.3.0"} com.bhauman/rebel-readline {:mvn/version "0.1.4"} cider/cider-nrepl {:mvn/version "0.50.1"}} :main-opts ["-m" "nrepl.cmdline" "--interactive" "--middleware" "[cider.nrepl/cider-middleware]" "-f" "rebel-readline.main/-main"]} :test {:extra-paths ["test"] :extra-deps {nubank/matcher-combinators {:mvn/version "3.9.1"} io.github.noahtheduke/lazytest {:mvn/version "1.8.0"}}} :runner {:main-opts ["-m" "lazytest.main"]} :v1.10 {:override-deps {org.clojure/clojure {:mvn/version "1.10.3"}}} :v1.11 {:override-deps {org.clojure/clojure {:mvn/version "1.11.4"}}} :v1.12 {:override-deps {org.clojure/clojure {:mvn/version "1.12.0"}}} :clein {:deps {io.github.noahtheduke/clein {:mvn/version "0.5.0"}} :main-opts ["-m" "noahtheduke.clein"]} :clein/build {:lib com.noahbogart/sinker :main noahtheduke.sinker :version "resources/com.noahbogart/sinker/SINKER_VERSION" :url "https://tangled.sh/@noahbogart.com/sinker" :license {:name "MPL-2.0" :url "https://mozilla.org/MPL/2.0"} :src-dirs ["src"] :resource-dirs ["resources"]}}}