neatonk / ocaml-html-experiments

Identifying useful ways to exploit the OCaml type system when generating HTML.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCaml HTML Experiments

This repo is home to various experiments which use OCaml to generate HTML. The goal of these experiments is to identify useful ways of exploiting the OCaml type system when generating HTML in order to make strong guarantees about the structure of the result.

Setup

To build and run the examples in this repository you must first install OCaml and OPAM. The examples are built using jbuilder which can be installed using OPAM. E.g. opam install jbuilder.

Demo

To build and run the hello example:

jbuilder build hello
jbuilder exec hello

If all goes well, the generated HTML will be printed to stdout.

Roadmap

TODO

License

Distributed under the ISC license.

See LICENSE.

About

Identifying useful ways to exploit the OCaml type system when generating HTML.

License:ISC License


Languages

Language:OCaml 100.0%