protocol_version_header
  1. Overview
  2. Docs
Protocol versioning

Install

Authors

Maintainers

Sources

protocol_version_header-v0.15.0.tar.gz
sha256=d0c4e467bacc4bfb71dbd9575828634b222d4579b6ecc86b978f34dca1d1f3c7

Description

This library offers a lightweight way for applications protocols to version themselves. The more protocols that add themselves to [Known_protocol], the nicer error messages we will get when connecting to a service while using the wrong protocol.

Published: 21 Mar 2022

Dependencies (4)

  1. dune >= "2.0.0"
  2. ppx_jane >= "v0.15" & < "v0.16"
  3. core >= "v0.15" & < "v0.16"
  4. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (2)

  1. async_rpc_kernel >= "v0.15.0"
  2. krb

Conflicts

None