async-watch

A filesystem watcher using clojure.core.async channels

Leiningen/Boot

[async-watch "0.1.1"]

Clojure CLI/deps.edn

async-watch/async-watch {:mvn/version "0.1.1"}

Gradle

implementation("async-watch:async-watch:0.1.1")

Maven

<dependency>
  <groupId>async-watch</groupId>
  <artifactId>async-watch</artifactId>
  <version>0.1.1</version>
</dependency>