propeller: A Propagator Library

[ bsd3, data, library ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/typedbyte/propeller#readme


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), containers (>=0.5.6.2 && <0.8) [details]
License BSD-3-Clause
Copyright 2024 Michael Szvetits
Author Michael Szvetits
Maintainer typedbyte@qualified.name
Category Data
Home page https://github.com/typedbyte/propeller#readme
Bug tracker https://github.com/typedbyte/propeller/issues
Source repo head: git clone https://github.com/typedbyte/propeller
Uploaded by MichaelSzvetits at 2024-06-10T18:40:18Z
Distributions NixOS:0.2.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 441 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-06-10 [all 1 reports]

Readme for propeller-0.2.0.0

[back to package description]

propeller

Hackage

A propagator library written in Haskell. Values are stored in cells which can be connected to each other. Changes to the value of a cell are automatically propagated to connected cells, similar to the internal workings of popular table-based worksheet tools.