(lang dune 3.11)
(name ipaddr-cstruct)
(sections (lib .) (libexec .) (doc ../../doc/ipaddr-cstruct))
(files
 (lib
  (META
   dune-package
   ipaddr_cstruct.a
   ipaddr_cstruct.cma
   ipaddr_cstruct.cmi
   ipaddr_cstruct.cmt
   ipaddr_cstruct.cmti
   ipaddr_cstruct.cmx
   ipaddr_cstruct.cmxa
   ipaddr_cstruct.ml
   ipaddr_cstruct.mli
   opam))
 (libexec (ipaddr_cstruct.cmxs))
 (doc (CHANGES.md LICENSE.md README.md)))
(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
   (obj_name ipaddr_cstruct)
   (visibility public)
   (source
    (path Ipaddr_cstruct)
    (intf (path ipaddr_cstruct.mli))
    (impl (path ipaddr_cstruct.ml))))))
