https://gitlab.com/tezos/tezos
Raw File
Tip revision: 4844b323c04c794d5ab353c99b405df9647b95c1 authored by Jérémie Goldberg on 22 September 2023, 11:46:23 UTC
add rollup docker-compose into scripts folder
Tip revision: 4844b32
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

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

(documentation (package octez-libs) (mld_files tezos_workers))
back to top