package async_extra

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async_extra-v0.12.0.tar.gz
md5=ed4ab8853fa9ca6b4d92943374d8ffda

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: 01 Mar 2019

README

Async_extra

Async_extra includes things that are useful for writing applications, but are not provided by Async_kernel or Async_unix, such as command-line argument handling and RPC support.

API documentation for the latest release can be found [here][https://ocaml.janestreet.com/ocaml-core/latest/doc/async/index.html].

Dependencies (7)

  1. dune >= "1.5.1"
  2. ppx_jane >= "v0.12" & < "v0.13"
  3. core >= "v0.12" & < "v0.13"
  4. async_unix >= "v0.12" & < "v0.13"
  5. async_rpc_kernel >= "v0.12" & < "v0.13"
  6. async_kernel >= "v0.12" & < "v0.13"
  7. ocaml >= "4.07.0"

Dev Dependencies

None

Used by (3)

  1. async = "v0.12.0"
  2. cohttp-async >= "2.1.1" & < "2.5.0"
  3. vrt

Conflicts

None