package toml

  1. Overview
  2. Docs
TOML parser

Install

Authors

Maintainers

Sources

6.0.0.tar.gz
sha256=dd123c49769fe649f752a19ae5cb7ce63754c1bcca40fa019f8bffca969d6f44
sha512=99f65dbd4a249deffe982e52f412279f0993d914fe5f006785f4daff2be39c228dc80ae18b9d5c4e7d7a5e1ec88aaf7486d52bb1cf7e0508f3e58729fdc6dce6

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: 18 Dec 2020

Dependencies (5)

  1. menhir < "20211215"
  2. ISO8601 >= "0.2.0"
  3. menhir build
  4. dune >= "1.2"
  5. ocaml >= "4.02"

Dev Dependencies (3)

  1. odoc with-doc
  2. bisect with-test
  3. ounit with-test

Used by (6)

  1. binsec >= "0.6.0"
  2. comby
  3. dirsift < "0.0.4"
  4. drom_lib = "0.3.0"
  5. soupault >= "2.3.1" & < "3.0.0"
  6. toml_cconv

Conflicts

None