feat(xpkg): publish libxpkg 0.0.55 - #193
Merged
Merged
Conversation
Sunrisepeak
marked this pull request as ready for review
August 9, 2026 01:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Publishes the source-library release from openxlings/libxpkg#39 for downstream xlings issues openxlings/xlings#513 and openxlings/xlings#514.
Before this descriptor change, the annotated
0.0.55source tag existed but a minimal publicmcpp buildstill failed withE_NOT_FOUND: the mcpplibs index advertisedmcpplibs.xpkgonly through0.0.54. A source tag is therefore necessary but not sufficient for package-manager resolution.The
0.0.55entry is added to all three platform blocks (linux,macosx,windows) with identical source metadata:https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.55.tar.gzhttps://gitcode.com/mcpp-res/xpkg/releases/download/0.0.55/xpkg-0.0.55.tar.gzd388c1dd3a531a8e03d304ee2f8dac7a693904daa45de4c400eea7169418fb45Release evidence:
dc0b08ad01a401ecc7ee2a4ca4290d342c17a320peels to merged commit7ecf628fe8cc19fa3419abe59e9d4fba1d93d2d8.gtccreated the release and uploaded the exact archive once.cmpand SHA-256 prove it is byte-identical to GLOBAL.libxpkg-0.0.55/, and itsmcpp.tomlreports version0.0.55.Focused validation passed:
mcpp xpkg parse pkgs/x/xpkg.lua --jsontests/check_platform_version_parity.luatests/check_mirror_urls.luatests/list_cn_urls.luagit diff --checkAfter merge, the downstream gate will refresh the public
mcpplibsindex and require a minimalmcpp add mcpplibs.xpkg@0.0.55plus build/lock/source-version probe before xlings consumes the release.