opam-version: "2.0"
maintainer: "support@toml.epimeros.org"
authors: [ "Julien Sagot" "Emmanuel Surleau" "mackwic" ]
homepage: "http://mackwic.github.io/To.ml/"
build: [
  ["oasis" "setup"]
  ["./configure" "--prefix=%{prefix}%"]
  [make "build"]
]
depends: [
  "ocaml" {>= "4.01.0" & < "4.06.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "oasis" {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.0.tar.gz"
  checksum: "md5=fb5e780120135a6119fe856348294935"
}
