https://gitlab.com/tezos/tezos
Raw File
Tip revision: 36fd4a77ba2afc485c02f0b65a9495974c4c0cba authored by Anne-Laure on 11 July 2023, 13:03:53 UTC
Crypto_dal/Cryptobox: split public parameters t
Tip revision: 36fd4a7
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