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.12" & < "v0.13"} 15 "ppx_assert" {>= "v0.12" & < "v0.13"} 16 "ppx_compare" {>= "v0.12" & < "v0.13"} 17 "ppx_custom_printf" {>= "v0.12" & < "v0.13"} 18 "ppx_fields_conv" {>= "v0.12" & < "v0.13"} 19 "ppx_here" {>= "v0.12" & < "v0.13"} 20 "ppx_inline_test" {>= "v0.12" & < "v0.13"} 21 "ppx_sexp_conv" {>= "v0.12" & < "v0.13"} 22 "ppx_variants_conv" {>= "v0.12" & < "v0.13"} 23 "stdio" {>= "v0.12" & < "v0.13"} 24 "dune" {>= "1.5.1"} 25 "ppxlib" {>= "0.5.0" & < "0.9.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: 34 "https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_expect-v0.12.0.tar.gz" 35 checksum: [ 36 "sha256=d35195a7c56654d3ec6b82126bdbd8cbf39bdc0c5df20a598fc2fa44188aecfe" 37 "md5=139c7e7a32b9aba0a21e264ecbd470de" 38 ] 39}