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.14.0"} "core" {= "v0.17~preview.129.11+135"} "core_unix" {= "v0.17~preview.129.11+135"} "mlt_parser" {= "v0.17~preview.129.11+135"} "ppx_expect" {= "v0.17~preview.129.11+135"} "ppx_inline_test" {= "v0.17~preview.129.11+135"} "ppx_jane" {= "v0.17~preview.129.11+135"} "ppx_optcomp" {= "v0.17~preview.129.11+135"} "toplevel_backend" {= "v0.17~preview.129.11+135"} "base-threads" "dune" {>= "2.0.0"} "ocaml-compiler-libs" {>= "v0.11.0"} "ocamlfind" {>= "1.7.2"} "ppxlib" {>= "0.28.0"} ] available: arch != "arm32" & arch != "x86_32" 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://github.com/janestreet/toplevel_expect_test/archive/c2dd4b1eefa190e96a266dcfdec7eca0c863f6ef.tar.gz" checksum: "sha256=c84f04ab67bcc1963a3f6bad9b7606b245d1093031dcb48d262aa58f745dcde3" } flags: deprecated post-messages: [ "IMPORTANT: The bleeding edge repository mirror on ocaml.janestreet.com is being deprecated in favor of our official GitHub repository." "To ensure you receive the latest packages and updates, please update your repository URL by running:" " opam repo set-url janestreet-bleeding https://github.com/janestreet/opam-repository.git" ]