1 مستودع
Package managers that treat software descriptions as deterministic functions to guarantee reproducible binaries.
Distinct from Package Managers: Distinct from general package managers by using functional logic to ensure identical build outputs.
Explore 1 awesome GitHub repository matching part of an awesome list · Functional. Refine with filters or upvote what's useful.
This project provides a functional package manager and a reproducible build system designed to ensure identical build inputs always produce the same outputs. It serves as the foundation for a declarative Linux distribution where the entire system state is defined in a configuration file, enabling predictable deployments and full-system rollbacks. The system uses a deterministic functional language and a lazy-evaluation expression engine to manage software dependencies and isolate build environments. It distinguishes itself through a content-addressable store that allows multiple versions of s
Provides a deterministic functional package manager that ensures reproducible binary outputs from the same inputs.