org.conjure/conjure-html

Conjure html is a library for converting s-expressions into html. It has the same syntax as hiccup, but has optimizations for Conjure.

  • VCSN/A

  • cljdoc documentationcljdoc
  • 250 Downloads
  • 205 This Version

Leiningen/Boot

[org.conjure/conjure-html "1.0.0"]

Clojure CLI/deps.edn

org.conjure/conjure-html {:mvn/version "1.0.0"}

Gradle

implementation("org.conjure:conjure-html:1.0.0")

Maven

<dependency>
  <groupId>org.conjure</groupId>
  <artifactId>conjure-html</artifactId>
  <version>1.0.0</version>
</dependency>