mransan / ocaml-protoc

A Protobuf Compiler for OCaml
https://mransan.github.io/ocaml-protoc/
MIT License
179 stars 33 forks source link

Initial commit for proto3 support #96

Closed mransan closed 8 years ago

mransan commented 8 years ago

The only thing missing is the validation for enforcing proto3 syntax. With this commit, ocaml-protoc supports happily the union of proto2 and proto3.

mransan commented 8 years ago

This is a follow up from #92 by providing support for the new proto3 field.