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