https://gitlab.com/tezos/tezos
Raw File
Tip revision: bfe7170a4b19b1ad47bbae34aa8bd49142cdae7c authored by Alain Mebsout on 01 June 2023, 10:59:15 UTC
DAC/Client: move observer client out of proto dir
Tip revision: bfe7170
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" }
  "ocaml" { >= "4.14" }
  "tezos-stdlib"
  "tezos-lwt-result-stdlib"
  "data-encoding" { >= "0.7.1" & < "1.0.0" }
  "tezos-error-monad"
  "tezos-event-logging"
  "tezos-test-helpers"
  "octez-alcotezt"
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["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