https://gitlab.com/tezos/tezos
Raw File
Tip revision: 11d93d1bd6ee5c83e99d26c05d5ace42f5368553 authored by Corneliu Hoffman on 06 December 2022, 18:43:36 UTC
SCORU/Proto: introduced Commitments_at_level storage
Tip revision: 11d93d1
tezos-tx-rollup-014-PtKathma.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" }
  "ppx_expect"
  "index" { >= "1.6.0" & < "1.7.0" }
  "tezos-base"
  "tezos-crypto"
  "tezos-protocol-014-PtKathma"
  "tezos-client-014-PtKathma"
  "tezos-client-commands"
  "tezos-context"
  "tezos-baking-014-PtKathma-commands"
  "tezos-stdlib-unix"
  "tezos-rpc"
  "tezos-rpc-http"
  "tezos-rpc-http-client-unix"
  "tezos-rpc-http-server"
  "tezos-micheline"
  "tezos-client-base"
  "tezos-client-base-unix"
  "tezos-shell"
  "tezos-store"
  "tezos-workers"
  "tezos-protocol-plugin-014-PtKathma"
  "tezos-injector-014-PtKathma"
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: protocol specific library for `tezos-tx-rollup`"
back to top