https://gitlab.com/tezos/tezos
Raw File
Tip revision: e86b4dbb28863f2738424d52ab5c7232c3fbecb3 authored by Nicolas Ayache on 10 May 2023, 14:50:20 UTC
Benchmarks: patch timelock benchmarks.
Tip revision: e86b4db
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_workers)
 (public_name tezos-workers)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-stdlib-unix)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_base
  -open Tezos_stdlib_unix))

(documentation (package tezos-workers))
back to top