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: 08 Mar 2022

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. ez_file >= "0.3.0" & < "1.0.0"
  2. dune >= "2.7.0"
  3. ocaml >= "4.07.0" & < "5.0"

Dev Dependencies (4)

  1. ocamlformat with-test
  2. odoc with-doc
  3. ppx_expect with-test
  4. ppx_inline_test with-test

Used by (3)

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

Conflicts

None