package ppx_deriving_protobuf
A Protocol Buffers codec generator for OCaml
Install
Dune Dependency
Authors
Maintainers
Sources
ppx_deriving_protobuf-v3.0.0.tbz
sha256=5287ef0db8d4f7a62b0bb7a21010172d602aa45a7fecc2d4cb9681366ddf81b5
sha512=6bc04d10c2448a35c9c2404be01aab616d51cdda563f6f3b8d213db18614233746c6bf2190a3f12881f544e91c18aa01d56f9aeeb7b01eddfe68123b88703625
doc/CHANGELOG.html
3.0.0
- Add support for OCaml 4.11 (#36) (Thierry Martinez, review by Gabriel Scherer)
- Add support for OCaml 4.12 (#39) (Kate Deplaix, review by Gabriel Scherer)
- Port to ppx_deriving 5.0 and ppxlib (#39) (Kate Deplaix, review by Gabriel Scherer)
- Upgrade the tests from ounit to ounit2 (#39) (Kate Deplaix, review by Gabriel Scherer)
2.7
- port to dune (whitequark)
- support for OCaml 4.08 (#26) (Anton Kochkov, review by Gabriel Scherer)
2.6
- Support for NPM packaging (#17) (Maxime Rasan)
- Fix
varint
decoding (#18) (There was a decoding bug for integers between 2^56 and 2^63) (Maxime Rasan) - Support for OCaml 4.06 (#19) (Gabriel Scherer)
The homepage for the project has now moved to: https://github.com/ocaml-ppx/ppx_deriving_protobuf
2.5
- Compatibility with statically linked ppx drivers.
2.4
- OCaml 4.03.0 compatibility.
2.3
- Add support for exporting
.protoc
files. - Add support for hygiene.
- Fix several bugs related to edge cases in serializing and deserializing integers.
2.2
- Update to accomodate syntactic changes in OCaml 4.02.2.
2.1
- Update for ppx_deriving 2.0.
2.0
- Update to accomodate syntactic changes in ppx_deriving 1.0.
1.0.0
- First stable release and initial release as ppx_deriving_protobuf.