https://gitlab.com/tezos/tezos
Raw File
Tip revision: 94f89f3f9cbd04f7bc43a2ebaefc7065cfd194d8 authored by Gauthier SEBILLE on 27 October 2023, 10:05:55 UTC
RBT: record timestamp on op_worker profiler
Tip revision: 94f89f3
octez-protocol-018-Proxford-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" }
  "ppx_expect"
  "octez-libs"
  "tezos-protocol-018-Proxford"
  "octez-shell-libs"
  "uri" { >= "3.1.0" }
  "qcheck-alcotest" { >= "0.20" }
  "octez-proto-libs"
  "octez-version"
  "tezos-dal-node-services"
  "lwt-canceler" { >= "0.3" & < "0.4" }
  "lwt-exit"
  "data-encoding" { >= "0.7.1" & < "1.0.0" }
  "octez-protocol-compiler"
  "tezos-dal-node-lib"
  "tezos-dac-lib"
  "tezos-dac-client-lib"
  "octez-injector"
  "octez-l2-libs"
  "tezt" { with-test & >= "3.1.1" }
  "octez-alcotezt" {with-test}
  "tezos-dac-node-lib" {with-test}
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Octez protocol 018-Proxford libraries"
back to top