https://gitlab.com/tezos/tezos
Raw File
Tip revision: b3d6c85b50d4c412f337df2daced7ffa8e1ef958 authored by Julien Coolen on 07 April 2023, 12:46:44 UTC
Compiles
Tip revision: b3d6c85
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"
  "tezos-context"
  "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