(lang dune 3.17)
(name afl-persistent)
(sections
 (lib /usr/lib/arm-linux-gnueabihf/ocaml/5.3.0/afl-persistent)
 (doc /usr/doc/afl-persistent))
(files
 (lib
  (META
   aflPersistent.cmi
   aflPersistent.cmt
   aflPersistent.cmti
   aflPersistent.ml
   aflPersistent.mli
   afl_persistent.cma
   dune-package
   opam))
 (doc (CHANGES.md LICENSE.md README.md)))
(library
 (name afl-persistent)
 (kind normal)
 (archives (byte afl_persistent.cma))
 (plugins (byte afl_persistent.cma))
 (requires unix)
 (modes byte)
 (modules
  (singleton
   (obj_name aflPersistent)
   (visibility public)
   (source
    (path AflPersistent)
    (intf (path aflPersistent.mli))
    (impl (path aflPersistent.ml))))))
