this repo has no description

Merge pull request #22300 from tov/toplevel_expect_test.v0.15.1

toplevel_expect_test v0.15.1

Kate 5c22df21 5c0197b2

Changed files
+37
packages
toplevel_expect_test
toplevel_expect_test.v0.15.1
+37
packages/toplevel_expect_test/toplevel_expect_test.v0.15.1/opam
···
···
+
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.15" & < "v0.16"}
+
"core_unix" {>= "v0.15" & < "v0.16"}
+
"mlt_parser" {>= "v0.15" & < "v0.16"}
+
"ppx_expect" {>= "v0.15" & < "v0.16"}
+
"ppx_inline_test" {>= "v0.15" & < "v0.16"}
+
"ppx_jane" {>= "v0.15" & < "v0.16"}
+
"toplevel_backend" {>= "v0.15" & < "v0.16"}
+
"base-threads"
+
"dune" {>= "2.0.0"}
+
"ocaml-compiler-libs" {>= "v0.11.0"}
+
"ocamlfind" {>= "1.7.2"}
+
"ppxlib" {>= "0.23.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://github.com/janestreet/toplevel_expect_test/archive/refs/tags/v0.15.1.tar.gz"
+
checksum: "sha256=2ce95d9cbaf70c8ba767d299588dafce10623f83610f1c4af9578ac10ffe311d"
+
}