package babel

  1. Overview
  2. Docs
A library for defining Rpcs that can evolve over time without breaking backward compatibility.

Install

Dune Dependency

Authors

Maintainers

Sources

babel-v0.16.0.tar.gz
sha256=8afe3e90915efc7edddfc98bd583d576cc12f44fba433324a0e6d40d1e9e7140

Description

A library for defining Rpcs that can evolve over time without breaking backward compatibility.

Published: 14 Jun 2023

README

"Babel"

Babel is a library for defining Rpcs that can evolve over time without breaking backward compatibility as different components are upgraded. Look in the example_protocol_lib directory as a starting point.

Dependencies (7)

  1. dune >= "2.0.0"
  2. tilde_f >= "v0.16" & < "v0.17"
  3. streamable >= "v0.16" & < "v0.17"
  4. ppx_jane >= "v0.16" & < "v0.17"
  5. core >= "v0.16" & < "v0.17"
  6. async_rpc_kernel >= "v0.16" & < "v0.17"
  7. ocaml >= "4.14.0"

Dev Dependencies

None

Used by (1)

  1. bonsai >= "v0.16.0"

Conflicts

None