com.mckayfleming/match-bits

A macro that simplifies the process of masking and matching specific bit patterns.

Leiningen/Boot

[com.mckayfleming/match-bits "1.1.1"]

Clojure CLI/deps.edn

com.mckayfleming/match-bits {:mvn/version "1.1.1"}

Gradle

implementation("com.mckayfleming:match-bits:1.1.1")

Maven

<dependency>
  <groupId>com.mckayfleming</groupId>
  <artifactId>match-bits</artifactId>
  <version>1.1.1</version>
</dependency>