(lang dune 3.20)
(name crowbar)
(sections
 (lib /usr/lib/aarch64-linux-gnu/ocaml/5.4.0/crowbar)
 (libexec /usr/lib/aarch64-linux-gnu/ocaml/5.4.0/crowbar)
 (doc /usr/doc/crowbar))
(files
 (lib
  (META
   crowbar.a
   crowbar.cma
   crowbar.cmi
   crowbar.cmt
   crowbar.cmti
   crowbar.cmx
   crowbar.cmxa
   crowbar.ml
   crowbar.mli
   dune-package
   opam))
 (libexec (crowbar.cmxs))
 (doc (CHANGES.md LICENSE.md README.md)))
(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 afl-persistent str)
 (main_module_name Crowbar)
 (modes byte native)
 (modules
  (singleton
   (obj_name crowbar)
   (visibility public)
   (source (path Crowbar) (intf (path crowbar.mli)) (impl (path crowbar.ml))))))
