@hackage ihp-context1.0.0

Minimal typed context container for IHP

This package provides ControllerContext, a typed key-value container with minimal dependencies.

The main IHP framework has heavy transitive dependencies (database, mail, logging, etc.) through FrameworkConfig. By extracting ControllerContext into this lightweight package, other IHP packages like ihp-pagehead can depend only on ihp-context instead of the full ihp package, significantly reducing their dependency footprint.