com.github.kyleburton/clj-lfsr

LFSR Library

Leiningen/Boot

[com.github.kyleburton/clj-lfsr "1.3.4"]

Clojure CLI/deps.edn

com.github.kyleburton/clj-lfsr {:mvn/version "1.3.4"}

Gradle

implementation("com.github.kyleburton:clj-lfsr:1.3.4")

Maven

<dependency>
  <groupId>com.github.kyleburton</groupId>
  <artifactId>clj-lfsr</artifactId>
  <version>1.3.4</version>
</dependency>