https://gitlab.com/tezos/tezos
Raw File
Tip revision: a7a136fb0ac2c29aeca22a449e21cfb39c7f840a authored by bsall on 09 August 2022, 07:47:01 UTC
Proto: WIP
Tip revision: a7a136f
tezos-protocol-compiler.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.0" & < "4.15" }
  "tezos-base"
  "tezos-protocol-environment"
  "tezos-version"
  "tezos-stdlib-unix"
  "lwt" { >= "5.4.0" }
  "ocp-ocamlres" { >= "0.4" }
  "base-unix"
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: economic-protocol compiler"
back to top