https://gitlab.com/tezos/tezos
Raw File
Tip revision: 72468976d10debda60074025862caf2b8748f9ba authored by Killian Delarue on 22 November 2023, 13:09:58 UTC
Scripts, Packages: Remove protocol from smartrollup config
Tip revision: 7246897
tezos-tooling.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" }
  "bisect_ppx" { >= "2.7.0" }
  "ocamlformat" { = "0.24.1" }
  "base-unix"
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: tooling for the project"
back to top