https://gitlab.com/tezos/tezos
Raw File
Tip revision: ab151ac4639d23c108fe4ed68fa55dd5dbae0883 authored by Hugo Heuzard on 28 April 2023, 09:21:22 UTC
JS: no finalizer for blst_pairing
Tip revision: ab151ac
tezos-protocol-plugin-alpha-tests.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" }
  "tezt" { with-test & >= "3.1.0" }
  "tezos-base" {with-test}
  "tezos-base-test-helpers" {with-test}
  "octez-alcotezt" {with-test}
  "tezos-test-helpers" {with-test}
  "qcheck-alcotest" { with-test & >= "0.20" }
  "tezos-stdlib-unix" {with-test}
  "tezos-micheline" {with-test}
  "tezos-protocol-plugin-alpha" {with-test}
  "tezos-protocol-alpha" {with-test}
  "tezos-alpha-test-helpers" {with-test}
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
  ["dune" "build" "@runtezt" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: protocol plugin tests"
back to top