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
octez-proto-libs.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" }
  "octez-libs"
  "octez-l2-libs"
  "data-encoding" { >= "0.7.1" & < "1.0.0" }
  "bls12-381"
  "zarith" { >= "1.12" & < "1.13" }
  "zarith_stubs_js"
  "class_group_vdf" { >= "0.0.4" }
  "aches" { >= "1.0.0" }
  "aches-lwt" { >= "1.0.0" }
  "tezt" { with-test & >= "3.1.1" }
  "octez-alcotezt" {with-test}
  "qcheck-alcotest" { with-test & >= "0.20" }
  "lwt" { with-test & >= "5.7.0" }
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Octez protocol libraries"
back to top