package ocaml-protoc

  1. Overview
  2. Docs
Pure OCaml compiler for .proto files

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-protoc-3.1.1.tbz
sha256=c5657fcbfcbaea361beb847f72b8a6a6f36ce9e773bf285b278a0da75f988fbc
sha512=ea86d04b6293eba48360409049f907fc3e73138ec434b5d1894a2dcdaa0478f6f5a1d13f1ba87c553ddf6806a618525f621d2af862b495ce3426242a3a42e339

doc/ocaml-protoc.compiler-lib/Ocaml_protoc_compiler_lib/Pb_parsing_parser/index.html

Module Ocaml_protoc_compiler_lib.Pb_parsing_parserSource

Sourcetype token =
  1. | T_required
  2. | T_optional
  3. | T_repeated
  4. | T_one_of of Pb_location.t
  5. | T_message
  6. | T_enum
  7. | T_package
  8. | T_import of Pb_location.t
  9. | T_public
  10. | T_option
  11. | T_extensions
  12. | T_extend
  13. | T_reserved
  14. | T_returns
  15. | T_rpc
  16. | T_service
  17. | T_stream
  18. | T_syntax
  19. | T_to
  20. | T_max
  21. | T_map
  22. | T_rbrace
  23. | T_lbrace
  24. | T_rbracket
  25. | T_lbracket
  26. | T_rparen
  27. | T_lparen
  28. | T_greater
  29. | T_less
  30. | T_equal
  31. | T_semi
  32. | T_colon
  33. | T_comma
  34. | T_string of string
  35. | T_int of int
  36. | T_float of float
  37. | T_ident of Pb_location.t * string
  38. | T_eof
Sourceval field_options_ : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Pb_option.set
OCaml

Innovation. Community. Security.