https://gitlab.com/tezos/tezos
Raw File
Tip revision: 8aeec241cb4adfd737da52ba0952e4435435f257 authored by ambrona on 01 June 2023, 08:21:00 UTC
Optimizer improvement
Tip revision: 8aeec24
tezos-p2p-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" }
  "ocaml" { >= "4.14" }
  "tezos-base"
  "tezos-rpc"
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`"
back to top