package An official xmake package repository https://xrepo.xmake.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Hoildkv 4beba374dd
add farmhash, mjson, xxhash (#559)
3 years ago
.github/workflows add libusb for mingw32/64 (#555) 3 years ago
packages add farmhash, mjson, xxhash (#559) 3 years ago
scripts fix build artifacts 3 years ago
.gitignore an initial package repository based on xmake 8 years ago
CONTRIBUTING.md update readme 5 years ago
LICENSE.md an initial package repository based on xmake 8 years ago
NOTICE.md update xmake github url 6 years ago
README.md fix links 4 years ago
README_zh.md fix links 4 years ago
xmake.lua upgrade xmake minver 4 years ago

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