https://gitlab.com/tezos/tezos
Raw File
Tip revision: db211f943b9d2b97f3f2f1774d30ff94999e31bd authored by Thomas Letan on 29 January 2024, 07:35:08 UTC
EVM Node: Add a monitoring service for blueprints
Tip revision: db211f9
octez-version.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.11.1" }
  "ocaml" { >= "4.14" }
  "octez-libs"
  "dune-configurator"
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: version value generated from Git"
back to top