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] ["jbuilder" "build" "@runtest-uwt" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.02.3"} "jbuilder" {>= "1.0+beta16"} "distributed" {>= "0.5.0"} "logs" "uwt" ] synopsis: "A library to provide a uwt based implementation of Distributed." 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" ] }