package distributed

  1. Overview
  2. Docs
Library to provide Erlang style distributed computations. This library is inspired by Cloud Haskell.

Install

Dune Dependency

Authors

Maintainers

Sources

v0.4.0.tar.gz
md5=4db28d42f3c31c0d252ba2e479870232

Description

Primitive for spawning processes (in the Erlang sense) either remotely or locally, monitoring/unmonitoring spawned processes, sending, receiving, broadcasting messages to those processes. Unlike Erlang, the messages that are sent between processes are typed.

Published: 19 Jan 2017

Dependencies (6)

  1. ocamlfind build
  2. ocamlbuild build
  3. lwt >= "2.7.0" & < "4.0.0"
  4. base-unix
  5. base-threads
  6. ocaml >= "4.02.3"

Dev Dependencies (1)

  1. ounit with-test & >= "2.0"

Used by

None

Conflicts

None