A package and dependency manager for Meson projects, centered on Meson's wrap system.
Collider streamlines how you publish, share, and consume Meson wrap packages. It works with WrapDB-compatible repositories so your existing Meson workflows stay intact while gaining proper dependency management.
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.buildfiles. - 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.