https://gitlab.com/tezos/tezos
Raw File
Tip revision: 2b3aa83209a7347d1dc81eed72ae6884eb26b63d authored by Julien Coolen on 22 February 2023, 11:18:58 UTC
DAL/crypto: fix wording in test
Tip revision: 2b3aa83
octez-smart-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" }
  "ocaml" { >= "4.14" }
  "tezos-base"
  "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-smart-rollup-alpha"
  "tezos-layer2-utils-alpha"
  "tezos-layer2-store"
  "tezos-tree-encoding"
  "data-encoding" { >= "0.7.1" & < "1.0.0" }
  "irmin-pack" { >= "3.5.1" & < "3.6.0" }
  "irmin" { >= "3.5.1" & < "3.6.0" }
  "aches" { >= "1.0.0" }
  "aches-lwt" { >= "1.0.0" }
  "tezos-injector-alpha"
  "tezos-scoru-wasm"
  "tezos-scoru-wasm-fast"
  "tezos-crypto-dal"
  "prometheus-app" { >= "1.2" }
  "octez-node-config"
  "tezos-clic"
  "tezos-client-commands"
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: protocol specific Smart rollup node"
back to top