(lang dune 3.17)
(name ipaddr-cstruct)
(sections
 (lib /usr/lib/arm-linux-gnueabihf/ocaml/5.3.0/ipaddr-cstruct)
 (doc /usr/doc/ipaddr-cstruct))
(files
 (lib
  (META
   dune-package
   ipaddr_cstruct.cma
   ipaddr_cstruct.cmi
   ipaddr_cstruct.cmt
   ipaddr_cstruct.cmti
   ipaddr_cstruct.ml
   ipaddr_cstruct.mli
   opam))
 (doc (CHANGES.md LICENSE.md README.md)))
(library
 (name ipaddr-cstruct)
 (kind normal)
 (archives (byte ipaddr_cstruct.cma))
 (plugins (byte ipaddr_cstruct.cma))
 (requires ipaddr cstruct)
 (main_module_name Ipaddr_cstruct)
 (modes byte)
 (modules
  (singleton
   (obj_name ipaddr_cstruct)
   (visibility public)
   (source
    (path Ipaddr_cstruct)
    (intf (path ipaddr_cstruct.mli))
    (impl (path ipaddr_cstruct.ml))))))
