https://gitlab.com/tezos/tezos
Raw File
Tip revision: 278ba0a46487eba8679975d2ec3c2fff4948e11b authored by Andrea Cerone on 31 January 2023, 19:57:12 UTC
Dac/Node: mode Dac_member module to separate file
Tip revision: 278ba0a
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.0" }
  "ocaml" { >= "4.14" }
  "tezt" { with-test & >= "3.0.0" }
  "tezos-lazy-containers" {with-test}
  "qcheck-core" {with-test}
  "qcheck-alcotest" { with-test & >= "0.20" }
  "lwt" { with-test & >= "5.6.0" }
  "octez-alcotezt" {with-test}
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
  ["dune" "build" "@runtezt" "-p" name "-j" jobs] {with-test}
]
synopsis: "Various tests for the lazy containers library"
back to top