https://gitlab.com/tezos/tezos
Raw File
Tip revision: 6639bbd20a591eadd254e1ff150c6fe23fb149cf authored by Martin Tomazic on 05 May 2023, 11:50:27 UTC
Fixup: Update docstring with new api_version parameter
Tip revision: 6639bbd
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.1.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}
]
synopsis: "Tezos: worker library"
back to top