package opam-file-format

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

Install

Dune Dependency

Authors

Maintainers

Sources

2.1.1.tar.gz
md5=c1949c5dff062c754d0642c7eded794f
sha512=bb5fab696a31d985539e75383d82299145ea594456e7aa9ecff425187f2c781a2efda6924a193623938cafa13a8c65a2624dd965242289d5404f0a4d61af37b0

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

Module OpamBaseParserSource

Sourcetype token =
  1. | STRING of string
  2. | IDENT of string
  3. | BOOL of bool
  4. | EOF
  5. | LBRACKET
  6. | RBRACKET
  7. | LPAR
  8. | RPAR
  9. | LBRACE
  10. | RBRACE
  11. | COLON
  12. | INT of int
  13. | RELOP of OpamParserTypes.FullPos.relop_kind
  14. | AND
  15. | OR
  16. | PFXOP of OpamParserTypes.FullPos.pfxop_kind
  17. | ENVOP of OpamParserTypes.FullPos.env_update_op_kind
OCaml

Innovation. Community. Security.