Raw File
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_lazy_containers)
 (public_name octez-libs.lazy-containers)
 (instrumentation (backend bisect_ppx))
 (libraries
  zarith
  octez-libs.tree-encoding))
back to top