mirror of
https://github.com/metosin/reitit.git
synced 2026-01-11 17:39:50 +00:00
Some checks are pending
testsuite / Clojure 11 (Java 11) (push) Waiting to run
testsuite / Clojure 11 (Java 17) (push) Waiting to run
testsuite / Clojure 11 (Java 21) (push) Waiting to run
testsuite / Clojure 11 (Java 25) (push) Waiting to run
testsuite / Clojure 12 (Java 11) (push) Waiting to run
testsuite / Clojure 12 (Java 17) (push) Waiting to run
testsuite / Clojure 12 (Java 21) (push) Waiting to run
testsuite / Clojure 12 (Java 25) (push) Waiting to run
testsuite / ClojureScript (push) Waiting to run
testsuite / Lint cljdoc.edn (push) Waiting to run
testsuite / Check cljdoc analysis (push) Waiting to run
12 lines
540 B
Clojure
12 lines
540 B
Clojure
(defproject metosin/reitit-frontend "0.10.0"
|
|
:description "Reitit: Clojurescript frontend routing core"
|
|
:url "https://github.com/metosin/reitit"
|
|
:license {:name "Eclipse Public License"
|
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
|
:scm {:name "git"
|
|
:url "https://github.com/metosin/reitit"
|
|
:dir "../.."}
|
|
:plugins [[lein-parent "0.3.9"]]
|
|
:parent-project {:path "../../project.clj"
|
|
:inherit [:deploy-repositories :managed-dependencies]}
|
|
:dependencies [[metosin/reitit-core]])
|