(lang dune 3.11)
(name eqaf)
(version dev)
(sections (lib .) (libexec .) (doc ../../doc/eqaf))
(files
 (lib
  (META
   dune-package
   eqaf.a
   eqaf.cma
   eqaf.cmi
   eqaf.cmt
   eqaf.cmti
   eqaf.cmx
   eqaf.cmxa
   eqaf.ml
   eqaf.mli
   opam))
 (libexec (eqaf.cmxs))
 (doc (CHANGES.md LICENSE.md README.md)))
(library
 (name eqaf)
 (kind normal)
 (archives (byte eqaf.cma) (native eqaf.cmxa))
 (plugins (byte eqaf.cma) (native eqaf.cmxs))
 (native_archives eqaf.a)
 (main_module_name Eqaf)
 (modes byte native)
 (modules
  (singleton
   (obj_name eqaf)
   (visibility public)
   (source (path Eqaf) (intf (path eqaf.mli)) (impl (path eqaf.ml))))))
