package riot

  1. Overview
  2. No Docs
An actor-model multi-core scheduler for OCaml 5

Install

Dune Dependency

Authors

Maintainers

Sources

riot-0.0.8.tbz
sha256=4ac883cf9ddbf5b3084fd4372300dd07758acbdf1649df5f8a2794e35a99a5e1
sha512=52043592d567b66398d864f3f5c0a3f923007f0125f69a077a34677c60548d5bfb160074bc1847d1153d2c73eb592e2c2488d34fcde4a745fbe72804ad6fcab1

Description

Riot is an actor-model multi-core scheduler for OCaml 5. It brings Erlang-style concurrency to the language, where lighweight process communicate via message passing

Dependencies (14)

  1. dune >= "3.11"
  2. uri >= "4.4.0"
  3. tls >= "0.17.3" & < "0.17.4"
  4. telemetry >= "0.0.1"
  5. randomconv >= "0.1.3" & < "0.2.0"
  6. ptime >= "1.1.0"
  7. ocaml >= "5.1"
  8. mtime >= "2.0.0"
  9. mirage-crypto-rng >= "0.11.2"
  10. mirage-crypto >= "0.11.2"
  11. rio = version
  12. gluon = version
  13. config >= "0.0.1"
  14. bytestring = version

Dev Dependencies (4)

  1. x509 with-test & >= "0.16.5"
  2. odoc with-doc & >= "2.2.2"
  3. mdx with-test & >= "2.3.1"
  4. castore with-test & >= "0.0.2"

Used by (2)

  1. minttea < "0.0.2"
  2. nomad

Conflicts

None