(lang dune 2.9)
(name crowbar)
(library
 (name crowbar)
 (kind normal)
 (archives (byte crowbar.cma) (native crowbar.cmxa))
 (plugins (byte crowbar.cma) (native crowbar.cmxs))
 (native_archives crowbar.a)
 (requires cmdliner ocplib-endian afl-persistent str)
 (main_module_name Crowbar)
 (modes byte native)
 (modules
  (singleton
   (name Crowbar)
   (obj_name crowbar)
   (visibility public)
   (impl)
   (intf))))
