(lang dune 2.7)
(name ipaddr)
(version 5.0.1)
(library
 (name ipaddr)
 (kind normal)
 (archives (byte ipaddr.cma) (native ipaddr.cmxa))
 (plugins (byte ipaddr.cma) (native ipaddr.cmxs))
 (native_archives ipaddr.a)
 (requires macaddr domain-name stdlib-shims)
 (main_module_name Ipaddr)
 (modes byte native)
 (modules
  (singleton
   (name Ipaddr)
   (obj_name ipaddr)
   (visibility public)
   (impl)
   (intf))))
(library
 (name ipaddr.top)
 (kind normal)
 (archives (byte top/ipaddr_top.cma) (native top/ipaddr_top.cmxa))
 (plugins (byte top/ipaddr_top.cma) (native top/ipaddr_top.cmxs))
 (native_archives top/ipaddr_top.a)
 (requires macaddr.top ipaddr compiler-libs)
 (main_module_name Ipaddr_top)
 (modes byte native)
 (modules
  (singleton
   (name Ipaddr_top)
   (obj_name ipaddr_top)
   (visibility public)
   (impl)
   (intf))))
(library
 (name ipaddr.unix)
 (kind normal)
 (archives (byte unix/ipaddr_unix.cma) (native unix/ipaddr_unix.cmxa))
 (plugins (byte unix/ipaddr_unix.cma) (native unix/ipaddr_unix.cmxs))
 (native_archives unix/ipaddr_unix.a)
 (requires unix ipaddr)
 (main_module_name Ipaddr_unix)
 (modes byte native)
 (modules
  (singleton
   (name Ipaddr_unix)
   (obj_name ipaddr_unix)
   (visibility public)
   (impl)
   (intf))))
