apecs-stm: STM stores for apecs

[ bsd3, control, data, game, library ] [ Propose Tags ] [ Report a vulnerability ]

Apecs stores that live in the STM monad, and other tools.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.2, 0.3 (info)
Change log CHANGELOG.md
Dependencies apecs (>=0.9.3 && <0.11), base (>=4.9 && <5), containers, list-t (>=1 && <1.2), stm (>=2.3 && <3), stm-containers (>=1.2.1 && <2), template-haskell, transformers, vector [details]
License BSD-3-Clause
Author Jonas Carpay
Maintainer jonascarpay@gmail.com
Uploaded by AlexanderBondarenko at 2026-06-19T15:41:08Z
Category Game, Control, Data
Home page https://github.com/jonascarpay/apecs
Source repo head: git clone https://github.com/jonascarpay/apecs
Distributions
Downloads 2591 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-06-19 [all 1 reports]

Readme for apecs-stm-0.3

[back to package description]

apecs-stm

Experimental STM stores, allow apecs to be run in the STM monad.

atomically . cmap $ \(Position p, Velocity v) -> Position (v+p)