opam-version: "2.0"
maintainer: "support@toml.epimeros.org"
authors: [ "Julien Sagot" "Emmanuel Surleau" "mackwic" ]
homepage: "http://sagotch.github.io/To.ml/"
build: [make "build"]
depends: [
  "ocaml" {>= "4.02.0" & < "4.06.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "menhir"
]
dev-repo: "git://github.com/sagotch/To.ml"
install: [make "install"]
synopsis: "TOML parser."
description: """
The Toml library provides a parser for Tom's Obvious Minimal Language v0.2.0, 
a minimal configuration file format. Helpful getters to retrieve data as 
OCaml primitive types are also supplied."""
url {
  src: "https://github.com/sagotch/To.ml/archive/v2.0.0.tar.gz"
  checksum: "md5=b431645ccac5668b3cf10371b0afeb66"
}
