(library
 (name dune_cache)
 (synopsis "[Internal] Dune's local and cloud build cache")
 (libraries
  csexp
  dune_digest
  dune_cache_storage
  dune_util
  dune_console
  dune_targets
  fiber
  stdune
  unix)
 (instrumentation
  (backend bisect_ppx)))
