package rizzo

  1. Overview
  2. Docs
FRP library implementation of Rizzo

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rizzo-0.3.0.tbz
sha256=8e858565e348bee3915e75fdc64c645d9beeb124959c8d779531b0738c79cafb
sha512=e313c4a9d9978a118c129cb041a449ce4d9f8ccc86ac2be3631fa586970c39558e0f2c19c35d2298200f2566ba671f7c83a4543aecad1815dcf0f5ea066eadc6

doc/CHANGES.html

0.3.0 - 2025-12-15

  • Fixed bug in heap related to garbage colletcion.

0.2.0 - 2025-12-05

  • Changed signal combinators to have *L suffix for later signals, rather than *D.
  • Swapped order of arguments for |>> (applicative operator) to better fit a left-to-right reading direction, and replaced to previous order (function first) with <<|.
  • Overall (and totally unbiased), a much better version.

0.1.0 - 2025-11-27

  • Initial release of the Rizzo FRP library.
  • Core modules: generic signal, channel, and types, including event loop and heap internals.
  • Input handling via console_input and port_input.
  • Output handling via console_output and port_send_outputD.