Revision 895ccd37a53aeca4f070575292b95c15ea0ae5cb authored by Marge Bot on 05 February 2024, 15:25:57 UTC, committed by Marge Bot on 05 February 2024, 15:25:57 UTC
Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com>

Approved-by: Raphaƫl Proust <code@bnwr.net>
Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com>
Approved-by: Martin Tomazic <martin.tomazic97@gmail.com>

See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11805
2 parent s 874e947 + c6d0cbd
Raw File
tezos-protocol-012-Psithaca.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-proto-libs"
  "octez-shell-libs"
  "octez-libs"
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos protocol 012-Psithaca package"
back to top