package opam-file-format

  1. Overview
  2. Docs
Parser and printer for the opam file syntax

Install

dune-project
 Dependency

Authors

Maintainers

Sources

opam-file-format-2.2.0.tar.gz
md5=5b65ea84fa2e60e89c2c9f2ca3203e31
sha512=87e1ddae79c47f48090b5e3205e0d2598e22838e065d0ea8924494ba225a4f8a8b4985a7eb3563652e9a9a5419741af7327035a01d446ebc7fedab468a8edb98

doc/opam-file-format/OpamLexer/index.html

Module OpamLexerSource

opam format lexer

Sourceexception 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.

Sourcemodule FullPos : sig ... end

OpamLexer transitional module with full position types

Sourceval relop : string -> OpamParserTypes.relop
  • deprecated Use OpamLexer.FullPos.relop instead.
Sourceval logop : string -> OpamParserTypes.logop
  • deprecated Use OpamLexer.FullPos.logop instead.
Sourceval pfxop : string -> OpamParserTypes.pfxop
  • deprecated Use OpamLexer.FullPos.pfxop instead.
Sourceval env_update_op : string -> OpamParserTypes.env_update_op
  • deprecated Use OpamLexer.FullPos.env_update_op instead.