opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/jane-street-tests"
bug-reports: "https://github.com/janestreet/jane-street-tests/issues"
dev-repo: "git+https://github.com/janestreet/jane-street-tests.git"
license: "Apache-2.0"
build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.04.1"}
  "core" {>= "v0.10" & < "v0.11"}
  "ppx_driver" {>= "v0.10" & < "v0.11"}
  "ppx_jane" {>= "v0.10" & < "v0.11"}
  "toplevel_expect_test" {>= "v0.10" & < "v0.11"}
  "jbuilder" {>= "1.0+beta12"}
  "ocaml-migrate-parsetree" {>= "0.4" & < "2.0.0"}
  "ocamlbuild"
]
synopsis: "Tests for Jane Street packages"
description: """
This packages only tests that the various Jane Street components such
as inline tests work as expected in the opensource world.

It installs nothing."""
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/v0.10/files/jane-street-tests-v0.10.0.tar.gz"
  checksum: "md5=c3cfaa49d324af1303a022a1797ee4f1"
}
