reformation

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

Leiningen/Boot

[reformation "5"]

Clojure CLI/deps.edn

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

Gradle

implementation("reformation:reformation:5")

Maven

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