farg/pmatch

Clojure translation of Oleg Kiselyov's pmatch macro

Leiningen/Boot

[farg/pmatch "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

farg/pmatch {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("farg:pmatch:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>farg</groupId>
  <artifactId>pmatch</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>