Revision a036510a1f43361488d02d23c250d6f085bdcb3a authored by Joel Bjornson on 23 August 2022, 15:27:24 UTC, committed by Joel Bjornson on 25 August 2022, 11:17:19 UTC
1 parent d0f398a
Raw File
tezos-accuser-012-Psithaca.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-base"
  "tezos-protocol-012-Psithaca"
  "tezos-client-012-Psithaca"
  "tezos-client-commands"
  "tezos-baking-012-Psithaca-commands"
  "tezos-stdlib-unix"
  "tezos-client-base-unix"
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: accuser binary"
back to top