sync-q

A clojure implementation of the python queue library

Leiningen/Boot

[sync-q "1.0.0"]

Clojure CLI/deps.edn

sync-q/sync-q {:mvn/version "1.0.0"}

Gradle

implementation("sync-q:sync-q:1.0.0")

Maven

<dependency>
  <groupId>sync-q</groupId>
  <artifactId>sync-q</artifactId>
  <version>1.0.0</version>
</dependency>