Description
Provides content-addressable Haskell package management functionality. Content addressing identifies package data by its contents, helping tools verify, cache, and reproduce package inputs reliably.
It is useful for build tools, package managers, snapshots, and reproducible development workflows. It is a library component and not a full package manager interface here.