Package index registry for the
mcppbuild tool.
This repository indexes modular C++23 packages that follow the xpkg v1 spec plus the mcpp extension segment.
| Repo | Format | Build tool | Status |
|---|---|---|---|
d2learn/xim-pkgindex |
xpkg v1 (Lua) | xlings + various | Official xlings index |
mcpplibs/mcpplibs-index |
xmake package(...) |
xmake | mcpplibs xmake-style index |
mcpp-community/mcpp-index (this) |
xpkg v1 + mcpp ext | mcpp | Modular-only, mcpp-driven |
pkgs/<letter>/<package>.lua Each indexed package
docs/ Contributor docs
.github/workflows/ CI: lint, validate, deploy
mcpp registers mcpp-index automatically as the default registry. With a
fresh mcpp install:
mcpp env # initializes ~/.mcpp/registry/
mcpp search hello # searches mcpp-index
mcpp add mcpplibs.templates@0.0.1 # adds to your project's mcpp.toml
mcpp build # mcpp pulls source via xlings, buildsSee docs/19-creating-mcpp-index.md in the mcpp repo.
Package descriptions: CC0 (metadata is uncopyrightable). Each indexed package has its own license.