opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] 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" & < "0.36.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: [ "sha256=4d19571d7dcef21de581cc477177fd29722f2724a925c36a763fe98fa31f22e1" "md5=8f6fd9c0c3c93f9e5a25038f1c26b0aa" ] }