package ez_config

  1. Overview
  2. Docs

Description

EzConfig can be used to manage a configuration file with OCaml lexing conventions (string escaping, comments). It was initially used by MLdonkey and is close to ocaml-config.

Tags

org:ocamlpro

Published: 28 Aug 2020

README

README.md

ez_config

EzConfig can be used to manage a configuration file with OCaml lexing conventions (string escaping, comments). It was initially used by MLdonkey and is close to ocaml-config.

  • Website: https://ocamlpro.github.io/ez_config

  • General Documentation: https://ocamlpro.github.io/ez_config/sphinx

  • API Documentation: https://ocamlpro.github.io/ez_config/doc

  • Sources: https://github.com/ocamlpro/ez_config

Dependencies (3)

  1. dune >= "2.6.0" & < "3.0.0"
  2. ez_file >= "0.1.0" & < "0.3.0"
  3. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (3)

  1. drom_lib
  2. opam-bin >= "0.9.5" & < "1.1.0"
  3. opam_bin_lib

Conflicts

None