mransan / ocaml-protoc

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

Add support for (ocaml_mutable) field option in .proto file #70

Closed mransan closed 8 years ago

mransan commented 8 years ago

As suggested in #61 and based on previous work #69 to generate immutable field by default, a new boolean field option (ocaml_mutable) is added. This allow the .proto writer to control the whether a field is mutable or not in the OCaml generated type.