https://gitlab.com/tezos/tezos
Raw File
Tip revision: 0d2af0e807bd3a469899179ff89a8dae917d719b authored by Julien Coolen on 24 May 2022, 13:20:31 UTC
Crypto: Allow verification of slot pages of 4096 bytes
Tip revision: 0d2af0e
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