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/OCamlResSubFormats/index.html

Module OCamlResSubFormatsSource

Formatters for resource leaves in the tree structure

Sourcemodule type SubFormat = sig ... end

The type of subformats, as passed to format functors.

Sourcemodule Int : SubFormat with type t = int

A probably useless subformat, for demonstration purposes

Sourcemodule Raw : SubFormat with type t = string

The default format (raw contents as a string)

Sourcemodule Lines : SubFormat with type t = string list

Splits the input into lines

OCaml

Innovation. Community. Security.