this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/ppx_expect" 5bug-reports: "https://github.com/janestreet/ppx_expect/issues" 6dev-repo: "git+https://github.com/janestreet/ppx_expect.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_expect/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.04.2"} 14 "base" {>= "v0.13" & < "v0.14"} 15 "ppx_assert" {>= "v0.13" & < "v0.14"} 16 "ppx_compare" {>= "v0.13" & < "v0.14"} 17 "ppx_custom_printf" {>= "v0.13" & < "v0.14"} 18 "ppx_fields_conv" {>= "v0.13" & < "v0.14"} 19 "ppx_here" {>= "v0.13" & < "v0.14"} 20 "ppx_inline_test" {>= "v0.13" & < "v0.14"} 21 "ppx_sexp_conv" {>= "v0.13" & < "v0.14"} 22 "ppx_variants_conv" {>= "v0.13" & < "v0.14"} 23 "stdio" {>= "v0.13" & < "v0.14"} 24 "dune" {>= "1.5.1"} 25 "ppxlib" {>= "0.9.0" & < "0.36.0"} 26 "re" {>= "1.8.0"} 27] 28synopsis: "Cram like framework for OCaml" 29description: " 30Part of the Jane Street's PPX rewriters collection. 31" 32url { 33 src: "https://github.com/janestreet/ppx_expect/archive/v0.13.1.tar.gz" 34 checksum: [ 35 "sha256=4d19571d7dcef21de581cc477177fd29722f2724a925c36a763fe98fa31f22e1" 36 "md5=8f6fd9c0c3c93f9e5a25038f1c26b0aa" 37 ] 38}