module OASISParse:Parse '_oasis' filesig
..end
The whole module is not exported.
Author(s): Sylvain Le Gall
val from_stream : ctxt:OASISContext.t ->
?fn:OASISTypes.host_filename -> char Stream.t -> OASISTypes.package
from_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.package
OASISParse.from_stream
, apply to a filename.val from_string : ctxt:OASISContext.t ->
?fn:OASISTypes.host_filename -> string -> OASISTypes.package
OASISParse.from_stream
, apply to a string.