= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package opam-format
-
opam-format
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
OPAM format variable interpolation processor
val main : (string -> unit) -> (string -> unit) -> Lexing.lexbuf -> unit
main unquoted quoted lexbuf
fully processes the given lexbuf. Strings are applied to unquoted
until a "
or """
sequence is encountered when the content within the single or triple-quoted string is applied to quoted
(note that the quote marks themselves are passed to unquoted
). Within either string type, backslash is the escape character.