opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/toplevel_expect_test" bug-reports: "https://github.com/janestreet/toplevel_expect_test/issues" dev-repo: "git+https://github.com/janestreet/toplevel_expect_test.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/toplevel_expect_test/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.08.0"} "core" {>= "v0.14" & < "v0.15"} "core_kernel" {>= "v0.14" & < "v0.15"} "mlt_parser" {>= "v0.14" & < "v0.15"} "ppx_expect" {>= "v0.14" & < "v0.15"} "ppx_inline_test" {>= "v0.14" & < "v0.15"} "ppx_jane" {>= "v0.14" & < "v0.15"} "toplevel_backend" {>= "v0.14" & < "v0.15"} "base-threads" "dune" {>= "2.0.0"} "ocaml-compiler-libs" {>= "v0.11.0"} "ocamlfind" {>= "1.7.2"} "ppxlib" {>= "0.11.0" & < "0.14.0"} ] synopsis: "Expectation tests for the OCaml toplevel" description: " Allows one to write both toplevel phrases and the expected output from the toplevel in the same file. This provides an easy way to test compilations errors as well as provide a nice alternative to using the toplevel in a terminal. " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.14/files/toplevel_expect_test-v0.14.0.tar.gz" checksum: [ "sha256=e3c4a9bd78ca148cdec6720f1dc05b88fd7a2d3ecc25d2fde3dc3f7d32f83018" "md5=8164242488ad9be7e76c08774eb335f9" ] }