package config-file

  1. Overview
  2. Docs
A library used to manage configuration files

Install

Dune Dependency

Authors

Maintainers

Sources

config-file-release-1.2.1.tbz
sha256=01d5c5065e5bbd7a8f1ee0659aea1d651a0c81d10117243739b43d7d3084a14b
sha512=d2411618690715d00f29351dc976c23dc84bc9a3bd93b7139750e26a741fb853d2d611b0fd19d23094f876f93f4d4bb9c11e2ef0593571dc66240b1c85b37bbd

Description

Config_file is a library used to manage the configuration file(s) of an application. You simply define your options and it performs the loading and saving of the options in a file. You can also use the same options in the command line.

Published: 07 Oct 2021

README

Config_file

What is Config_file

Config_file is a library used to manage the configuration file(s) of an application. You simply define your options and it performs the loading and saving of the options in a file. You can also use the same options in the command line.

Installation

Config_file can be installed with opam:

opam install config-file

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation and API reference is automatically generated by from the source interfaces. It can be consulted via odig doc config-file.

Dependencies (4)

  1. cppo >= "1.6.7" & build
  2. camlp4 build
  3. ocaml >= "4.02" & < "5.0"
  4. dune >= "2.9"

Dev Dependencies (1)

  1. odoc with-doc

Conflicts

None

OCaml

Innovation. Community. Security.