(lang dune 1.11)
(name zarith)
(version 1.11)
(library
 (name zarith)
 (kind normal)
 (archives (byte zarith.cma) (native zarith.cmxa))
 (plugins (byte zarith.cma) (native zarith.cmxs))
 (foreign_archives
  (byte libzarith_c_stubs.a)
  (native zarith.a libzarith_c_stubs.a))
 (modes byte native)
 (modules
  (unwrapped
   ((name Big_int_Z) (obj_name big_int_Z) (visibility public) (impl) (intf))
   ((name Q) (obj_name q) (visibility public) (impl) (intf))
   ((name Z) (obj_name z) (visibility public) (impl) (intf)))))
