swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 5e9f31fdb6073fbfc454c1c5a7689931e597495b authored by bsall on 20 October 2022, 17:02:28 UTC
Proto: rename '(in/de)crease_balance... -> (in/de)crease_delegate_balance'
Tip revision: 5e9f31f
tezos-mockup.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" }
  "tezos-base"
  "tezos-client-base"
  "tezos-mockup-proxy"
  "resto-cohttp-self-serving-client" { >= "1.0" }
  "tezos-rpc"
  "tezos-p2p-services"
  "tezos-p2p"
  "tezos-protocol-environment"
  "tezos-stdlib-unix"
  "tezos-rpc-http"
  "tezos-rpc-http-client"
  "tezos-mockup-registration"
  "tezos-base-test-helpers" {with-test}
  "qcheck-alcotest" { with-test & >= "0.18" }
  "alcotest-lwt" { with-test & >= "1.5.0" }
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: library of auto-documented RPCs (mockup mode)"
back to top