opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/ppx_expect"
bug-reports: "https://github.com/janestreet/ppx_expect/issues"
dev-repo: "git+https://github.com/janestreet/ppx_expect.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_expect/index.html"
license: "MIT"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml"             {>= "4.04.2"}
  "base"              {>= "v0.13" & < "v0.14"}
  "ppx_assert"        {>= "v0.13" & < "v0.14"}
  "ppx_compare"       {>= "v0.13" & < "v0.14"}
  "ppx_custom_printf" {>= "v0.13" & < "v0.14"}
  "ppx_fields_conv"   {>= "v0.13" & < "v0.14"}
  "ppx_here"          {>= "v0.13" & < "v0.14"}
  "ppx_inline_test"   {>= "v0.13" & < "v0.14"}
  "ppx_sexp_conv"     {>= "v0.13" & < "v0.14"}
  "ppx_variants_conv" {>= "v0.13" & < "v0.14"}
  "stdio"             {>= "v0.13" & < "v0.14"}
  "dune"              {>= "1.5.1"}
  "ppxlib"            {>= "0.9.0"}
  "re"                {>= "1.8.0"}
]
synopsis: "Cram like framework for OCaml"
description: "
Part of the Jane Street's PPX rewriters collection.
"
url {
  src: "https://github.com/janestreet/ppx_expect/archive/v0.13.1.tar.gz"
  checksum: "md5=8f6fd9c0c3c93f9e5a25038f1c26b0aa"
}
