https://gitlab.com/tezos/tezos
Raw File
Tip revision: a87fd484b40c013b17f54f40a32bb9dc942e0f5f authored by François Thiré on 01 June 2022, 09:47:22 UTC
Alpha/Plugin: Add a private forge operations RPC
Tip revision: a87fd48
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" { >= "2.9" & < "3.0" }
  "tezos-base"
  "tezos-stdlib-unix"
  "ringo" { >= "0.9" }
  "tezos-stdlib" {with-test}
  "tezos-test-helpers" {with-test}
  "tezos-base-test-helpers" {with-test}
  "alcotest-lwt" { with-test & >= "1.5.0" }
]
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