(lang dune 3.21)
(name zarith)
(version 1.14)
(sections
 (lib /usr/lib/ocaml/zarith)
 (libexec /usr/lib/ocaml/zarith)
 (doc /usr/doc/zarith)
 (stublibs /usr/lib/ocaml/stublibs))
(files
 (lib
  (META
   big_int_Z.cmi
   big_int_Z.cmt
   big_int_Z.cmti
   big_int_Z.cmx
   big_int_Z.ml
   big_int_Z.mli
   dune-package
   libzarith_stubs.a
   opam
   q.cmi
   q.cmt
   q.cmti
   q.cmx
   q.ml
   q.mli
   top/zarith_top.a
   top/zarith_top.cma
   top/zarith_top.cmi
   top/zarith_top.cmt
   top/zarith_top.cmx
   top/zarith_top.cmxa
   top/zarith_top.ml
   z.cmi
   z.cmt
   z.cmti
   z.cmx
   z.ml
   z.mli
   zarith.a
   zarith.cma
   zarith.cmxa
   zarith_version.cmi
   zarith_version.cmt
   zarith_version.cmx
   zarith_version.ml))
 (libexec (top/zarith_top.cmxs zarith.cmxs))
 (doc (LICENSE README.md))
 (stublibs (dllzarith_stubs.so)))
(library
 (name zarith)
 (kind normal)
 (archives (byte zarith.cma) (native zarith.cmxa))
 (plugins (byte zarith.cma) (native zarith.cmxs))
 (foreign_objects caml_z.o)
 (foreign_archives (archives (for all) (files libzarith_stubs.a)))
 (foreign_dll_files ../stublibs/dllzarith_stubs.so)
 (native_archives zarith.a)
 (modes byte native)
 (modules
  (unwrapped
   (module
    (obj_name big_int_Z)
    (visibility public)
    (source
     (path Big_int_Z)
     (intf (path big_int_Z.mli))
     (impl (path big_int_Z.ml))))
   (module
    (obj_name q)
    (visibility public)
    (source (path Q) (intf (path q.mli)) (impl (path q.ml))))
   (module
    (obj_name z)
    (visibility public)
    (source (path Z) (intf (path z.mli)) (impl (path z.ml))))
   (module
    (obj_name zarith_version)
    (visibility public)
    (source (path Zarith_version) (impl (path zarith_version.ml)))))))
(library
 (name zarith.top)
 (kind normal)
 (archives (byte top/zarith_top.cma) (native top/zarith_top.cmxa))
 (plugins (byte top/zarith_top.cma) (native top/zarith_top.cmxs))
 (native_archives top/zarith_top.a)
 (requires zarith compiler-libs.toplevel)
 (main_module_name Zarith_top)
 (modes byte native)
 (modules
  (singleton
   (obj_name zarith_top)
   (visibility public)
   (source (path Zarith_top) (impl (path top/zarith_top.ml))))))
