https://gitlab.com/tezos/tezos
Raw File
Tip revision: 7a628f301646613faa1f68687a1731e4d1f03179 authored by Romain Bardou on 05 February 2024, 14:03:02 UTC
CI: set Tezt artifacts to expire after 7 days
Tip revision: 7a628f3
internal-devtools.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" }
  "num"
  "re" { >= "1.10.0" }
  "octez-protocol-compiler"
  "octez-libs"
]
depopts: [
  "utop"
]
conflicts: [
  "utop" { < "2.8" }
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Internal dev tools"
back to top