6.2.0
CHANGES:
- Fix potential nameclash for messages defining extensions
- Resolve compilation warning on deprecated fields enclosed in a oneof
- Improve how comments are copied to generated code
- Add flag 'singleton_oneof_as_option' to map single field
onofs to option type (default on). Set to 'false' to keep old
behaviour. - Improve copying of comments from .proto files into ocaml code using
omd to parse markdown - Fix problem with deserializing large singed integers (#45)
- Compile json test stub with C++17 mode
- Fix unrolled annotation