(lang dune 3.17)
(name crowbar)
(sections
 (lib /usr/lib/arm-linux-gnueabi/ocaml/5.3.0/crowbar)
 (doc /usr/doc/crowbar))
(files
 (lib
  (META
   crowbar.cma
   crowbar.cmi
   crowbar.cmt
   crowbar.cmti
   crowbar.ml
   crowbar.mli
   dune-package
   opam))
 (doc (CHANGES.md LICENSE.md README.md)))
(library
 (name crowbar)
 (kind normal)
 (archives (byte crowbar.cma))
 (plugins (byte crowbar.cma))
 (requires cmdliner ocplib-endian afl-persistent str)
 (main_module_name Crowbar)
 (modes byte)
 (modules
  (singleton
   (obj_name crowbar)
   (visibility public)
   (source (path Crowbar) (intf (path crowbar.mli)) (impl (path crowbar.ml))))))
