package tyxml-ppx

  1. Overview
  2. No Docs
PPX to write TyXML documents with the HTML syntax

Install

dune-project
 Dependency

Authors

Maintainers

Sources

tyxml-5.0.0.tbz
sha256=c725bb8918ff1b601e7926b7b6b4799f8f4ab70f5fba9f0970da657cb82c07f2
sha512=61881aa7101b5072b887802e78897920516c9c2b484d51ac281509e83c79969c7654caa31b125ad843b45740dfe143ed5218fd7e4d98dfba8e0b24b272308ed6

Description

open Tyxml
let%html to_ocaml = "<a href='ocaml.org'>OCaml!</a>"

The TyXML PPX allow to write TyXML documents using the traditional HTML syntax. It works with textual trees, virtual DOM trees, or any TyXML module.

Added to opam-repository:

Dependencies (7)

  1. re >= "1.5.0"
  2. ppxlib >= "0.36"
  3. markup >= "0.7.2"
  4. tyxml-syntax = version
  5. tyxml = version
  6. ocaml >= "4.08"
  7. dune >= "3.18"

Dev Dependencies (2)

  1. odoc with-doc
  2. alcotest with-test

Used by (2)

  1. dream >= "1.0.0~alpha2" & < "1.0.0~alpha5"
  2. sihl-queue >= "0.4.0"

Conflicts

None