https://gitlab.com/tezos/tezos
Raw File
Tip revision: dbd7b919cbeeaae27ef5d1e1a327fdfc64f19916 authored by Daniel Hines on 27 March 2023, 13:19:09 UTC
WASM/Debugger: parse newline-separated commands
Tip revision: dbd7b91
tezos-tx-rollup-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" }
  "ocaml" { >= "4.14" }
  "ppx_expect"
  "index" { >= "1.6.0" & < "1.7.0" }
  "tezos-base"
  "tezos-crypto"
  "tezos-protocol-015-PtLimaPt"
  "tezos-client-015-PtLimaPt"
  "tezos-client-commands"
  "tezos-context"
  "tezos-baking-015-PtLimaPt-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-015-PtLimaPt"
  "tezos-injector-015-PtLimaPt"
]
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