https://gitlab.com/tezos/tezos
Raw File
Tip revision: 5fe99b18d9c6c45712a6525822efa1029725f2d7 authored by Frej Soya on 14 December 2022, 21:47:02 UTC
snoop: dump command v2
Tip revision: 5fe99b1
tezos-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" { >= "3.0" }
  "aches" { >= "1.0.0" }
  "aches-lwt" { >= "1.0.0" }
  "tezos-base"
  "tezos-clic"
  "tezos-client-base"
  "tezos-protocol-environment"
  "tezos-rpc"
  "tezos-shell-services"
  "tezos-context"
  "uri" { >= "2.2.0" }
  "tezos-mockup-proxy"
  "tezos-stdlib-unix" {with-test}
  "tezos-base-test-helpers" {with-test}
  "tezos-test-helpers" {with-test}
  "tezos-shell-services-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: proxy"
back to top