Redox follow the Debian packaging design, but it will support reproducible builds and someone can implement immutable/reproducible declarative configuration.
hatred_45
joined 1 year ago
Redox 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.