propeller: A Simple 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
Change log ChangeLog.md
Dependencies base (>=4.7 && <5) [details]
License BSD-3-Clause
Copyright 2020 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 2020-02-10T21:13:03Z
Distributions NixOS:0.1.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 391 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-02-10 [all 1 reports]

Readme for propeller-0.1.0.0

[back to package description]

propeller

Hackage

A simple 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.