com.github.sonatsuer/concrete-optics

Dead simple optics in Clojure

Leiningen/Boot

[com.github.sonatsuer/concrete-optics "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

com.github.sonatsuer/concrete-optics {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("com.github.sonatsuer:concrete-optics:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>com.github.sonatsuer</groupId>
  <artifactId>concrete-optics</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>