dune-private-libs.stdune
Stdune.Lexbuf
Lexing buffer utilities
dune-private-libs.cache
dune-private-libs.dune-lang
dune-private-libs.dune-section
dune-private-libs.dune_csexp
dune-private-libs.dune_re
dune-private-libs.dune_util
dune-private-libs.filesystem_stubs
dune-private-libs.meta_parser
dune-private-libs.ocaml-config
dune-private-libs.xdg
type t = Lexing.lexbuf
val from_string : string -> fname:string -> t
Same as Lexing.from_xxx but also initialise the location to the beginning of the given file
Lexing.from_xxx
val from_channel : in_channel -> fname:string -> t