hatred_45@lemmy.worldtoRedox OS@lemmy.world•Is Redox going to be immutable and reproducible in a declarative way?English
2·
1 year agoRedox follow the Debian packaging design, but it will support reproducible builds and someone can implement immutable/reproducible declarative configuration.
The Linux distribution packages suffer from dependency hell because the C and C++ dependency management is manual, there’s no good dependency manager on the C and C++ programming languages.
While the Rust programming language has automatic dependency management with Cargo, the best dependency manager in the history of computing.