Collider extends Meson's native wrap ecosystem with modern package management features including automatic dependency resolution, lockfiles, and publish/share capabilities, fully compatible with WrapDB.
# Index - Collider
Source: [https://collider.ee/1.5.1/](https://collider.ee/1.5.1/)

[](https://github.com/MaxandreOgeret/collider/actions/workflows/tests.yml)[](https://github.com/MaxandreOgeret/collider/actions/workflows/lint.yml)[](https://pypi.org/project/collider-wraps/)[](https://github.com/MaxandreOgeret/collider/blob/main/LICENSE)[](https://codecov.io/gh/MaxandreOgeret/collider)[](https://app.codacy.com/gh/MaxandreOgeret/collider/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)[](https://matrix.to/#/#collider:matrix.org)
**Collider brings modern package management to Meson's native wrap ecosystem\.**
Rather than replacing Meson's dependency model, Collider extends it: automatic dependency resolution, lockfiles, and a streamlined day\-to\-day workflow, fully compatible with wraps and WrapDB\.
## Key Features[¶](https://collider.ee/1.5.1/#key-features)
- **Publish and share**Meson projects as wrap packages to local or remote repositories\.
- **Add, upgrade, and remove**dependencies with version constraints\.
- **Resolve transitive dependencies**automatically by scanning`meson\.build`files\.
- **Lock dependencies**for reproducible builds across machines and CI\.
- **Offline builds**through a local cache of wraps and archives\.
- **Host your own repository**with a built\-in HTTP server or a static filesystem layout\.
- **WrapDB\-compatible**: works with the official Meson WrapDB out of the box\.
## Next Steps[¶](https://collider.ee/1.5.1/#next-steps)
- [Install Collider](https://collider.ee/1.5.1/getting-started/installation/)
- [Follow the Quick Start guide](https://collider.ee/1.5.1/getting-started/quickstart/)
- [Read the CLI reference](https://collider.ee/1.5.1/reference/cli/)
A blog post advocating for package managers to support global hooks as a more secure and flexible alternative to current package security measures like registries or shell wrappers.
This article explores how different package management strategies and tools reflect organizational communication structures, illustrating Conway's Law through monorepos, workspaces, Bazel, Nix, Docker, and more.
Zig moves all package management functionality from the compiler to the build system, reducing binary size and enabling easier patching and safety checks. This architectural change improves the build server protocol and unblocks ZLS integration.
A developer built a comprehensive GNOME Shell extension for Codex that adds native GTK history management, local/remote session browsing, Markdown export, and a read-only MCP server with multi-device pairing and security controls.