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.4.tar.gz
sha256=4098b9d5d1facd20325332939d7167d54f6dd612e4915df5eebfda90eb027997
sha512=70bbb4d7ff41e165cd9b61b53bd554aba362bd51728dc3d366ce0fa0ed88dc68d58345d995188793a7220d7779eea4d5433257011a77c58e3f4498839544acf4

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