(lang dune 3.4)
(name menhirLib)
(version 20260209)
(sections
 (lib /opt/local/lib/ocaml/site-lib/menhirLib)
 (doc /opt/local/share/doc/menhirLib))
(files
 (lib
  (Convert.ml
   Convert.mli
   Engine.ml
   Engine.mli
   EngineTypes.ml
   ErrorReports.ml
   ErrorReports.mli
   IncrementalEngine.ml
   InspectionTableFormat.ml
   InspectionTableInterpreter.ml
   InspectionTableInterpreter.mli
   LexerUtil.ml
   LexerUtil.mli
   LinearizedArray.ml
   LinearizedArray.mli
   META
   PackedIntArray.ml
   PackedIntArray.mli
   Printers.ml
   Printers.mli
   RowDisplacementDecode.ml
   RowDisplacementDecode.mli
   StaticVersion.ml
   StaticVersion.mli
   TableFormat.ml
   TableInterpreter.ml
   TableInterpreter.mli
   dune-package
   menhirLib.cma
   menhirLib.cmi
   menhirLib.cmt
   menhirLib.ml
   menhirLib__Convert.cmi
   menhirLib__Convert.cmt
   menhirLib__Convert.cmti
   menhirLib__Engine.cmi
   menhirLib__Engine.cmt
   menhirLib__Engine.cmti
   menhirLib__EngineTypes.cmi
   menhirLib__EngineTypes.cmt
   menhirLib__ErrorReports.cmi
   menhirLib__ErrorReports.cmt
   menhirLib__ErrorReports.cmti
   menhirLib__IncrementalEngine.cmi
   menhirLib__IncrementalEngine.cmt
   menhirLib__InspectionTableFormat.cmi
   menhirLib__InspectionTableFormat.cmt
   menhirLib__InspectionTableInterpreter.cmi
   menhirLib__InspectionTableInterpreter.cmt
   menhirLib__InspectionTableInterpreter.cmti
   menhirLib__LexerUtil.cmi
   menhirLib__LexerUtil.cmt
   menhirLib__LexerUtil.cmti
   menhirLib__LinearizedArray.cmi
   menhirLib__LinearizedArray.cmt
   menhirLib__LinearizedArray.cmti
   menhirLib__PackedIntArray.cmi
   menhirLib__PackedIntArray.cmt
   menhirLib__PackedIntArray.cmti
   menhirLib__Printers.cmi
   menhirLib__Printers.cmt
   menhirLib__Printers.cmti
   menhirLib__RowDisplacementDecode.cmi
   menhirLib__RowDisplacementDecode.cmt
   menhirLib__RowDisplacementDecode.cmti
   menhirLib__StaticVersion.cmi
   menhirLib__StaticVersion.cmt
   menhirLib__StaticVersion.cmti
   menhirLib__TableFormat.cmi
   menhirLib__TableFormat.cmt
   menhirLib__TableInterpreter.cmi
   menhirLib__TableInterpreter.cmt
   menhirLib__TableInterpreter.cmti))
 (doc (LICENSE)))
(library
 (name menhirLib)
 (kind normal)
 (archives (byte menhirLib.cma))
 (plugins (byte menhirLib.cma))
 (main_module_name MenhirLib)
 (modes byte)
 (modules
  (wrapped
   (main_module_name MenhirLib)
   (modules
    ((name Convert)
     (obj_name menhirLib__Convert)
     (visibility public)
     (impl)
     (intf))
    ((name Engine)
     (obj_name menhirLib__Engine)
     (visibility public)
     (impl)
     (intf))
    ((name EngineTypes)
     (obj_name menhirLib__EngineTypes)
     (visibility public)
     (impl))
    ((name ErrorReports)
     (obj_name menhirLib__ErrorReports)
     (visibility public)
     (impl)
     (intf))
    ((name IncrementalEngine)
     (obj_name menhirLib__IncrementalEngine)
     (visibility public)
     (impl))
    ((name InspectionTableFormat)
     (obj_name menhirLib__InspectionTableFormat)
     (visibility public)
     (impl))
    ((name InspectionTableInterpreter)
     (obj_name menhirLib__InspectionTableInterpreter)
     (visibility public)
     (impl)
     (intf))
    ((name LexerUtil)
     (obj_name menhirLib__LexerUtil)
     (visibility public)
     (impl)
     (intf))
    ((name LinearizedArray)
     (obj_name menhirLib__LinearizedArray)
     (visibility public)
     (impl)
     (intf))
    ((name PackedIntArray)
     (obj_name menhirLib__PackedIntArray)
     (visibility public)
     (impl)
     (intf))
    ((name Printers)
     (obj_name menhirLib__Printers)
     (visibility public)
     (impl)
     (intf))
    ((name RowDisplacementDecode)
     (obj_name menhirLib__RowDisplacementDecode)
     (visibility public)
     (impl)
     (intf))
    ((name StaticVersion)
     (obj_name menhirLib__StaticVersion)
     (visibility public)
     (impl)
     (intf))
    ((name TableFormat)
     (obj_name menhirLib__TableFormat)
     (visibility public)
     (impl))
    ((name TableInterpreter)
     (obj_name menhirLib__TableInterpreter)
     (visibility public)
     (impl)
     (intf)))
   (alias_module
    (name MenhirLib)
    (obj_name menhirLib)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
