package toml

  1. Overview
  2. Docs
Library for TOML with a parser, a serializer and a printer

Install

Authors

Maintainers

Sources

7.1.0.tar.gz
sha256=1d4e9c16ed9e24d46dd757ce94adc7fc8b2068eb5ff7cd2a70fce08135a752ef
sha512=9cb98e4a9c4a01acf5ceeac836fe0dc4d341662f9b3ce6803e9d14499bcb450441111247159bdbc5c25d4618b8c1f088d206da702bef12ea1ca8781607d26774

Description

toml is an OCaml library providing a parser, a serializer and a printer for TOML, a minimal configuration file format. Helpful getters to retrieve data as OCaml primitive types are also supplied.

Published: 18 Nov 2022

Dependencies (4)

  1. ISO8601 >= "0.2"
  2. menhir build & >= "20180528"
  3. ocaml >= "4.08"
  4. dune >= "3.0"

Dev Dependencies (5)

  1. odoc with-doc
  2. ocb with-test & >= "0.1" & dev
  3. bisect_ppx with-test & >= "2.5" & dev
  4. mdx with-test & >= "2.1"
  5. ounit2 with-test

Used by (9)

  1. autofonce_config
  2. binsec >= "0.6.0"
  3. camyll >= "0.2.0" & < "0.4.0"
  4. comby
  5. drom_lib >= "0.6.0" & < "0.8.0"
  6. fromager < "0.5.0"
  7. gradescope_submit
  8. soupault >= "2.3.1" & < "3.0.0"
  9. toml_cconv

Conflicts

None