piqi-ocaml icon indicating copy to clipboard operation
piqi-ocaml copied to clipboard

Protocol Buffers, JSON, XML data serialization system for OCaml

Results 2 piqi-ocaml issues
Sort by recently updated
recently updated
newest added

Previously Num was a part of OCaml compiler. Recently it was extracted out of it, and deprecated if favor of Zarith: > This is a legacy library. It used to...

When having a protocol buffer message like this: message Bla { optional string bla = 1; } the defaults generator will generate a default_string function that is not used in...