https://gitlab.com/tezos/tezos
Raw File
Tip revision: 4d55d4e6c132a1f0f3a2b2d6b636f90bab379b2d authored by Alain Mebsout on 29 March 2024, 15:06:24 UTC
WIP/Debug: http monitor client no leak
Tip revision: 4d55d4e
octez-distributed-internal.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" }
  "base-unix"
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Fork of distributed. Use for Octez only"
back to top