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" build: [ ["jbuilder" "subst" "-p" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.02.3" & < "5.0"} "jbuilder" {>= "1.0+beta16"} "base-unix" ] 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.5.0.tar.gz" checksum: [ "sha256=e60a275e18c8fdc6ac6005af42f56d76d6d39222c12ab60617417925f3793625" "md5=158919cc350bfb668e12ec8367b8f7c7" ] }