package tyxml-jsx

  1. Overview
  2. No Docs
JSX syntax to write TyXML documents

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

Description

open Tyxml;
let to_reason = <a href="reasonml.github.io/"> "Reason!" </a>

The TyXML JSX allow to write TyXML documents with reason's JSX syntax. It works with textual trees, virtual DOM trees, or any TyXML module.

Added to opam-repository:

Dependencies (5)

  1. ppxlib >= "0.36"
  2. tyxml-syntax = version
  3. tyxml = version
  4. ocaml >= "4.08"
  5. dune >= "3.18"

Dev Dependencies (3)

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

Used by (2)

  1. dream >= "1.0.0~alpha2" & < "1.0.0~alpha5" | >= "1.0.0~alpha7"
  2. sihl < "0.1.4"

Conflicts

None