Revision 07877b53be9bd78598d56fe953b1d4fc4b01175f authored by Pierrick Couderc on 03 January 2023, 10:37:47 UTC, committed by Pierrick Couderc on 03 January 2023, 10:46:02 UTC
1 parent 8b93cf3
Raw File
octez-sc-rollup-node-alpha.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-client-commands"
  "tezos-stdlib-unix"
  "tezos-client-base"
  "tezos-client-base-unix"
  "tezos-client-alpha"
  "tezos-context"
  "tezos-protocol-alpha"
  "tezos-protocol-plugin-alpha"
  "tezos-rpc"
  "tezos-rpc-http"
  "tezos-rpc-http-server"
  "tezos-workers"
  "tezos-dal-node-services"
  "tezos-dal-node-lib"
  "tezos-shell-services"
  "tezos-sc-rollup-alpha"
  "tezos-layer2-utils-alpha"
  "tezos-layer2-store"
  "data-encoding" { >= "0.7.1" & < "1.0.0" }
  "irmin-pack" { >= "3.5.0" & < "3.6.0" }
  "irmin" { >= "3.5.0" & < "3.6.0" }
  "aches" { >= "1.0.0" }
  "aches-lwt" { >= "1.0.0" }
  "tezos-injector-alpha"
  "tezos-scoru-wasm-fast"
  "tezos-crypto-dal"
  "prometheus-app" { >= "1.2" }
  "octez-node-config"
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: Smart Contract Rollup node binary"
back to top