package toml

  1. Overview
  2. Docs
TOML parser.

Install

Dune Dependency

Authors

Maintainers

Sources

v4.0.0.tar.gz
md5=c4a31ce8dc00aefeaab86935377f4b8e

Description

The Toml library provides a parser and serializer for Tom's Obvious Minimal Language v0.4.0, a minimal configuration file format. Helpful getters to retrieve data as OCaml primitive types are also supplied.

Published: 22 Dec 2015

Dependencies (5)

  1. ISO8601 >= "0.2.0"
  2. menhir < "20211215"
  3. ocamlbuild build
  4. ocamlfind build
  5. ocaml >= "4.01.0" & < "4.06.0"

Dev Dependencies

None

Conflicts

None