keera-hails-reactivevalues: Haskell on Rails - Reactive Values
This package contains a general definition of Reactive Values and several useful combinators. A reactive value is a typed mutable value with access properties and change propagation. Access property can be read-only, read-write or read-write.
How an RV is actually implemented, and when and how change propagation is executed is dependent on each RV. For instance, Gtk widget properties would normally use the standard event-handler installers to implement change propagation, whereas pure Haskell values might fork a thread (or not) and propagate changes asynchronously.
RVs can be created from pure models (see <https://github.com/keera-studios/keera-hails/tree/master/keera-hails-mvc-model-lightmodel keera-hails-mvc-model-lightmodel> and <https://github.com/keera-studios/keera-hails/tree/master/keera-hails-mvc-model-protectedmodel keera-hails-mvc-model-protectedmodel>), Gtk+/WX/Qt/HTML DOM/Android widget properties/event handlers/getters/setters, files, sockets, FRP networks. Other backends are also available. See keera-hails for a list of available backends, tutorials, etc.
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| test-hlint | Enabled | |
| test-doc-coverage | Enabled | |
| test-unit-tests | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- keera-hails-reactivevalues-0.8.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.0.3.4, 0.0.4, 0.1.0, 0.1.2.1, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.2.0, 0.2.2.1, 0.2.2.2, 0.5.0, 0.6.0, 0.7.0, 0.8.0 |
|---|---|
| Dependencies | base (>=4 && <5), contravariant [details] |
| Tested with | ghc ==7.6.3, ghc ==7.8.4, ghc ==7.10.2 |
| License | BSD-3-Clause |
| Copyright | (C) 2013 Keera Studios Ltd |
| Author | Ivan Perez |
| Maintainer | support@keera.co.uk |
| Category | Development |
| Home page | http://www.keera.co.uk/blog/community/ |
| Source repo | head: git clone git://github.com/keera-studios/keera-hails(keera-hails-reactivevalues) |
| Uploaded | by keera_studios_ci at 2022-04-05T07:52:17Z |
| Distributions | |
| Reverse Dependencies | 12 direct, 2 indirect [details] |
| Downloads | 7845 total (25 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2022-04-05 [all 1 reports] |