protocol_version_header
Protocol versioning
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 22 Mar 2018
- Authors
- Maintainers
Sources
Dependencies
ocaml-migrate-parsetree
>= "1.0" & < "2.0.0"
jbuilder
>= "1.0+beta18.1"
ppx_jane
>= "v0.11" & < "v0.12"
core_kernel
>= "v0.11" & < "v0.12"
ocaml
>= "4.04.1"
Reverse Dependencies
async_rpc_kernel
= "v0.11.0"