https://gitlab.com/tezos/tezos
Raw File
Tip revision: 6d341f5f636794b4dae58cd4d15daebb96aa17a3 authored by Emma Turner on 27 October 2022, 13:38:15 UTC
TX Kernel runs again
Tip revision: 6d341f5
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
  ringo)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_base
  -open Tezos_stdlib_unix))

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