| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 4 年前 | ||
| 1 天前 | ||
| 24 天前 | ||
| 23 小时前 | ||
| 21 天前 | ||
| 10 天前 | ||
| 16 天前 | ||
| 24 分钟前 | ||
| 14 天前 | ||
| 5 天前 | ||
| 9 天前 | ||
| 18 天前 | ||
| 25 分钟前 | ||
| 2 天前 | ||
| 2 天前 | ||
| 2 天前 | ||
| 1 天前 | ||
| 9 天前 | ||
| 11 天前 | ||
| 6 小时前 | ||
| 17 天前 | ||
| 2 小时前 | ||
| 3 天前 | ||
| 18 天前 | ||
| 11 天前 | ||
| 27 天前 | ||
| 20 天前 | ||
| 2 个月前 |
Packages
This directory contains the official xmake package recipes.
Structure
The directory structure is organized by the first letter of the package name:
packages/
- x/
- xmake/
- xmake.lua
- z/
- zlib/
- xmake.lua
Usage
You can integrate these packages into your project by adding add_requires to your xmake.lua file:
add_requires("zlib", "libpng")
target("test")
set_kind("binary")
add_files("src/*.c")
add_packages("zlib", "libpng")
Contribution
Please refer to CONTRIBUTING.md for details on how to submit a new package.