opam-version: "2.0"
maintainer: "martin@mjambon.com"
authors: ["Martin Jambon"]
homepage: "http://mjambon.com/easy-format.html"
bug-reports: "https://github.com/mjambon/easy-format/issues"
dev-repo: "git+https://github.com/mjambon/easy-format.git"
build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name] {with-test}
]
depends: [
  "ocaml" {>= "4.02.3"}
  "jbuilder"
]
synopsis:
  "High-level and functional interface to the Format module of the OCaml standard library"
url {
  src: "https://github.com/mjambon/easy-format/archive/v1.3.0.tar.gz"
  checksum: "md5=358921c6a431f71b682ceccacc014152"
}
