overtone/byte-spec

A DSL for reading and writing binary file formats in Clojure.

Leiningen/Boot

[overtone/byte-spec "0.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

overtone/byte-spec {:mvn/version "0.2.0-SNAPSHOT"}

Gradle

implementation("overtone:byte-spec:0.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>overtone</groupId>
  <artifactId>byte-spec</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>