this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/toplevel_expect_test"
5bug-reports: "https://github.com/janestreet/toplevel_expect_test/issues"
6dev-repo: "git+https://github.com/janestreet/toplevel_expect_test.git"
7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/toplevel_expect_test/index.html"
8license: "MIT"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "4.14.0"}
14 "core" {>= "v0.16" & < "v0.17"}
15 "core_unix" {>= "v0.16" & < "v0.17"}
16 "mlt_parser" {>= "v0.16" & < "v0.17"}
17 "ppx_expect" {>= "v0.16" & < "v0.17"}
18 "ppx_inline_test" {>= "v0.16" & < "v0.17"}
19 "ppx_jane" {>= "v0.16" & < "v0.17"}
20 "ppx_optcomp" {>= "v0.16" & < "v0.17"}
21 "toplevel_backend" {>= "v0.16" & < "v0.17"}
22 "base-threads"
23 "dune" {>= "2.0.0"}
24 "ocaml-compiler-libs" {>= "v0.11.0"}
25 "ocamlfind" {>= "1.7.2"}
26 "ppxlib" {>= "0.28.0"}
27]
28synopsis: "Expectation tests for the OCaml toplevel"
29description: "
30Allows one to write both toplevel phrases and the expected output from
31the toplevel in the same file. This provides an easy way to test
32compilations errors as well as provide a nice alternative to using
33the toplevel in a terminal.
34"
35url {
36src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/toplevel_expect_test-v0.16.0.tar.gz"
37checksum: "sha256=2f9937f8013ad7e52497be52ee0fa61be1707356b16248d0e9e679dabd96e133"
38}