opam-version: "2.0"
maintainer: "OCamlFormat Team <ocamlformat-team@fb.com>"
authors: "Pierre Weis"
homepage: "https://github.com/ocaml-ppx/ocamlformat/tree/support"
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git#support"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "ocaml" {>= "4.04.0" & < "4.08.0"}
  "jbuilder" {>= "1.0+beta7"}
]
synopsis: "Support package for OCamlFormat"
description:
  "Consists of a patched version of the OCaml standard library Format module."
url {
  src: "https://github.com/ocaml-ppx/ocamlformat/archive/support.0.3.tar.gz"
  checksum: "md5=10e796bd265d454aef604cc5a6500b7d"
}
