Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 771 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 771 Bytes

htmlit — HTML generation combinators for OCaml

%%VERSION%%

Htmlit is an OCaml library providing simple but subtle combinators for generating HTML fragments and pages.

Htmlit is distributed under the ISC license. It has no dependencies.

Homepage: https://erratique.ch/software/htmlit

Installation

Htmlit can be installed with opam:

opam install htmlit

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation can be consulted online or via odig doc htmlit.

Questions are welcome but better asked on the OCaml forum than on the issue tracker.