opam-file-format
OpamLexer
opam format lexer
exception Error of string
Raised on any lexing error with a description of the fault. Note that Failure "lexing: empty token" is never raised by the lexer.
Failure "lexing: empty token"
val token : Lexing.lexbuf -> OpamBaseParser.token
module FullPos : sig ... end
OpamLexer transitional module with full position types
val relop : string -> OpamParserTypes.relop
val logop : string -> OpamParserTypes.logop
val pfxop : string -> OpamParserTypes.pfxop
val env_update_op : string -> OpamParserTypes.env_update_op