package ocaml-protoc

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

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-protoc-3.0.2.tbz
sha256=eb3ca953610cc0766b2a89dcb201d49372949458b7d3cb826e15a5ab35205fec
sha512=8db991f12d3a02f226fb7cf3e99ca02d907497d8b4f48f1393d396594868e25a9fa0e4a3e73322bda8d65e690754b73d2523abf8236e47b77fc0c059f2244e3a

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.