https://gitlab.com/tezos/tezos
Raw File
Tip revision: b4d2f59bc4cc12f86362b8107caf3684cb070e64 authored by Corneliu Hoffman on 01 December 2022, 10:13:19 UTC
SCORU/Proto: exposing serialized
Tip revision: b4d2f59
tezos-signer-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-rpc"
  "tezos-client-base"
]
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-signer`"
back to top