package opam-file-format

  1. Overview
  2. Docs

Module OpamPrinterSource

Functions for converting parsed opam files back to strings

Sourcemodule FullPos : sig ... end

OpamPrinter transitional module with full position types

Sourceval relop : [< OpamParserTypes.relop ] -> string
  • deprecated Use OpamPrinter.FullPos.relop instead.
Sourceval logop : [< OpamParserTypes.logop ] -> string
  • deprecated Use OpamPrinter.FullPos.logop instead.
Sourceval pfxop : [< OpamParserTypes.pfxop ] -> string
  • deprecated Use OpamPrinter.FullPos.pfxop instead.
Sourceval env_update_op : OpamParserTypes.env_update_op -> string
  • deprecated Use OpamPrinter.FullPos.env_update_op instead.
Sourceval value : OpamParserTypes.value -> string
  • deprecated Use OpamPrinter.FullPos.value instead.
Sourceval value_list : OpamParserTypes.value list -> string
  • deprecated Use OpamPrinter.FullPos.value_list instead.
Sourceval items : OpamParserTypes.opamfile_item list -> string
  • deprecated Use OpamPrinter.FullPos.items instead.
Sourceval opamfile : OpamParserTypes.opamfile -> string
  • deprecated Use OpamPrinter.FullPos.opamfile instead.
Sourceval format_opamfile : Format.formatter -> OpamParserTypes.opamfile -> unit
  • deprecated Use OpamPrinter.FullPos.format_opamfile instead.
Sourcemodule Normalise : sig ... end
Sourcemodule Preserved : sig ... end
  • deprecated Use OpamPrinter.FullPos.value_equals instead.
  • deprecated Use OpamPrinter.FullPos.opamfile_item_equals instead.
OCaml

Innovation. Community. Security.