(lang dune 3.21)
(name macaddr-cstruct)
(sections
 (lib /usr/lib/ocaml/macaddr-cstruct)
 (doc /usr/share/doc/macaddr-cstruct))
(files
 (lib
  (META
   dune-package
   macaddr_cstruct.cma
   macaddr_cstruct.cmi
   macaddr_cstruct.cmt
   macaddr_cstruct.cmti
   macaddr_cstruct.ml
   macaddr_cstruct.mli
   opam))
 (doc (CHANGES.md LICENSE.md README.md)))
(library
 (name macaddr-cstruct)
 (kind normal)
 (archives (byte macaddr_cstruct.cma))
 (plugins (byte macaddr_cstruct.cma))
 (requires macaddr cstruct)
 (main_module_name Macaddr_cstruct)
 (modes byte)
 (modules
  (singleton
   (obj_name macaddr_cstruct)
   (visibility public)
   (source
    (path Macaddr_cstruct)
    (intf (path macaddr_cstruct.mli))
    (impl (path macaddr_cstruct.ml))))))
