opam-version: "2.0"
maintainer: "support@toml.epimeros.org"
authors: [ "Julien Sagot" "Emmanuel Surleau" "mackwic" ]
homepage: "http://mackwic.github.io/To.ml/"
build: [
  ["./configure" "--prefix=%{prefix}%"]
  [make "build"]
]
depends: [
  "ocaml" {>= "4.01.0" & < "4.06.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "menhir"
]
dev-repo: "git://github.com/mackwic/To.ml"
install: [make "install"]
synopsis: "TOML parser."
description: """
The Toml library provides a parser and serializer 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/mackwic/To.ml/archive/v2.2.1.tar.gz"
  checksum: "md5=5e6e336ee6b4b6dd54772ad7d6e3c3b7"
}
