; Forked from odoc's driver (src/driver) and specialised to odd's opam mode:
; units and pages are installed under the switch's lib/, scope derives from
; findlib, and nothing is persisted between runs. The voodoo-prep, monorepo
; and monolithic (of_libs) modes of the original are gone. Built as a private
; library (no public_name) so it doesn't clash with an installed odoc-driver.
(library
 (name odoc_driver_lib)
 (flags
  (:standard -w -a))
 (libraries
  cmdliner
  bos
  progress
  fpath
  yojson
  findlib
  opam-format
  logs
  logs.fmt
  eio_main
  sexplib))
