📦 An official xmake package repository
|
%!s(int64=4) %!d(string=hai) anos | |
---|---|---|
.github | %!s(int64=4) %!d(string=hai) anos | |
packages | %!s(int64=4) %!d(string=hai) anos | |
scripts | %!s(int64=4) %!d(string=hai) anos | |
.gitignore | %!s(int64=4) %!d(string=hai) anos | |
CONTRIBUTING.md | %!s(int64=6) %!d(string=hai) anos | |
LICENSE.md | %!s(int64=8) %!d(string=hai) anos | |
NOTICE.md | %!s(int64=6) %!d(string=hai) anos | |
README.md | %!s(int64=4) %!d(string=hai) anos | |
README_zh.md | %!s(int64=4) %!d(string=hai) anos | |
xmake.lua | %!s(int64=4) %!d(string=hai) anos |
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. 🙏 [Become a sponsor]
xmake-repo is an official xmake package repository.
If you want to know more, please refer to the xmake documentation:
xrepo is a cross-platform C/C++ package manager based on Xmake.
It is based on the runtime provided by xmake, but it is a complete and independent package management program. Compared with package managers such as vcpkg/homebrew, xrepo can provide C/C++ packages for more platforms and architectures at the same time.
If you want to know more, please refer to the xrepo documentation:
Write a xmake.lua of new package in packages/x/xxx/xmake.lua
and push a pull-request to the dev branch.
For example, packages/z/zlib/xmake.lua:
If you want to known more, please see: Create and Submit packages to the official repository