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]
license: "LGPL-3.0-only"
depends: [
  "ocaml" {>= "4.02.0"}
  "dune"
  "toml" {< "6.0"}
  "cconv"
]
synopsis: "Interface between cconv and toml"
description:
  "Allows to use TOML encoding/decoding with [cconv](https://github.com/c-cube/cconv)"
url {
  src: "https://github.com/ocaml-toml/to.ml/archive/v5.0.0.tar.gz"
  checksum: "md5=e68d21fdbb6b255909305f8707a54951"
}
