Jsoo Mithril
Welcome to the docs for jsoo-mithril
: Js_of_ocaml bindings for the light-weight, small footprint javascript framework Mithril.
The bindings were created using the incredible FFI tools provided by brr and expect you to use that package to help right idiomatic OCaml.
There are two sources of documentation for you:
- The API for use during development
- The tutorials to help explain the important aspects of the library
If you are at all curious how these docs are generated they use a little tool I wrote called sesame-doc which uses a little static site generator I wrote called sesame. It's Markdown based which means all the examples you see are actually tested in CI or come from files that are built as part of the CI process.