📦 An official xmake package repository

ruki 0d2bc2986b Update xmake.lua před 4 roky
.github d27fd869fe fix some os.tmpdir misusing (#634) před 4 roky
packages 0d2bc2986b Update xmake.lua před 4 roky
scripts b7793b162e fix build artifacts před 4 roky
.gitignore bcd693ba02 add MNN (#633) před 4 roky
CONTRIBUTING.md bf48ecb9ff update readme před 6 roky
LICENSE.md e77aaf18aa an initial package repository based on xmake před 8 roky
NOTICE.md 8530f609ae update xmake github url před 6 roky
README.md 6a4ff0557b fix links před 4 roky
README_zh.md 6a4ff0557b fix links před 4 roky
xmake.lua f859843fa2 upgrade xmake minver před 4 roky

README.md

xmake-repo

An official xmake package repository

Supporting the project

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. 🙏 [Become a sponsor]

Introduction (中文)

xmake-repo is an official xmake package repository.

Package dependences

Package management

If you want to know more, please refer to the xmake documentation:

Xrepo

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:

Submit package to repository

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