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://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_expect-v0.13.0.tar.gz" checksum: [ "sha256=16a7db57df155d48ef0b29ded01bbe724afd0b796501b56759ebc828da8db842" "md5=e9d928f6aed89da85a511ea3d8d57f58" ] }