package scfg

  1. Overview
  2. Docs
OCaml library and executable to work with the scfg configuration file format

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.tar.gz
sha256=75bddc93dd19c2d7da6583f959b0d0a4a44aa41e9173a66d6193275f5cc1917c
sha512=92e6fa84f8ff73efd29e62babe4ca3ffbd86743443e80c743d6dd49a01597b831d832ca5bff85a2ca4ad16f99b24b717692f34e84820413c9fcc918bb96f53da

doc/index.html

scfg

scfg is an OCaml library/executable to work with the scfg configuration file format.

API

  • Scfg.Parse Module providing functions to parse a config from various kind of inputs.
  • Scfg.Pp Module providing functions to pretty print a config or parts of a config.
  • Scfg.Query Module providing functions to search inside a config.
  • Scfg.Types Module defining types used to represent a config.

Private API

You shouldn't have to use any of these modules, they're used internally only.

OCaml

Innovation. Community. Security.

On This Page
  1. API
  2. Private API