Revision 07877b53be9bd78598d56fe953b1d4fc4b01175f authored by Pierrick Couderc on 03 January 2023, 10:37:47 UTC, committed by Pierrick Couderc on 03 January 2023, 10:46:02 UTC
1 parent 8b93cf3
Raw File
tezt.opam
# This file was automatically generated, do not edit.
# Edit file manifest/main.ml instead.
opam-version: "2.0"
maintainer: "contact@tezos.com"
authors: ["Tezos devteam"]
homepage: "https://gitlab.com/tezos/tezos/-/tree/master/tezt/lib#tezt"
doc: "https://tezos.gitlab.io/api/odoc/_html/tezt/Tezt/index.html"
bug-reports: "https://gitlab.com/tezos/tezos/issues"
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
  "dune" { >= "3.0" }
  "ocaml" { >= "4.12" & >= "4.12" & >= "4.12" }
  "re" { >= "1.9.0" }
  "lwt" { >= "5.6.0" }
  "base-unix"
  "ezjsonm" { >= "1.1.0" }
]
depopts: [
  "js_of_ocaml"
  "js_of_ocaml-lwt"
]
conflicts: [
  "js_of_ocaml" { ! (>= "4.0.0" & < "5.0.0") }
  "js_of_ocaml-lwt" { ! (>= "4.0.0" & < "5.0.0") }
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Test framework for unit tests, integration tests, and regression tests"
back to top