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: [
  "ocaml" {< "4.12"}
  "tezos-tooling" { with-test & = version }
  "dune" { >= "1.11" }
  "tezos-version" { = version }
  "tezos-p2p-services" { = version }
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["mv" "src/lib_shell_services/%{name}%.install" "./"]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`"

url {
  src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2"
  checksum: [
    "sha256=60e331242e287efe5bc4593aa519e35f42e7495fe14a2a148fe855f53baf184e"
    "sha512=c6d927a821faec5c09864a8945be37e9e7d0b1b6b6ee02c11fccd1fd0b81dcf04ec8c591adc89aefdbf5603192e6e1fb41bbaff097c935130362fbaf9069667a"
  ]
}
