https://gitlab.com/tezos/tezos
Raw File
Tip revision: dcc58e5a1ccbb357e0fbaa2f25976fc0292d27f7 authored by Arvid Jakobsson on 29 June 2023, 06:23:30 UTC
TMP/CI: Small build pipeline
Tip revision: dcc58e5
tezos-protocol-plugin-016-PtMumbai-registerer.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-base"
  "tezos-embedded-protocol-016-PtMumbai"
  "tezos-protocol-plugin-016-PtMumbai"
  "tezos-shell"
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: protocol plugin registerer"
back to top