Revision 6f4c98ae44eb1c859aee5cb736798d29832d7891 authored by Richard Davison on 19 April 2022, 23:32:17 UTC, committed by Marge Bot on 13 May 2022, 09:41:52 UTC
1 parent 02e9aab
Raw File
tezos-event-logging.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" { >= "2.9" }
  "tezos-stdlib"
  "data-encoding" { >= "0.5.3" & < "0.6" }
  "tezos-error-monad"
  "tezos-lwt-result-stdlib"
  "lwt_log"
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos event logging library"
back to top