package opam-file-format

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

2.1.4.tar.gz
md5=cd9dac41c2153d07067c5f30cdcf77db
sha512=fb5e584080d65c5b5d04c7d2ac397b69a3fd077af3f51eb22967131be22583fea507390eb0d7e6f5c92035372a9e753adbfbc8bfd056d8fd4697c6f95dd8e0ad

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

Module OpamParserSource

opam format parser

Sourcemodule FullPos : sig ... end

OpamParser transitional module with full position types

  • deprecated Use OpamParser.FullPos.main instead.
  • deprecated Use OpamParser.FullPos.value instead.
  • deprecated Use OpamParser.FullPos.string instead.
  • deprecated Use OpamParser.FullPos.channel instead.
  • deprecated Use OpamParser.FullPos.file instead.
Sourceval value_from_string : string -> OpamParserTypes.file_name -> OpamParserTypes.value
  • deprecated Use OpamParser.FullPos.value_from_string instead.
  • deprecated Use OpamParser.FullPos.value_from_channel instead.
  • deprecated Use OpamParser.FullPos.value_from_file instead.