Skip to content

Collider logo

Tests Lint PyPI License codecov Codacy Badge Matrix

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

  • 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