From 93aeb5c0462139213c3420ca635e4ea93432fc47 Mon Sep 17 00:00:00 2001 From: Andre Boechat Date: Sun, 20 Apr 2025 18:07:48 -0300 Subject: [PATCH] Add warning that the project "reactor" was archived --- content/parallelism.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/parallelism.md b/content/parallelism.md index f7badb9..134359f 100644 --- a/content/parallelism.md +++ b/content/parallelism.md @@ -136,5 +136,5 @@ light library to deal with RPCs in OCaml. Library for distributed computation in OCaml. Similar to Erlang's model and inspired by Cloud Haskell. -* [reactor](https://github.com/ostera/reactor) (alpha): +* [reactor](https://github.com/ostera/reactor) (alpha, unmaintened, archived in 2019): Actor model for OCaml, similar to Erlang Elixir.