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.08.0"}
14 "core" {>= "v0.14" & < "v0.15"}
15 "core_kernel" {>= "v0.14" & < "v0.15"}
16 "mlt_parser" {>= "v0.14" & < "v0.15"}
17 "ppx_expect" {>= "v0.14" & < "v0.15"}
18 "ppx_inline_test" {>= "v0.14" & < "v0.15"}
19 "ppx_jane" {>= "v0.14" & < "v0.15"}
20 "toplevel_backend" {>= "v0.14" & < "v0.15"}
21 "base-threads"
22 "dune" {>= "2.0.0"}
23 "ocaml-compiler-libs" {>= "v0.11.0"}
24 "ocamlfind" {>= "1.7.2"}
25 "ppxlib" {>= "0.14.0"}
26]
27synopsis: "Expectation tests for the OCaml toplevel"
28description: "
29Allows one to write both toplevel phrases and the expected output from
30the toplevel in the same file. This provides an easy way to test
31compilations errors as well as provide a nice alternative to using
32the toplevel in a terminal.
33"
34url {
35 src:
36 "https://github.com/janestreet/toplevel_expect_test/archive/v0.14.1.tar.gz"
37 checksum: [
38 "sha256=4ae489a0301840b0acb2ab655ce8516d76f8228fee181be7df6b0c5c8cd35ec3"
39 "md5=5bd3721a4514fb10214f7c4fe05ee21b"
40 ]
41}