lsystems

Small and simple L-systems implementation in Clojure

Leiningen/Boot

[lsystems "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

lsystems/lsystems {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("lsystems:lsystems:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>lsystems</groupId>
  <artifactId>lsystems</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>