https://gitlab.com/tezos/tezos
Raw File
Tip revision: 5084ae444fe15be60387fb29b7b9736547e343ba authored by mattiasdrp on 03 April 2024, 15:09:34 UTC
Lib_context/Tests: test_context now uses Tezt
Tip revision: 5084ae4
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