feat(pkgs/p): add protobuf@x.x.x#61
Open
Aimol-l wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new protobuf package descriptor to the mcpp-index so consumers can fetch protobuf v3.19.1 (noted as modularized from OpenCV’s 3rdparty/protobuf) via the index.
Changes:
- Introduce the
pkgs/p/protobuf.luapackage descriptor for protobuf3.19.1. - Provide per-platform
xpmentries pointing to the GitHub release tarball and SHA256.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| name = "protobuf", | ||
| description = "Protocol Buffers - Google's data interchange format (modularized from OpenCV 3rdparty)", | ||
| licenses = {"BSD-3-Clause"}, | ||
| repo = "https://github.com/Aimol-l/protobuf-mcpp.git", |
Comment on lines
+11
to
+13
| maintainers = {"Aimol-l"}, | ||
|
|
||
| xpm = { |
| @@ -0,0 +1,24 @@ | |||
| -- AUTO-GENERATED by `mcpp emit xpkg`. Do not edit by hand. | |||
| -- Source: mcpp.toml @ v3.19.1 | |||
Sunrisepeak
requested changes
Jul 7, 2026
| -- AUTO-GENERATED by `mcpp emit xpkg`. Do not edit by hand. | ||
| -- Source: mcpp.toml @ v3.19.1 | ||
| package = { | ||
| spec = "1", |
Member
There was a problem hiding this comment.
可以增加一下 namespace 指向 aimol 做空间标识
Member
|
以及文件名可以加ns前缀放到 a 下面
|
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.
添加protobuf包,版本 3.19.1
代码来源是opencv5.0.0的3rdparty/protobuf,而非官方仓库。