Revision 241edfc31c290477f1279375d0026888a03c1589 authored by Marge Bot on 05 February 2024, 14:34:57 UTC, committed by Marge Bot on 05 February 2024, 14:34:57 UTC
Co-authored-by: Alain Mebsout <alain.mebsout@functori.com>

Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com>
Approved-by: Max <maxime.levillain@functori.com>
Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com>

See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11761
2 parent s 05eb698 + 63ef7ae
Raw File
octez-baker-Proxford.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.11.1" }
  "ocaml" { >= "4.14" }
  "octez-libs"
  "tezos-protocol-018-Proxford"
  "octez-protocol-018-Proxford-libs"
  "octez-shell-libs"
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: baker binary"
back to top