module OASISParse:sig..end
Parse '_oasis' file
The whole module is not exported.
val default_oasis_fn : OASISTypes.host_filenameDefault name of _oasis.
val from_stream : ctxt:OASISContext.t ->
?fn:OASISTypes.host_filename -> char Stdlib.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.packageSee OASISParse.from_stream, apply to a filename.
val from_string : ctxt:OASISContext.t ->
?fn:OASISTypes.host_filename -> string -> OASISTypes.packageSee OASISParse.from_stream, apply to a string.