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.15.0.tar.gz
sha256=a791e99ccc8205ed34c7eda94ad522eb14fe33802df3acf4f0ce6316be4b581d

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: 21 Mar 2022

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.15" & < "v0.16"
  3. ppx_jane >= "v0.15" & < "v0.16"
  4. core >= "v0.15" & < "v0.16"
  5. async_kernel >= "v0.15" & < "v0.16"
  6. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (7)

  1. async = "v0.15.0"
  2. async_durable = "v0.15.0"
  3. async_js >= "v0.15.0" & < "v0.16.0"
  4. async_rpc_websocket < "v0.16.0"
  5. bonsai >= "v0.15.0" & < "v0.16.0"
  6. memtrace_viewer = "v0.15.0"
  7. resource_cache = "v0.15.0"

Conflicts

None