https://gitlab.com/tezos/tezos
Raw File
Tip revision: b8670bee2d7354a2cc337802f9c632c3063e8273 authored by Hans Hoglund on 02 February 2022, 09:51:58 UTC
tmp
Tip revision: b8670be
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" { >= "2.9" }
  "data-encoding" { >= "0.4" & < "0.5" }
  "tezos-error-monad"
  "resto" { >= "0.6" & < "0.7" }
  "resto-directory" { >= "0.6" & < "0.7" }
]
build: [
  ["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