https://gitlab.com/tezos/tezos
Raw File
Tip revision: e4a2c317799bb117391f8af2af414175b69b5e48 authored by Andrea Cerone on 05 September 2023, 21:12:11 UTC
Simulation tool: create docker image by copying binaries
Tip revision: e4a2c31
tezos-mockup-registration.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" }
  "octez-libs"
  "tezos-client-base"
  "uri" { >= "3.1.0" }
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: protocol registration for the mockup mode"
back to top