reformation

Generate and manipulate form datastructures in pure Clojure, which can be read with Reagent.

Leiningen/Boot

[reformation "4"]

Clojure CLI/deps.edn

reformation/reformation {:mvn/version "4"}

Gradle

implementation("reformation:reformation:4")

Maven

<dependency>
  <groupId>reformation</groupId>
  <artifactId>reformation</artifactId>
  <version>4</version>
</dependency>