; The opam-mode driver, vendored and installed as part of the odd package as
; `odd-driver` (avoiding a clash with odoc-driver's odoc_driver_opam binary).
; `odd sync` invokes it once per package.
(executable
 (name odd_driver)
 (public_name odd-driver)
 (package odd)
 (modules odd_driver)
 (flags
  (:standard -w -a))
 (link_deps
  (package odoc)
  (package odoc-md)
  %{bin:sherlodoc})
 (libraries odoc_driver_lib))
