opam-version: "2.0"
maintainer: "support@toml.epimeros.org"
authors: [
  "Julien Sagot"
  "Emmanuel Surleau"
  "mackwic"
  "Andrew Rudenko"
  "orbifx"
  "c-cube"
]
homepage: "http://mackwic.github.io/To.ml/"
bug-reports: "https://github.com/mackwic/To.ml/issues"
dev-repo: "git+https://github.com/mackwic/To.ml.git"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
license: "LGPL-3.0-only"
depends: [
  "ocaml" {>= "4.02.0"}
  "dune" {>= "1.0"}
  "menhir" {build}
  "ounit" {with-test}
  "bisect" {with-test}
  "odoc" {with-doc}
  "ISO8601"
]
synopsis: "TOML parser."
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."""
url {
  src: "https://github.com/ocaml-toml/to.ml/archive/v5.0.0.tar.gz"
  checksum: "md5=e68d21fdbb6b255909305f8707a54951"
}
