package ocaml-protoc

  1. Overview
  2. Docs
Protobuf compiler for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

2.2.0.tar.gz
md5=fe2b09744a5a6bd1ca9fb6f6fb411cc1
sha512=ee368b2be9ddb40dc3ef15eea7e96af9595c93fc8d92b1ad7f50e018cbda6ed6fc613bf41fcf4729974b2ce9dfbcd78ccbcb8a38d59d17bf4ceb24f581392303

CHANGES.md.html

2.2

  • handle stream as a name (#179)

  • support hexadecimal notation for integers

  • improve generated pretty printers

  • move to dune 2.0

  • rename runtime library to pbrt, with a separate opam package

  • print bytes opaquely

2.1

  • perf: nested buffer to reduce allocations for nested messages

  • perf: improvements in runtime library, varint encoding/decoding, add benchmarks

  • Update docs/tests to reflect that sfixed is supported

  • add clear/reset to the encoder

  • Add ability to parse stream modifier

2.0.3

  • parsing of services