https://gitlab.com/tezos/tezos
Raw File
Tip revision: a1cd4725e295daf2317d8b6bfb5918342810c1e8 authored by Albin Coquereau on 19 March 2024, 16:13:04 UTC
shell/ddb: clear block operations hashes table at clear_block
Tip revision: a1cd472
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.11.1" }
  "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" }
  "tezt" { >= "4.0.0" & < "5.0.0" }
  "octez-protocol-compiler"
  "tezos-dal-node-lib"
  "tezos-dac-lib"
  "tezos-dac-client-lib"
  "octez-injector"
  "octez-l2-libs"
  "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