reformation

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

Leiningen/Boot

[reformation "3"]

Clojure CLI/deps.edn

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

Gradle

implementation("reformation:reformation:3")

Maven

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