package toplevel_expect_test

  1. Overview
  2. Docs
Expectation tests for the OCaml toplevel

Install

Authors

Maintainers

Sources

toplevel_expect_test-v0.16.0.tar.gz
sha256=2f9937f8013ad7e52497be52ee0fa61be1707356b16248d0e9e679dabd96e133

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.

Published: 14 Jun 2023

Dependencies (14)

  1. ppxlib >= "0.28.0"
  2. ocamlfind >= "1.7.2"
  3. ocaml-compiler-libs >= "v0.11.0"
  4. dune >= "2.0.0"
  5. base-threads
  6. toplevel_backend >= "v0.16" & < "v0.17"
  7. ppx_optcomp >= "v0.16" & < "v0.17"
  8. ppx_jane >= "v0.16" & < "v0.17"
  9. ppx_inline_test >= "v0.16" & < "v0.17"
  10. ppx_expect >= "v0.16" & < "v0.17"
  11. mlt_parser >= "v0.16" & < "v0.17"
  12. core_unix >= "v0.16" & < "v0.17"
  13. core >= "v0.16" & < "v0.17"
  14. ocaml >= "4.14.0"

Dev Dependencies

None

Used by

None

Conflicts

None