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.3.tar.gz
sha256=42149d1b908de191e1d96dcce3289ba15337ac912af4db9dbf70625ac60da9cd
sha512=8592f6c53bded156573f4d30381792d99b5ad2f570124fd60e477f8f9e11a4556fe877181bc5d9e86896aea415576678399091d15719491f573fa055ca5f1b68

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