com.lispcast/moustache

a micro web framework/internal DSL to wire Ring handlers and middlewares

Leiningen/Boot

[com.lispcast/moustache "0.0.1-SNAPSHOT"]

Clojure CLI/deps.edn

com.lispcast/moustache {:mvn/version "0.0.1-SNAPSHOT"}

Gradle

implementation("com.lispcast:moustache:0.0.1-SNAPSHOT")

Maven

<dependency>
  <groupId>com.lispcast</groupId>
  <artifactId>moustache</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>