https://gitlab.com/tezos/tezos
Raw File
Tip revision: 9b20e156285af78dae3050ff0f950eb929efa8b4 authored by Joel Bjornson on 24 November 2022, 13:11:53 UTC
Proto/SCORU: carbonate proof valid
Tip revision: 9b20e15
tezos-rpc.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" }
  "data-encoding" { >= "0.7.1" & < "1.0.0" }
  "tezos-error-monad"
  "resto" { >= "1.0" }
  "resto-directory" { >= "1.0" }
  "uri" { >= "2.2.0" }
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)"
back to top