https://gitlab.com/tezos/tezos
Raw File
Tip revision: b9cdc615fc594f18ca1cee1a4aa619c611a86c24 authored by Hans Hoglund on 05 January 2022, 14:22:10 UTC
Generate OpenAPI for alpha
Tip revision: b9cdc61
tezos-rpc-http-client.opam
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" }
  "tezos-base"
  "resto-cohttp-client" { >= "0.6" & < "0.7" }
  "tezos-rpc-http"
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: library of auto-documented RPCs (http client)"
back to top