swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: db6a00b6c0b587dda28998111b4387fe6f02e9fc authored by Ilias Garnier on 01 June 2022, 12:17:45 UTC
bin_simulator: mocked protocol
Tip revision: db6a00b
tezos-mockup-proxy.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" & < "3.0" }
  "tezos-base"
  "tezos-client-base"
  "tezos-protocol-environment"
  "tezos-rpc-http"
  "resto-cohttp-self-serving-client" { >= "0.6" & < "0.7" }
  "tezos-rpc-http-client"
  "tezos-shell-services"
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: local RPCs"
back to top