https://gitlab.com/tezos/tezos
Raw File
Tip revision: 9398751932d7673547aba74022a92263dedfdbe4 authored by Andrea Cerone on 26 July 2022, 12:15:55 UTC
Proto/Scoru: unify level index in Sc rollup storage
Tip revision: 9398751
tezos-shell-services.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-p2p-services"
  "tezos-version"
  "alcotest" { with-test & >= "1.5.0" }
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`"
back to top