https://gitlab.com/tezos/tezos
Raw File
Tip revision: 28305dd29e70c2c1c5e7cec652c844a8acf34f92 authored by Julien Coolen on 25 April 2023, 08:35:39 UTC
wip integration test
Tip revision: 28305dd
tezos-workers.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" }
  "tezos-base"
  "tezos-stdlib-unix"
  "tezt" { with-test & >= "3.0.0" }
  "tezos-stdlib" {with-test}
  "tezos-test-helpers" {with-test}
  "tezos-base-test-helpers" {with-test}
  "octez-alcotezt" {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: worker library"
back to top