https://gitlab.com/tezos/tezos
Raw File
Tip revision: f29f118f73ecaa32f5fc6a69c4ec72657599afd2 authored by François Thiré on 06 March 2024, 07:29:41 UTC
DAL: Deploying scripts onto the cloud
Tip revision: f29f118
tezos-lazy-containers-tests.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://www.tezos.com/"
bug-reports: "https://gitlab.com/tezos/tezos/issues"
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
  "dune" { >= "3.11.1" }
  "ocaml" { >= "4.14" }
  "tezt" { with-test & >= "4.0.0" & < "5.0.0" }
  "octez-libs" {with-test}
  "qcheck-core" {with-test}
  "qcheck-alcotest" { with-test & >= "0.20" }
  "lwt" { with-test & >= "5.7.0" }
  "octez-alcotezt" {with-test}
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Various tests for the lazy containers library"
back to top