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