opam-version: "2.0"
authors: [ "Julien Sagot" "Emmanuel Surleau" "mackwic" ]
maintainer: "support@toml.epimeros.org"
homepage: "http://mackwic.github.io/To.ml/"
build: [
  [ "./configure"  "--prefix=%{prefix}%" ]
  [ make "build" ]
]
install: [ [ make "install" ] ]
depends: [
  "ocaml" {>= "4.01.0" & < "4.06.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "menhir"
  "ISO8601"
]
bug-reports: "https://github.com/mackwic/To.ml/issues"
dev-repo: "git+https://github.com/mackwic/To.ml.git"
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/mackwic/To.ml/archive/v4.0.0.tar.gz"
  checksum: "md5=c4a31ce8dc00aefeaab86935377f4b8e"
}
