(lang dune 3.20)
(name getopt)
(sections
 (lib /usr/lib/x86_64-linux-gnu/ocaml/5.4.0/getopt)
 (libexec /usr/lib/x86_64-linux-gnu/ocaml/5.4.0/getopt)
 (doc /usr/doc/getopt))
(files
 (lib
  (META
   dune-package
   getopt.a
   getopt.cma
   getopt.cmi
   getopt.cmt
   getopt.cmti
   getopt.cmx
   getopt.cmxa
   getopt.ml
   getopt.mli
   opam))
 (libexec (getopt.cmxs))
 (doc (README.md)))
(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
   (obj_name getopt)
   (visibility public)
   (source (path Getopt) (intf (path getopt.mli)) (impl (path getopt.ml))))))
