(lang dune 2.9)
(name getopt)
(library
 (name getopt)
 (kind normal)
 (archives (byte getopt.cma) (native getopt.cmxa))
 (plugins (byte getopt.cma) (native getopt.cmxs))
 (native_archives getopt.a)
 (main_module_name Getopt)
 (modes byte native)
 (modules
  (singleton
   (name Getopt)
   (obj_name getopt)
   (visibility public)
   (impl)
   (intf))))
