org.vlacs/helmsman

This is a library for describing the structure of a web appliction. This way, we have uris and data associated directly with routes. This is nice for generating navigation or applying middleware to routes are a particular level.

Leiningen/Boot

[org.vlacs/helmsman "1.0.0-alpha5"]

Clojure CLI/deps.edn

org.vlacs/helmsman {:mvn/version "1.0.0-alpha5"}

Gradle

implementation("org.vlacs:helmsman:1.0.0-alpha5")

Maven

<dependency>
  <groupId>org.vlacs</groupId>
  <artifactId>helmsman</artifactId>
  <version>1.0.0-alpha5</version>
</dependency>