taipei.404/mate

Useful functions, some of which I wish were in the Clojure standard library.

Leiningen/Boot

[taipei.404/mate "0.1.0"]

Clojure CLI/deps.edn

taipei.404/mate {:mvn/version "0.1.0"}

Gradle

implementation("taipei.404:mate:0.1.0")

Maven

<dependency>
  <groupId>taipei.404</groupId>
  <artifactId>mate</artifactId>
  <version>0.1.0</version>
</dependency>