ocaml-protoc-pluginversion
Plugin for protoc protobuf compiler to generate ocaml definitions from a .proto file
The plugin generates ocaml type definitions, serialization and deserialization functions from a protobuf file. The types generated aims to create ocaml idiomatic types;
- messages are mapped into modules
- oneof constructs are mapped to polymorphic variants
- enums are mapped to adt's
- map types are mapped to assoc lists
- all integer types are mapped to int by default (exact mapping is also possible)
- all floating point types are mapped to float.
- packages are mapped to nested modules
Author | Anders Fugmann <af@issuu.com> |
---|---|
License | Apache-2.0 |
Published | |
Homepage | https://github.com/issuu/ocaml-protoc-plugin |
Issue Tracker | https://github.com/issuu/ocaml-protoc-plugin/issues |
Maintainer | Issuu |
Dependencies |
|
Source [http] | https://github.com/issuu/ocaml-protoc-plugin/archive/3.0.0.tar.gz md5=5df02a37850c59cddde10d506e969ef6 sha512=a9f5ae99e77d70d70ba34b0bebe6b50bcbe7ad2192fdd5b9b09b4c738bab5018f87ef7701663e90531e0408b56267d98517181ee79cee8e0c6ab42f8f44f2cd0 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/ocaml-protoc-plugin/ocaml-protoc-plugin.3.0.0/opam |
No package is dependent