io.github.drbuchkov/cursor

A portable library for Clojure that provides cursors, which are atom-like objects created out of a portion of an existing atom.

Leiningen/Boot

[io.github.drbuchkov/cursor "0.0.3"]

Clojure CLI/deps.edn

io.github.drbuchkov/cursor {:mvn/version "0.0.3"}

Gradle

implementation("io.github.drbuchkov:cursor:0.0.3")

Maven

<dependency>
  <groupId>io.github.drbuchkov</groupId>
  <artifactId>cursor</artifactId>
  <version>0.0.3</version>
</dependency>