(lang dune 3.20)
(name getopt)
(sections
 (lib /usr/lib/i386-linux-gnu/ocaml/5.4.0/getopt)
 (doc /usr/doc/getopt))
(files
 (lib
  (META
   dune-package
   getopt.cma
   getopt.cmi
   getopt.cmt
   getopt.cmti
   getopt.ml
   getopt.mli
   opam))
 (doc (README.md)))
(library
 (name getopt)
 (kind normal)
 (archives (byte getopt.cma))
 (plugins (byte getopt.cma))
 (main_module_name Getopt)
 (modes byte)
 (modules
  (singleton
   (obj_name getopt)
   (visibility public)
   (source (path Getopt) (intf (path getopt.mli)) (impl (path getopt.ml))))))
