lux/stdlib

Standard library for the Lux family of programming languages.

Leiningen/Boot

[lux/stdlib "0.3.2"]

Clojure CLI/deps.edn

lux/stdlib {:mvn/version "0.3.2"}

Gradle

implementation("lux:stdlib:0.3.2")

Maven

<dependency>
  <groupId>lux</groupId>
  <artifactId>stdlib</artifactId>
  <version>0.3.2</version>
</dependency>