Hello,

Is anyone out there using OCaml with Protobufs? If so, what library/tools are you using, and how do you like the setup? Also, are you using Protobufs in a production setting?

I found online but have not used any of the below myself:

1) piqi - http://piqi.org/
2) obitz - https://github.com/orbitz/ocaml-protobuf
3) whitequark's protobufs - https://github.com/orbitz/ocaml-protobuf

Curious to hear your experiences. Thank you.

Trevor