paketlr
Paketlr is an open-source package management and build tool designed to manage software dependencies across programming languages using a single declarative workflow. It provides a language-agnostic manifest and a set of adapters that translate language-specific metadata into a unified dependency graph. The primary goal is to improve reproducibility, reliability, and speed of installations across projects and environments.
Its core concepts include a manifest file, typically paketlr.yaml, that lists declared dependencies with version constraints;
In operation, paketlr reads the manifest, resolves a consistent set of dependencies, fetches artifacts from registries,
History and status: Paketlr emerged in the early 2020s as a community-driven project aimed at unifying dependency
See also: package manager, dependency manager, npm, Poetry, Bundler, Cargo.