https://gitlab.com/tezos/tezos
Raw File
Tip revision: 74a1dc689847d8831b4cb65b5e596511050dca50 authored by Nicolas Ayache on 13 April 2023, 07:06:40 UTC
Benchmarks: fix chest_key generator.
Tip revision: 74a1dc6
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