package ocp-ocamlres

  1. Overview
  2. Docs
Manipulation, injection and extraction of embedded resources

Install

Dune Dependency

Authors

Maintainers

Sources

v0.4.tar.gz
sha256=658c2990e027e1e43a16290fd431f08c96b8630d91ac2b98003a9bc027179679
md5=725eb557e659c6febf8dc3044b323bd8

doc/ocplib-ocamlres/OCamlResRegistry/PredefOptions/index.html

Module OCamlResRegistry.PredefOptionsSource

Predefined options that you can use in your own formats

Sourceval width : int ref

The expected width of the generated source.

Sourceval subformats : (module SubFormat) Map.Make(String).t ref

Associates an extension with a subformat in ExtensionDispatcherSubFormat.

Sourceval output_file : string option ref

The name of the output file, if provided.

Sourceval options : (Arg.key * Arg.spec * Arg.doc) list

Defines -width <width>, -subformat <ext> <subformat> and -o <file> that update the previous references.

OCaml

Innovation. Community. Security.