(lang dune 2.9)
(name ipaddr-cstruct)
(version 5.3.1)
(library
 (name ipaddr-cstruct)
 (kind normal)
 (archives (byte ipaddr_cstruct.cma) (native ipaddr_cstruct.cmxa))
 (plugins (byte ipaddr_cstruct.cma) (native ipaddr_cstruct.cmxs))
 (native_archives ipaddr_cstruct.a)
 (requires ipaddr cstruct)
 (main_module_name Ipaddr_cstruct)
 (modes byte native)
 (modules
  (singleton
   (name Ipaddr_cstruct)
   (obj_name ipaddr_cstruct)
   (visibility public)
   (impl)
   (intf))))
