https://gitlab.com/tezos/tezos
Raw File
Tip revision: f37e7cb33ae10e1e3146b73397d2172c63e46ccd authored by Nicolas Ochem on 30 June 2022, 01:12:28 UTC
Proto: rename constant to testnet_dictator
Tip revision: f37e7cb
tezos-base.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-stdlib"
  "tezos-crypto"
  "data-encoding" { >= "0.5.3" & < "0.6" }
  "tezos-error-monad"
  "tezos-rpc"
  "tezos-clic"
  "tezos-micheline"
  "tezos-event-logging"
  "ptime" { >= "1.0.0" }
  "ezjsonm" { >= "1.1.0" }
  "lwt" { >= "5.4.0" }
  "ipaddr" { >= "5.0.0" & < "6.0.0" }
  "uri" { >= "2.2.0" }
  "tezos-hacl"
  "tezos-stdlib-unix"
  "qcheck-alcotest" { with-test & >= "0.18" }
  "tezos-test-helpers" {with-test}
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: meta-package and pervasive type definitions for Tezos"
back to top