module OASISParse:sig..end
The whole module is not exported.
Author(s): Sylvain Le Gall
val default_oasis_fn : OASISTypes.host_filenameval from_stream : ctxt:OASISContext.t ->
?fn:OASISTypes.host_filename -> char Stream.t -> OASISTypes.packagefrom_stream ~ctxt ~ignore_plugins ~fn st Parse the OASIS file ~fn and
check it. If ~ignore_plugins is set, ignore unknown plugin's fields in the
file.val from_file : ctxt:OASISContext.t -> OASISTypes.host_filename -> OASISTypes.packageOASISParse.from_stream, apply to a filename.val from_string : ctxt:OASISContext.t ->
?fn:OASISTypes.host_filename -> string -> OASISTypes.packageOASISParse.from_stream, apply to a string.