Revision e3d9f930480f19a65bd71be2ceaf578de769af91 authored by Marge Bot on 16 September 2022, 12:26:04 UTC, committed by Marge Bot on 16 September 2022, 12:26:04 UTC
Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com>

Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com>
Approved-by: François Thiré <francois.thire@nomadic-labs.com>
Approved-by: Alain Mebsout <alain.mebsout@functori.com>

See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6277
2 parent s 87ece1e + b74e58b
Raw File
tezos-protocol-001-PtCJ7pwo.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" }
  "tezos-protocol-environment"
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)"
back to top