https://gitlab.com/tezos/tezos
Raw File
Tip revision: c626027adc864236d7b3491c1942e23a1ac1c3d1 authored by Gauthier SEBILLE on 09 October 2023, 14:38:32 UTC
RBT: fix rpc profiler with complete path
Tip revision: c626027
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.0" & < "3.11" }
  "ocaml" { >= "4.14" }
  "bisect_ppx" { >= "2.7.0" }
  "ocamlformat" { = "0.24.1" }
  "ometrics" { >= "0.2.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