https://gitlab.com/tezos/tezos
Raw File
Tip revision: 932b4a7ba6fef4ada63dcff24c528030c3368a6e authored by Joel Bjornson on 09 December 2022, 17:16:40 UTC
Test: use extended syntax module
Tip revision: 932b4a7
tezos-event-logging-test-helpers.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" }
  "tezos-stdlib"
  "tezos-lwt-result-stdlib"
  "data-encoding" { >= "0.7.1" & < "1.0.0" }
  "tezos-error-monad"
  "tezos-event-logging"
  "tezos-test-helpers"
  "alcotest" { >= "1.5.0" }
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: test helpers for the event logging library"
back to top