haml-macro

macro which takes haml and generate hiccup compatible html rendering

Leiningen/Boot

[haml-macro "1.0.3-SNAPSHOT"]

Clojure CLI/deps.edn

haml-macro/haml-macro {:mvn/version "1.0.3-SNAPSHOT"}

Gradle

implementation("haml-macro:haml-macro:1.0.3-SNAPSHOT")

Maven

<dependency>
  <groupId>haml-macro</groupId>
  <artifactId>haml-macro</artifactId>
  <version>1.0.3-SNAPSHOT</version>
</dependency>