dk.thinkcreate/malli-select

Create subschemas of malli-schemas using a spec2-inspired select notation. Works on Clojure and ClojureScript.

Leiningen/Boot

[dk.thinkcreate/malli-select "0.8.0-SNAPSHOT"]

Clojure CLI/deps.edn

dk.thinkcreate/malli-select {:mvn/version "0.8.0-SNAPSHOT"}

Gradle

implementation("dk.thinkcreate:malli-select:0.8.0-SNAPSHOT")

Maven

<dependency>
  <groupId>dk.thinkcreate</groupId>
  <artifactId>malli-select</artifactId>
  <version>0.8.0-SNAPSHOT</version>
</dependency>