package ocp-ocamlres

  1. Overview
  2. Docs

Produces OCaml source contaiming a single root value which contains an OCamlRes tree to be used at runtime through the OCamlRes module.

Parameters

Signature

type data = SF.t

The type of leaves in the resource tree

type params = res_format_params

Parameters to the output function

val output : params -> data OCamlRes.Res.root -> unit

Pretty print a resource store to a PPrint document