(lang dune 3.11)
(name macaddr-cstruct)
(sections (lib .) (libexec .) (doc ../../doc/macaddr-cstruct))
(files
 (lib
  (META
   dune-package
   macaddr_cstruct.a
   macaddr_cstruct.cma
   macaddr_cstruct.cmi
   macaddr_cstruct.cmt
   macaddr_cstruct.cmti
   macaddr_cstruct.cmx
   macaddr_cstruct.cmxa
   macaddr_cstruct.ml
   macaddr_cstruct.mli
   opam))
 (libexec (macaddr_cstruct.cmxs))
 (doc (CHANGES.md LICENSE.md README.md)))
(library
 (name macaddr-cstruct)
 (kind normal)
 (archives (byte macaddr_cstruct.cma) (native macaddr_cstruct.cmxa))
 (plugins (byte macaddr_cstruct.cma) (native macaddr_cstruct.cmxs))
 (native_archives macaddr_cstruct.a)
 (requires macaddr cstruct)
 (main_module_name Macaddr_cstruct)
 (modes byte native)
 (modules
  (singleton
   (obj_name macaddr_cstruct)
   (visibility public)
   (source
    (path Macaddr_cstruct)
    (intf (path macaddr_cstruct.mli))
    (impl (path macaddr_cstruct.ml))))))
