(lang dune 1.11)
(name tar)
(version 1.1.0)
(library
 (name tar)
 (kind normal)
 (archives (byte tar.cma) (native tar.cmxa))
 (plugins (byte tar.cma) (native tar.cmxs))
 (foreign_archives (native tar.a))
 (requires cstruct cstruct re.str)
 (modes byte native)
 (modules
  (unwrapped
   ((name Tar) (obj_name tar) (visibility public) (impl) (intf))
   ((name Tar_cstruct)
    (obj_name tar_cstruct)
    (visibility public)
    (impl)
    (intf)))))
