reformation

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

Leiningen/Boot

[reformation "1.0.0"]

Clojure CLI/deps.edn

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

Gradle

implementation("reformation:reformation:1.0.0")

Maven

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