https://gitlab.com/tezos/tezos
Raw File
Tip revision: a2e1d650ab97c474b59c5870d675677cb6c74b9e authored by Ole Krüger on 11 January 2024, 14:07:30 UTC
Tip revision: a2e1d65
octez-dac-node.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"
  "octez-shell-libs"
  "tezos-dac-lib"
  "tezos-dac-node-lib"
  "octez-l2-libs"
  "octez-internal-libs"
  "octez-protocol-017-PtNairob-libs"
  "octez-protocol-018-Proxford-libs"
]
depopts: [
  "octez-protocol-alpha-libs"
]
conflicts: [
  "checkseum" { = "0.5.0" }
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: `octez-dac-node` binary"
back to top