swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 2205e580440739b8b767ce4a83f5ac691327c9da authored by Diane Gallois-Wong on 10 July 2023, 15:52:43 UTC
Tezt/baker: test that (P)QC doesn't count non-first-slot operations
Tip revision: 2205e58
tezos-proxy.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" }
  "ocaml" { >= "4.14" }
  "aches" { >= "1.0.0" }
  "aches-lwt" { >= "1.0.0" }
  "tezos-base"
  "tezos-clic"
  "tezos-client-base"
  "tezos-protocol-environment"
  "tezos-rpc"
  "tezos-shell-services"
  "tezos-context"
  "uri" { >= "3.1.0" }
  "tezos-mockup-proxy"
  "tezt" { with-test & >= "3.1.1" }
  "tezos-stdlib-unix" {with-test}
  "tezos-base-test-helpers" {with-test}
  "tezos-test-helpers" {with-test}
  "qcheck-core" {with-test}
  "lwt" { with-test & >= "5.6.0" }
  "octez-alcotezt" {with-test}
  "qcheck-alcotest" { with-test & >= "0.20" }
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: proxy"
back to top