package async_rpc_kernel

  1. Overview
  2. Docs
Platform-independent core of Async RPC library

Install

Dune Dependency

Authors

Maintainers

Sources

async_rpc_kernel-v0.16.0.tar.gz
sha256=4fe8ced35d51f8a5270180d49385fcde7b33cc8fb5638322049b5350ec84cbb8

Description

Part of Jane Street's Core library The Core suite of libraries is an industrial strength alternative to OCaml's standard library that was developed by Jane Street, the largest industrial user of OCaml.

Published: 14 Jun 2023

README

Async_rpc_kernel

A library for building RPC-style protocols. This library is the portable part of the Unix-oriented Async_rpc library, and is actively used in JavaScript.

Dependencies (6)

  1. dune >= "2.0.0"
  2. protocol_version_header >= "v0.16" & < "v0.17"
  3. ppx_jane >= "v0.16" & < "v0.17"
  4. core >= "v0.16" & < "v0.17"
  5. async_kernel >= "v0.16" & < "v0.17"
  6. ocaml >= "4.14.0"

Dev Dependencies

None

Used by (10)

  1. async >= "v0.16.0"
  2. async_durable >= "v0.16.0"
  3. async_js >= "v0.16.0"
  4. async_rpc_websocket >= "v0.16.0"
  5. babel
  6. bonsai >= "v0.16.0"
  7. memtrace_viewer >= "v0.16.0"
  8. polling_state_rpc
  9. resource_cache >= "v0.16.0"
  10. streamable

Conflicts

None