(lang dune 3.6)
(name menhirLib)
(version 20230608)
(sections
 (lib /usr/local/lib/ocaml/menhirLib)
 (doc /usr/local/share/doc/ocaml-menhir/menhirLib))
(files
 (lib
  (META
   dune-package
   menhirLib.cma
   menhirLib.cmi
   menhirLib.cmt
   menhirLib.cmti
   menhirLib.ml
   menhirLib.mli))
 (doc (LICENSE)))
(library
 (name menhirLib)
 (kind normal)
 (synopsis "Runtime support for code generated by Menhir")
 (archives (byte menhirLib.cma))
 (plugins (byte menhirLib.cma))
 (main_module_name MenhirLib)
 (modes byte)
 (modules
  (singleton
   (name MenhirLib)
   (obj_name menhirLib)
   (visibility public)
   (impl)
   (intf))))
