https://gitlab.com/tezos/tezos
Raw File
Tip revision: 3606634ce3a830583d897eb0d1d0165964efeddd authored by pecornilleau on 11 October 2022, 08:13:28 UTC
Wasm: tx_kernel scenario with 4KB message
Tip revision: 3606634
tezos-lazy-containers.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-lwt-result-stdlib"
  "zarith" { >= "1.12" & < "1.13" }
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "A collection of lazy containers whose contents is fetched from arbitrary backend on-demand"
back to top