https://gitlab.com/tezos/tezos
Raw File
Tip revision: ea544ee1778229960942c0bd351fc81272f881d4 authored by ovidiu deac on 03 October 2022, 08:07:37 UTC
SCORU: use compute_eval_many in L2 node
Tip revision: ea544ee
tezos-baking-015-PtLimaPt.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" }
  "tezos-base"
  "tezos-clic"
  "tezos-version"
  "tezos-protocol-015-PtLimaPt"
  "tezos-protocol-plugin-015-PtLimaPt"
  "tezos-protocol-environment"
  "tezos-shell-services"
  "tezos-client-base"
  "tezos-client-015-PtLimaPt"
  "tezos-client-commands"
  "tezos-stdlib"
  "tezos-stdlib-unix"
  "tezos-shell-context"
  "tezos-context"
  "tezos-rpc-http-client-unix"
  "tezos-context-ops"
  "tezos-rpc"
  "tezos-rpc-http"
  "lwt-canceler" { >= "0.3" & < "0.4" }
  "lwt-exit"
  "uri" { >= "2.2.0" }
  "data-encoding" { >= "0.6" & < "0.7" }
  "tezos-client-base-unix"
  "tezos-mockup"
  "tezos-mockup-proxy"
  "tezos-mockup-commands"
  "tezos-micheline" {with-test}
  "tezos-base-test-helpers" {with-test}
  "tezos-crypto" {with-test}
  "alcotest-lwt" { with-test & >= "1.5.0" }
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: base library for `tezos-baker/accuser`"
back to top