package patoline

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Config : sig ... end
module ConfigRC : sig ... end

This module provide a simple interface to a multi-purpose configuration files format. The file format is deliberatly kept very simple, and we do not provide any OCaml-specific features. A file consists in a list of named fields that can contain elements of a few base types.

module PatDefault : sig ... end