opam-version: "2.0" maintainer: "essdotteedot " authors: [ "essdotteedot " ] license: "MIT" homepage: "https://github.com/essdotteedot/distributed" dev-repo: "git+https://github.com/essdotteedot/distributed.git" bug-reports: "https://github.com/essdotteedot/distributed/issues" doc: "https://essdotteedot.github.io/distributed/" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "dune" {>= "1.11.0"} "base-unix" "ocaml" {>= "4.02.3" & < "5.0"} ] synopsis: "Library to provide Erlang style distributed computations. This library is inspired by Cloud Haskell" 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. """ url { src: "https://github.com/essdotteedot/distributed/archive/v0.6.0.tar.gz" checksum: [ "md5=c7fe69990324309299fe4ad90a738866" "sha512=d1c2bd6a5f11dab70bc74178f9fafe2a36a697313f52bf2bce7b263ac2c9e0930f367c34bcd74ebfe8c56b269f03b6f6ac7c0738ee0e81d752658a831b559c05" ] }