ruki 4 anos atrás
pai
commit
605d9cac27

+ 3 - 3
_sidebar.md

@@ -1,10 +1,10 @@
 - Packages
   - [msys](packages/msys.md)
   - [android](packages/android.md)
-  - [bsd](packages/bsd.md)
   - [iphoneos](packages/iphoneos.md)
   - [macosx](packages/macosx.md)
-  - [mingw](packages/mingw.md)
+  - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
-  - [linux](packages/linux.md)
+  - [mingw](packages/mingw.md)
   - [windows](packages/windows.md)
+  - [linux](packages/linux.md)

+ 3 - 2
build.lua

@@ -232,7 +232,7 @@ function build_mirror_files()
 end
 
 -- write package
-function write_package(file, pkg, plat)
+function write_package(file, pkg, plat, archs)
     local name = pkg:name()
     local homepage = pkg:get("homepage")
     local license = pkg:get("license")
@@ -248,6 +248,7 @@ function write_package(file, pkg, plat)
         file:print("| License | %s |", license)
     end
     file:print("| Versions | %s |", table.concat(versions, ", "))
+    file:print("| Architectures | %s |", table.concat(archs, ", "))
     file:print("| Github | [%s/xmake.lua](%s) |", name, xmakefile)
     file:print("")
     file:print("##### Install command")
@@ -316,7 +317,7 @@ function build_packages()
         for _, key in ipairs(keys) do
             file:print("## %s", key)
             for _, pkg in ipairs(list[key]) do
-                write_package(file, pkg.instance, plat)
+                write_package(file, pkg.instance, plat, pkg.archs)
             end
             file:print("")
         end

+ 187 - 7
mirror/packages/android.html

@@ -109,6 +109,10 @@
 <td>2.69, 2.68</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/autoconf/xmake.lua">autoconf/xmake.lua</a></td>
 </tr>
@@ -138,6 +142,10 @@
 <td>1.9.5, 1.16.1, 1.9.6, 1.15.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/automake/xmake.lua">automake/xmake.lua</a></td>
 </tr>
@@ -168,6 +176,10 @@
 <td>0.0.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bin2c/xmake.lua">bin2c/xmake.lua</a></td>
 </tr>
@@ -198,6 +210,10 @@
 <td>2.9.2</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/catch2/xmake.lua">catch2/xmake.lua</a></td>
 </tr>
@@ -227,6 +243,10 @@
 <td>1.7.10</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cjson/xmake.lua">cjson/xmake.lua</a></td>
 </tr>
@@ -256,6 +276,10 @@
 <td>3.11.4, 3.15.4</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua">cmake/xmake.lua</a></td>
 </tr>
@@ -285,6 +309,10 @@
 <td></td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/concurrentqueue/xmake.lua">concurrentqueue/xmake.lua</a></td>
 </tr>
@@ -314,6 +342,10 @@
 <td>2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-taskflow/xmake.lua">cpp-taskflow/xmake.lua</a></td>
 </tr>
@@ -343,6 +375,10 @@
 <td>v2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cxxopts/xmake.lua">cxxopts/xmake.lua</a></td>
 </tr>
@@ -373,6 +409,10 @@
 <td>2.3.6, 2.3.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/doctest/xmake.lua">doctest/xmake.lua</a></td>
 </tr>
@@ -403,6 +443,10 @@
 <td>4.0.2</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/f/ffmpeg/xmake.lua">ffmpeg/xmake.lua</a></td>
 </tr>
@@ -429,7 +473,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>6.2.0, 5.3.0, 6.0.0</td>
+<td>6.2.0, 6.0.0, 5.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -462,6 +510,10 @@
 <td>1.8.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gtest/xmake.lua">gtest/xmake.lua</a></td>
 </tr>
@@ -489,7 +541,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.75, v1.79</td>
+<td>v1.79, v1.75</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -521,6 +577,10 @@
 <td>v2.1.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/inja/xmake.lua">inja/xmake.lua</a></td>
 </tr>
@@ -550,6 +610,10 @@
 <td>1.2</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/irrXML/xmake.lua">irrXML/xmake.lua</a></td>
 </tr>
@@ -580,6 +644,10 @@
 <td>0.13.1-20180305</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/j/json-c/xmake.lua">json-c/xmake.lua</a></td>
 </tr>
@@ -610,6 +678,10 @@
 <td>v9c, v9b</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libjpeg/xmake.lua">libjpeg/xmake.lua</a></td>
 </tr>
@@ -639,6 +711,10 @@
 <td>v1.6.36, v1.6.35, v1.6.34</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libpng/xmake.lua">libpng/xmake.lua</a></td>
 </tr>
@@ -668,6 +744,10 @@
 <td>2.4.5, 2.4.6</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libtool/xmake.lua">libtool/xmake.lua</a></td>
 </tr>
@@ -697,6 +777,10 @@
 <td>v1.24.0, v1.23.2, v1.23.1, v1.28.0, v1.27.0, v1.26.0, v1.25.0, v1.22.0, v1.24.1, v1.23.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libuv/xmake.lua">libuv/xmake.lua</a></td>
 </tr>
@@ -726,6 +810,10 @@
 <td>v2.3.3</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libxmake/xmake.lua">libxmake/xmake.lua</a></td>
 </tr>
@@ -755,6 +843,10 @@
 <td>2.9.9</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libxml2/xmake.lua">libxml2/xmake.lua</a></td>
 </tr>
@@ -781,7 +873,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>5.3.5, 5.1.5, 5.2.4</td>
+<td>5.1.5, 5.2.4, 5.3.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -813,6 +909,10 @@
 <td>2.1.0-beta3</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/luajit/xmake.lua">luajit/xmake.lua</a></td>
 </tr>
@@ -843,6 +943,10 @@
 <td>1.4.18</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/m4/xmake.lua">m4/xmake.lua</a></td>
 </tr>
@@ -872,6 +976,10 @@
 <td>4.2.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/make/xmake.lua">make/xmake.lua</a></td>
 </tr>
@@ -901,6 +1009,10 @@
 <td>0.50.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meson/xmake.lua">meson/xmake.lua</a></td>
 </tr>
@@ -930,6 +1042,10 @@
 <td>2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/moonjit/xmake.lua">moonjit/xmake.lua</a></td>
 </tr>
@@ -960,6 +1076,10 @@
 <td>2.13.03</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua">nasm/xmake.lua</a></td>
 </tr>
@@ -989,6 +1109,10 @@
 <td>1.9.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua">ninja/xmake.lua</a></td>
 </tr>
@@ -1018,6 +1142,10 @@
 <td>v3.9.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nlohmann_json/xmake.lua">nlohmann_json/xmake.lua</a></td>
 </tr>
@@ -1048,6 +1176,10 @@
 <td>2.7.6</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/patch/xmake.lua">patch/xmake.lua</a></td>
 </tr>
@@ -1077,6 +1209,10 @@
 <td>0.29.2</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkg-config/xmake.lua">pkg-config/xmake.lua</a></td>
 </tr>
@@ -1106,6 +1242,10 @@
 <td>3.8.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/protoc/xmake.lua">protoc/xmake.lua</a></td>
 </tr>
@@ -1135,6 +1275,10 @@
 <td>2.5.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pybind11/xmake.lua">pybind11/xmake.lua</a></td>
 </tr>
@@ -1161,7 +1305,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.7.0, 2.7.15</td>
+<td>2.7.15, 3.7.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -1193,6 +1341,10 @@
 <td>2.7.15</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
 </tr>
@@ -1220,7 +1372,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.3.1, 1.5.0, 1.8.0, 1.4.2</td>
+<td>1.3.1, 1.5.0, 1.4.2, 1.8.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -1252,6 +1408,10 @@
 <td>0.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stb/xmake.lua">stb/xmake.lua</a></td>
 </tr>
@@ -1279,7 +1439,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.6.2, v1.6.5, v1.6.3, v1.6.4</td>
+<td>v1.6.5, v1.6.2, v1.6.4, v1.6.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -1311,6 +1475,10 @@
 <td>8.0.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyxml2/xmake.lua">tinyxml2/xmake.lua</a></td>
 </tr>
@@ -1340,6 +1508,10 @@
 <td>2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tmxparser/xmake.lua">tmxparser/xmake.lua</a></td>
 </tr>
@@ -1370,6 +1542,10 @@
 <td>1.3.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/y/yasm/xmake.lua">yasm/xmake.lua</a></td>
 </tr>
@@ -1397,7 +1573,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.2.10, 1.2.11</td>
+<td>1.2.11, 1.2.10</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64</td>
 </tr>
 <tr>
 <td>Github</td>

+ 149 - 5
mirror/packages/bsd.html

@@ -109,6 +109,10 @@
 <td>2.69, 2.68</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/autoconf/xmake.lua">autoconf/xmake.lua</a></td>
 </tr>
@@ -138,6 +142,10 @@
 <td>1.9.5, 1.16.1, 1.9.6, 1.15.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/automake/xmake.lua">automake/xmake.lua</a></td>
 </tr>
@@ -168,6 +176,10 @@
 <td>0.0.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bin2c/xmake.lua">bin2c/xmake.lua</a></td>
 </tr>
@@ -198,6 +210,10 @@
 <td>2.9.2</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/catch2/xmake.lua">catch2/xmake.lua</a></td>
 </tr>
@@ -227,6 +243,10 @@
 <td>3.11.4, 3.15.4</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua">cmake/xmake.lua</a></td>
 </tr>
@@ -256,6 +276,10 @@
 <td></td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/concurrentqueue/xmake.lua">concurrentqueue/xmake.lua</a></td>
 </tr>
@@ -285,6 +309,10 @@
 <td>2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-taskflow/xmake.lua">cpp-taskflow/xmake.lua</a></td>
 </tr>
@@ -314,6 +342,10 @@
 <td>v2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cxxopts/xmake.lua">cxxopts/xmake.lua</a></td>
 </tr>
@@ -344,6 +376,10 @@
 <td>2.3.6, 2.3.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/doctest/xmake.lua">doctest/xmake.lua</a></td>
 </tr>
@@ -371,7 +407,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>6.2.0, 5.3.0, 6.0.0</td>
+<td>6.2.0, 6.0.0, 5.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -404,6 +444,10 @@
 <td>1.8.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gtest/xmake.lua">gtest/xmake.lua</a></td>
 </tr>
@@ -434,6 +478,10 @@
 <td>v2.1.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/inja/xmake.lua">inja/xmake.lua</a></td>
 </tr>
@@ -463,6 +511,10 @@
 <td>1.2</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/irrXML/xmake.lua">irrXML/xmake.lua</a></td>
 </tr>
@@ -493,6 +545,10 @@
 <td>v9c, v9b</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libjpeg/xmake.lua">libjpeg/xmake.lua</a></td>
 </tr>
@@ -522,6 +578,10 @@
 <td>2.4.5, 2.4.6</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libtool/xmake.lua">libtool/xmake.lua</a></td>
 </tr>
@@ -548,7 +608,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>5.3.5, 5.1.5, 5.2.4</td>
+<td>5.1.5, 5.2.4, 5.3.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -580,6 +644,10 @@
 <td>2.1.0-beta3</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/luajit/xmake.lua">luajit/xmake.lua</a></td>
 </tr>
@@ -610,6 +678,10 @@
 <td>1.4.18</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/m4/xmake.lua">m4/xmake.lua</a></td>
 </tr>
@@ -639,6 +711,10 @@
 <td>4.2.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/make/xmake.lua">make/xmake.lua</a></td>
 </tr>
@@ -668,6 +744,10 @@
 <td>0.50.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meson/xmake.lua">meson/xmake.lua</a></td>
 </tr>
@@ -697,6 +777,10 @@
 <td>2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/moonjit/xmake.lua">moonjit/xmake.lua</a></td>
 </tr>
@@ -727,6 +811,10 @@
 <td>2.13.03</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua">nasm/xmake.lua</a></td>
 </tr>
@@ -756,6 +844,10 @@
 <td>6.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ncurses/xmake.lua">ncurses/xmake.lua</a></td>
 </tr>
@@ -785,6 +877,10 @@
 <td>1.9.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua">ninja/xmake.lua</a></td>
 </tr>
@@ -814,6 +910,10 @@
 <td>v3.9.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nlohmann_json/xmake.lua">nlohmann_json/xmake.lua</a></td>
 </tr>
@@ -844,6 +944,10 @@
 <td>2.7.6</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/patch/xmake.lua">patch/xmake.lua</a></td>
 </tr>
@@ -873,6 +977,10 @@
 <td>0.29.2</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkg-config/xmake.lua">pkg-config/xmake.lua</a></td>
 </tr>
@@ -902,6 +1010,10 @@
 <td>3.8.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/protoc/xmake.lua">protoc/xmake.lua</a></td>
 </tr>
@@ -931,6 +1043,10 @@
 <td>2.5.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pybind11/xmake.lua">pybind11/xmake.lua</a></td>
 </tr>
@@ -957,7 +1073,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.7.0, 2.7.15</td>
+<td>2.7.15, 3.7.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -989,6 +1109,10 @@
 <td>2.7.15</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
 </tr>
@@ -1016,7 +1140,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.3.1, 1.5.0, 1.8.0, 1.4.2</td>
+<td>1.3.1, 1.5.0, 1.4.2, 1.8.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -1048,6 +1176,10 @@
 <td>0.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stb/xmake.lua">stb/xmake.lua</a></td>
 </tr>
@@ -1075,7 +1207,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.6.2, v1.6.5, v1.6.3, v1.6.4</td>
+<td>v1.6.5, v1.6.2, v1.6.4, v1.6.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -1107,6 +1243,10 @@
 <td>2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tmxparser/xmake.lua">tmxparser/xmake.lua</a></td>
 </tr>
@@ -1137,6 +1277,10 @@
 <td>1.3.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/y/yasm/xmake.lua">yasm/xmake.lua</a></td>
 </tr>

+ 142 - 6
mirror/packages/cross.html

@@ -109,6 +109,10 @@
 <td>2.69, 2.68</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/autoconf/xmake.lua">autoconf/xmake.lua</a></td>
 </tr>
@@ -138,6 +142,10 @@
 <td>1.9.5, 1.16.1, 1.9.6, 1.15.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/automake/xmake.lua">automake/xmake.lua</a></td>
 </tr>
@@ -168,6 +176,10 @@
 <td>0.0.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bin2c/xmake.lua">bin2c/xmake.lua</a></td>
 </tr>
@@ -198,6 +210,10 @@
 <td>2.9.2</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/catch2/xmake.lua">catch2/xmake.lua</a></td>
 </tr>
@@ -227,6 +243,10 @@
 <td>3.11.4, 3.15.4</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua">cmake/xmake.lua</a></td>
 </tr>
@@ -256,6 +276,10 @@
 <td></td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/concurrentqueue/xmake.lua">concurrentqueue/xmake.lua</a></td>
 </tr>
@@ -285,6 +309,10 @@
 <td>2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-taskflow/xmake.lua">cpp-taskflow/xmake.lua</a></td>
 </tr>
@@ -314,6 +342,10 @@
 <td>v2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cxxopts/xmake.lua">cxxopts/xmake.lua</a></td>
 </tr>
@@ -344,6 +376,10 @@
 <td>2.3.6, 2.3.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/doctest/xmake.lua">doctest/xmake.lua</a></td>
 </tr>
@@ -371,7 +407,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>6.2.0, 5.3.0, 6.0.0</td>
+<td>6.2.0, 6.0.0, 5.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -404,6 +444,10 @@
 <td>1.8.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gtest/xmake.lua">gtest/xmake.lua</a></td>
 </tr>
@@ -434,6 +478,10 @@
 <td>v2.1.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/inja/xmake.lua">inja/xmake.lua</a></td>
 </tr>
@@ -463,6 +511,10 @@
 <td>1.2</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/irrXML/xmake.lua">irrXML/xmake.lua</a></td>
 </tr>
@@ -493,6 +545,10 @@
 <td>v9c, v9b</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libjpeg/xmake.lua">libjpeg/xmake.lua</a></td>
 </tr>
@@ -522,6 +578,10 @@
 <td>2.4.5, 2.4.6</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libtool/xmake.lua">libtool/xmake.lua</a></td>
 </tr>
@@ -552,6 +612,10 @@
 <td>1.4.18</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/m4/xmake.lua">m4/xmake.lua</a></td>
 </tr>
@@ -581,6 +645,10 @@
 <td>4.2.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/make/xmake.lua">make/xmake.lua</a></td>
 </tr>
@@ -610,6 +678,10 @@
 <td>0.50.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meson/xmake.lua">meson/xmake.lua</a></td>
 </tr>
@@ -640,6 +712,10 @@
 <td>2.13.03</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua">nasm/xmake.lua</a></td>
 </tr>
@@ -669,6 +745,10 @@
 <td>1.9.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua">ninja/xmake.lua</a></td>
 </tr>
@@ -698,6 +778,10 @@
 <td>v3.9.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nlohmann_json/xmake.lua">nlohmann_json/xmake.lua</a></td>
 </tr>
@@ -725,7 +809,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1.1, 1.0.2, 1.0.0</td>
+<td>1.0.2, 1.0.0, 1.1.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -758,6 +846,10 @@
 <td>2.7.6</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/patch/xmake.lua">patch/xmake.lua</a></td>
 </tr>
@@ -787,6 +879,10 @@
 <td>0.29.2</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkg-config/xmake.lua">pkg-config/xmake.lua</a></td>
 </tr>
@@ -816,6 +912,10 @@
 <td>3.8.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/protoc/xmake.lua">protoc/xmake.lua</a></td>
 </tr>
@@ -845,6 +945,10 @@
 <td>2.5.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pybind11/xmake.lua">pybind11/xmake.lua</a></td>
 </tr>
@@ -871,7 +975,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.7.0, 2.7.15</td>
+<td>2.7.15, 3.7.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -903,6 +1011,10 @@
 <td>2.7.15</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
 </tr>
@@ -930,7 +1042,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.3.1, 1.5.0, 1.8.0, 1.4.2</td>
+<td>1.3.1, 1.5.0, 1.4.2, 1.8.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -962,6 +1078,10 @@
 <td>0.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stb/xmake.lua">stb/xmake.lua</a></td>
 </tr>
@@ -989,7 +1109,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.6.2, v1.6.5, v1.6.3, v1.6.4</td>
+<td>v1.6.5, v1.6.2, v1.6.4, v1.6.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -1021,6 +1145,10 @@
 <td>2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tmxparser/xmake.lua">tmxparser/xmake.lua</a></td>
 </tr>
@@ -1051,6 +1179,10 @@
 <td>1.3.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/y/yasm/xmake.lua">yasm/xmake.lua</a></td>
 </tr>
@@ -1078,7 +1210,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.2.10, 1.2.11</td>
+<td>1.2.11, 1.2.10</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64</td>
 </tr>
 <tr>
 <td>Github</td>

+ 190 - 6
mirror/packages/iphoneos.html

@@ -109,6 +109,10 @@
 <td>2.69, 2.68</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/autoconf/xmake.lua">autoconf/xmake.lua</a></td>
 </tr>
@@ -138,6 +142,10 @@
 <td>1.9.5, 1.16.1, 1.9.6, 1.15.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/automake/xmake.lua">automake/xmake.lua</a></td>
 </tr>
@@ -168,6 +176,10 @@
 <td>0.0.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bin2c/xmake.lua">bin2c/xmake.lua</a></td>
 </tr>
@@ -198,6 +210,10 @@
 <td>2.9.2</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/catch2/xmake.lua">catch2/xmake.lua</a></td>
 </tr>
@@ -227,6 +243,10 @@
 <td>1.7.10</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cjson/xmake.lua">cjson/xmake.lua</a></td>
 </tr>
@@ -256,6 +276,10 @@
 <td>3.11.4, 3.15.4</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua">cmake/xmake.lua</a></td>
 </tr>
@@ -285,6 +309,10 @@
 <td></td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/concurrentqueue/xmake.lua">concurrentqueue/xmake.lua</a></td>
 </tr>
@@ -314,6 +342,10 @@
 <td>2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-taskflow/xmake.lua">cpp-taskflow/xmake.lua</a></td>
 </tr>
@@ -343,6 +375,10 @@
 <td>v2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cxxopts/xmake.lua">cxxopts/xmake.lua</a></td>
 </tr>
@@ -373,6 +409,10 @@
 <td>2.3.6, 2.3.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/doctest/xmake.lua">doctest/xmake.lua</a></td>
 </tr>
@@ -400,7 +440,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>6.2.0, 5.3.0, 6.0.0</td>
+<td>6.2.0, 6.0.0, 5.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -433,6 +477,10 @@
 <td>1.8.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gtest/xmake.lua">gtest/xmake.lua</a></td>
 </tr>
@@ -460,7 +508,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.75, v1.79</td>
+<td>v1.79, v1.75</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -492,6 +544,10 @@
 <td>v2.1.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/inja/xmake.lua">inja/xmake.lua</a></td>
 </tr>
@@ -521,6 +577,10 @@
 <td>1.2</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/irrXML/xmake.lua">irrXML/xmake.lua</a></td>
 </tr>
@@ -551,6 +611,10 @@
 <td>0.13.1-20180305</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/j/json-c/xmake.lua">json-c/xmake.lua</a></td>
 </tr>
@@ -581,6 +645,10 @@
 <td>7.64.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libcurl/xmake.lua">libcurl/xmake.lua</a></td>
 </tr>
@@ -610,6 +678,10 @@
 <td>4.24</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libev/xmake.lua">libev/xmake.lua</a></td>
 </tr>
@@ -639,6 +711,10 @@
 <td>3.2.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libffi/xmake.lua">libffi/xmake.lua</a></td>
 </tr>
@@ -668,6 +744,10 @@
 <td>v9c, v9b</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libjpeg/xmake.lua">libjpeg/xmake.lua</a></td>
 </tr>
@@ -697,6 +777,10 @@
 <td>v1.6.36, v1.6.35, v1.6.34</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libpng/xmake.lua">libpng/xmake.lua</a></td>
 </tr>
@@ -726,6 +810,10 @@
 <td>0.19.5</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libraw/xmake.lua">libraw/xmake.lua</a></td>
 </tr>
@@ -755,6 +843,10 @@
 <td>2.4.5, 2.4.6</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libtool/xmake.lua">libtool/xmake.lua</a></td>
 </tr>
@@ -784,6 +876,10 @@
 <td>v1.24.0, v1.23.2, v1.23.1, v1.28.0, v1.27.0, v1.26.0, v1.25.0, v1.22.0, v1.24.1, v1.23.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libuv/xmake.lua">libuv/xmake.lua</a></td>
 </tr>
@@ -813,6 +909,10 @@
 <td>2.9.9</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libxml2/xmake.lua">libxml2/xmake.lua</a></td>
 </tr>
@@ -842,6 +942,10 @@
 <td>2.1.0-beta3</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/luajit/xmake.lua">luajit/xmake.lua</a></td>
 </tr>
@@ -872,6 +976,10 @@
 <td>1.4.18</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/m4/xmake.lua">m4/xmake.lua</a></td>
 </tr>
@@ -901,6 +1009,10 @@
 <td>4.2.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/make/xmake.lua">make/xmake.lua</a></td>
 </tr>
@@ -930,6 +1042,10 @@
 <td>0.50.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meson/xmake.lua">meson/xmake.lua</a></td>
 </tr>
@@ -959,6 +1075,10 @@
 <td>2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/moonjit/xmake.lua">moonjit/xmake.lua</a></td>
 </tr>
@@ -989,6 +1109,10 @@
 <td>2.13.03</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua">nasm/xmake.lua</a></td>
 </tr>
@@ -1018,6 +1142,10 @@
 <td>1.9.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua">ninja/xmake.lua</a></td>
 </tr>
@@ -1047,6 +1175,10 @@
 <td>v3.9.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nlohmann_json/xmake.lua">nlohmann_json/xmake.lua</a></td>
 </tr>
@@ -1077,6 +1209,10 @@
 <td>2.7.6</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/patch/xmake.lua">patch/xmake.lua</a></td>
 </tr>
@@ -1106,6 +1242,10 @@
 <td>0.29.2</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkg-config/xmake.lua">pkg-config/xmake.lua</a></td>
 </tr>
@@ -1135,6 +1275,10 @@
 <td>3.8.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/protoc/xmake.lua">protoc/xmake.lua</a></td>
 </tr>
@@ -1164,6 +1308,10 @@
 <td>2.5.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pybind11/xmake.lua">pybind11/xmake.lua</a></td>
 </tr>
@@ -1190,7 +1338,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.7.0, 2.7.15</td>
+<td>2.7.15, 3.7.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -1222,6 +1374,10 @@
 <td>2.7.15</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
 </tr>
@@ -1249,7 +1405,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.3.1, 1.5.0, 1.8.0, 1.4.2</td>
+<td>1.3.1, 1.5.0, 1.4.2, 1.8.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -1281,6 +1441,10 @@
 <td>0.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stb/xmake.lua">stb/xmake.lua</a></td>
 </tr>
@@ -1308,7 +1472,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.6.2, v1.6.5, v1.6.3, v1.6.4</td>
+<td>v1.6.5, v1.6.2, v1.6.4, v1.6.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -1340,6 +1508,10 @@
 <td>8.0.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyxml2/xmake.lua">tinyxml2/xmake.lua</a></td>
 </tr>
@@ -1369,6 +1541,10 @@
 <td>2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tmxparser/xmake.lua">tmxparser/xmake.lua</a></td>
 </tr>
@@ -1399,6 +1575,10 @@
 <td>1.3.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/y/yasm/xmake.lua">yasm/xmake.lua</a></td>
 </tr>
@@ -1426,7 +1606,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.2.10, 1.2.11</td>
+<td>1.2.11, 1.2.10</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
 </tr>
 <tr>
 <td>Github</td>

Diferenças do arquivo suprimidas por serem muito extensas
+ 370 - 6
mirror/packages/linux.html


Diferenças do arquivo suprimidas por serem muito extensas
+ 369 - 5
mirror/packages/macosx.html


+ 204 - 8
mirror/packages/mingw.html

@@ -109,6 +109,10 @@
 <td>2.69, 2.68</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/autoconf/xmake.lua">autoconf/xmake.lua</a></td>
 </tr>
@@ -138,6 +142,10 @@
 <td>1.9.5, 1.16.1, 1.9.6, 1.15.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/automake/xmake.lua">automake/xmake.lua</a></td>
 </tr>
@@ -168,6 +176,10 @@
 <td>0.0.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bin2c/xmake.lua">bin2c/xmake.lua</a></td>
 </tr>
@@ -197,6 +209,10 @@
 <td>2.4.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/box2d/xmake.lua">box2d/xmake.lua</a></td>
 </tr>
@@ -227,6 +243,10 @@
 <td>2.9.2</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/catch2/xmake.lua">catch2/xmake.lua</a></td>
 </tr>
@@ -256,6 +276,10 @@
 <td>3.11.4, 3.15.4</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua">cmake/xmake.lua</a></td>
 </tr>
@@ -285,6 +309,10 @@
 <td></td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/concurrentqueue/xmake.lua">concurrentqueue/xmake.lua</a></td>
 </tr>
@@ -314,6 +342,10 @@
 <td>2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-taskflow/xmake.lua">cpp-taskflow/xmake.lua</a></td>
 </tr>
@@ -343,6 +375,10 @@
 <td>v2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cxxopts/xmake.lua">cxxopts/xmake.lua</a></td>
 </tr>
@@ -373,6 +409,10 @@
 <td>2.3.6, 2.3.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/doctest/xmake.lua">doctest/xmake.lua</a></td>
 </tr>
@@ -400,7 +440,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>6.2.0, 5.3.0, 6.0.0</td>
+<td>6.2.0, 6.0.0, 5.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -433,6 +477,10 @@
 <td>2.1.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glew/xmake.lua">glew/xmake.lua</a></td>
 </tr>
@@ -462,6 +510,10 @@
 <td></td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glfw/xmake.lua">glfw/xmake.lua</a></td>
 </tr>
@@ -491,6 +543,10 @@
 <td>1.8.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gtest/xmake.lua">gtest/xmake.lua</a></td>
 </tr>
@@ -518,7 +574,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.75, v1.79</td>
+<td>v1.79, v1.75</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -550,6 +610,10 @@
 <td>v2.1.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/inja/xmake.lua">inja/xmake.lua</a></td>
 </tr>
@@ -579,6 +643,10 @@
 <td>1.2</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/irrXML/xmake.lua">irrXML/xmake.lua</a></td>
 </tr>
@@ -609,6 +677,10 @@
 <td>v9c, v9b</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libjpeg/xmake.lua">libjpeg/xmake.lua</a></td>
 </tr>
@@ -638,6 +710,10 @@
 <td>0.19.5</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libraw/xmake.lua">libraw/xmake.lua</a></td>
 </tr>
@@ -667,6 +743,10 @@
 <td>2.0.8</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua">libsdl/xmake.lua</a></td>
 </tr>
@@ -696,6 +776,10 @@
 <td>2.0.5</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_image/xmake.lua">libsdl_image/xmake.lua</a></td>
 </tr>
@@ -725,6 +809,10 @@
 <td>2.0.4</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_mixer/xmake.lua">libsdl_mixer/xmake.lua</a></td>
 </tr>
@@ -754,6 +842,10 @@
 <td>2.0.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_net/xmake.lua">libsdl_net/xmake.lua</a></td>
 </tr>
@@ -783,6 +875,10 @@
 <td>2.0.15</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_ttf/xmake.lua">libsdl_ttf/xmake.lua</a></td>
 </tr>
@@ -812,6 +908,10 @@
 <td>2.4.5, 2.4.6</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libtool/xmake.lua">libtool/xmake.lua</a></td>
 </tr>
@@ -841,6 +941,10 @@
 <td>v1.24.0, v1.23.2, v1.23.1, v1.28.0, v1.27.0, v1.26.0, v1.25.0, v1.22.0, v1.24.1, v1.23.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libuv/xmake.lua">libuv/xmake.lua</a></td>
 </tr>
@@ -871,6 +975,10 @@
 <td>1.4.18</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/m4/xmake.lua">m4/xmake.lua</a></td>
 </tr>
@@ -900,6 +1008,10 @@
 <td>4.2.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/make/xmake.lua">make/xmake.lua</a></td>
 </tr>
@@ -929,6 +1041,10 @@
 <td>0.50.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meson/xmake.lua">meson/xmake.lua</a></td>
 </tr>
@@ -959,6 +1075,10 @@
 <td>2.13.03</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua">nasm/xmake.lua</a></td>
 </tr>
@@ -988,6 +1108,10 @@
 <td>1.9.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua">ninja/xmake.lua</a></td>
 </tr>
@@ -1017,6 +1141,10 @@
 <td>v3.9.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nlohmann_json/xmake.lua">nlohmann_json/xmake.lua</a></td>
 </tr>
@@ -1047,6 +1175,10 @@
 <td>2.7.6</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/patch/xmake.lua">patch/xmake.lua</a></td>
 </tr>
@@ -1073,7 +1205,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>8.40, 8.41</td>
+<td>8.41, 8.40</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -1102,7 +1238,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>10.30, 10.31, 10.23</td>
+<td>10.30, 10.23, 10.31</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -1134,6 +1274,10 @@
 <td>0.29.2</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkg-config/xmake.lua">pkg-config/xmake.lua</a></td>
 </tr>
@@ -1163,6 +1307,10 @@
 <td>3.8.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/protoc/xmake.lua">protoc/xmake.lua</a></td>
 </tr>
@@ -1192,6 +1340,10 @@
 <td>2.5.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pybind11/xmake.lua">pybind11/xmake.lua</a></td>
 </tr>
@@ -1218,7 +1370,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.7.0, 2.7.15</td>
+<td>2.7.15, 3.7.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -1250,6 +1406,10 @@
 <td>2.7.15</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
 </tr>
@@ -1280,6 +1440,10 @@
 <td></td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sfml/xmake.lua">sfml/xmake.lua</a></td>
 </tr>
@@ -1306,7 +1470,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.3.1, 1.5.0, 1.8.0, 1.4.2</td>
+<td>1.3.1, 1.5.0, 1.4.2, 1.8.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -1338,6 +1506,10 @@
 <td>0.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stb/xmake.lua">stb/xmake.lua</a></td>
 </tr>
@@ -1365,7 +1537,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.6.2, v1.6.5, v1.6.3, v1.6.4</td>
+<td>v1.6.5, v1.6.2, v1.6.4, v1.6.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -1397,6 +1573,10 @@
 <td>8.0.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyxml2/xmake.lua">tinyxml2/xmake.lua</a></td>
 </tr>
@@ -1426,6 +1606,10 @@
 <td>2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tmxparser/xmake.lua">tmxparser/xmake.lua</a></td>
 </tr>
@@ -1456,6 +1640,10 @@
 <td>5.2.4</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xz/xmake.lua">xz/xmake.lua</a></td>
 </tr>
@@ -1486,6 +1674,10 @@
 <td>1.3.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/y/yasm/xmake.lua">yasm/xmake.lua</a></td>
 </tr>
@@ -1513,7 +1705,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.2.10, 1.2.11</td>
+<td>1.2.11, 1.2.10</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
 </tr>
 <tr>
 <td>Github</td>

+ 136 - 4
mirror/packages/msys.html

@@ -109,6 +109,10 @@
 <td>2.69, 2.68</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/autoconf/xmake.lua">autoconf/xmake.lua</a></td>
 </tr>
@@ -138,6 +142,10 @@
 <td>1.9.5, 1.16.1, 1.9.6, 1.15.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/automake/xmake.lua">automake/xmake.lua</a></td>
 </tr>
@@ -168,6 +176,10 @@
 <td>0.0.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bin2c/xmake.lua">bin2c/xmake.lua</a></td>
 </tr>
@@ -198,6 +210,10 @@
 <td>2.9.2</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/catch2/xmake.lua">catch2/xmake.lua</a></td>
 </tr>
@@ -227,6 +243,10 @@
 <td>3.11.4, 3.15.4</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua">cmake/xmake.lua</a></td>
 </tr>
@@ -256,6 +276,10 @@
 <td></td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/concurrentqueue/xmake.lua">concurrentqueue/xmake.lua</a></td>
 </tr>
@@ -285,6 +309,10 @@
 <td>2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-taskflow/xmake.lua">cpp-taskflow/xmake.lua</a></td>
 </tr>
@@ -314,6 +342,10 @@
 <td>v2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cxxopts/xmake.lua">cxxopts/xmake.lua</a></td>
 </tr>
@@ -344,6 +376,10 @@
 <td>2.3.6, 2.3.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/doctest/xmake.lua">doctest/xmake.lua</a></td>
 </tr>
@@ -371,7 +407,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>6.2.0, 5.3.0, 6.0.0</td>
+<td>6.2.0, 6.0.0, 5.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -404,6 +444,10 @@
 <td>1.8.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gtest/xmake.lua">gtest/xmake.lua</a></td>
 </tr>
@@ -434,6 +478,10 @@
 <td>v2.1.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/inja/xmake.lua">inja/xmake.lua</a></td>
 </tr>
@@ -463,6 +511,10 @@
 <td>1.2</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/irrXML/xmake.lua">irrXML/xmake.lua</a></td>
 </tr>
@@ -493,6 +545,10 @@
 <td>v9c, v9b</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libjpeg/xmake.lua">libjpeg/xmake.lua</a></td>
 </tr>
@@ -522,6 +578,10 @@
 <td>2.4.5, 2.4.6</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libtool/xmake.lua">libtool/xmake.lua</a></td>
 </tr>
@@ -551,6 +611,10 @@
 <td>v2.3.3</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libxmake/xmake.lua">libxmake/xmake.lua</a></td>
 </tr>
@@ -581,6 +645,10 @@
 <td>1.4.18</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/m4/xmake.lua">m4/xmake.lua</a></td>
 </tr>
@@ -610,6 +678,10 @@
 <td>4.2.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/make/xmake.lua">make/xmake.lua</a></td>
 </tr>
@@ -639,6 +711,10 @@
 <td>0.50.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meson/xmake.lua">meson/xmake.lua</a></td>
 </tr>
@@ -669,6 +745,10 @@
 <td>2.13.03</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua">nasm/xmake.lua</a></td>
 </tr>
@@ -698,6 +778,10 @@
 <td>1.9.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua">ninja/xmake.lua</a></td>
 </tr>
@@ -727,6 +811,10 @@
 <td>v3.9.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nlohmann_json/xmake.lua">nlohmann_json/xmake.lua</a></td>
 </tr>
@@ -757,6 +845,10 @@
 <td>2.7.6</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/patch/xmake.lua">patch/xmake.lua</a></td>
 </tr>
@@ -786,6 +878,10 @@
 <td>0.29.2</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkg-config/xmake.lua">pkg-config/xmake.lua</a></td>
 </tr>
@@ -815,6 +911,10 @@
 <td>3.8.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/protoc/xmake.lua">protoc/xmake.lua</a></td>
 </tr>
@@ -844,6 +944,10 @@
 <td>2.5.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pybind11/xmake.lua">pybind11/xmake.lua</a></td>
 </tr>
@@ -870,7 +974,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.7.0, 2.7.15</td>
+<td>2.7.15, 3.7.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -902,6 +1010,10 @@
 <td>2.7.15</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
 </tr>
@@ -929,7 +1041,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.3.1, 1.5.0, 1.8.0, 1.4.2</td>
+<td>1.3.1, 1.5.0, 1.4.2, 1.8.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -961,6 +1077,10 @@
 <td>0.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stb/xmake.lua">stb/xmake.lua</a></td>
 </tr>
@@ -988,7 +1108,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.6.2, v1.6.5, v1.6.3, v1.6.4</td>
+<td>v1.6.5, v1.6.2, v1.6.4, v1.6.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -1020,6 +1144,10 @@
 <td>2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tmxparser/xmake.lua">tmxparser/xmake.lua</a></td>
 </tr>
@@ -1050,6 +1178,10 @@
 <td>1.3.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/y/yasm/xmake.lua">yasm/xmake.lua</a></td>
 </tr>

+ 339 - 11
mirror/packages/windows.html

@@ -109,6 +109,10 @@
 <td>20200225.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/abseil/xmake.lua">abseil/xmake.lua</a></td>
 </tr>
@@ -138,6 +142,10 @@
 <td></td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/assimp/xmake.lua">assimp/xmake.lua</a></td>
 </tr>
@@ -167,6 +175,10 @@
 <td>2.69, 2.68</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/autoconf/xmake.lua">autoconf/xmake.lua</a></td>
 </tr>
@@ -196,6 +208,10 @@
 <td>1.9.5, 1.16.1, 1.9.6, 1.15.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/automake/xmake.lua">automake/xmake.lua</a></td>
 </tr>
@@ -226,6 +242,10 @@
 <td>0.0.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bin2c/xmake.lua">bin2c/xmake.lua</a></td>
 </tr>
@@ -255,6 +275,10 @@
 <td>1.72.0, 1.73.0, 1.70.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/boost/xmake.lua">boost/xmake.lua</a></td>
 </tr>
@@ -284,6 +308,10 @@
 <td>2.4.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/box2d/xmake.lua">box2d/xmake.lua</a></td>
 </tr>
@@ -310,7 +338,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.05, 2.88</td>
+<td>2.88, 3.05</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x86, x64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -342,6 +374,10 @@
 <td>1.0.6</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bzip2/xmake.lua">bzip2/xmake.lua</a></td>
 </tr>
@@ -372,6 +408,10 @@
 <td>1.16.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cairo/xmake.lua">cairo/xmake.lua</a></td>
 </tr>
@@ -401,6 +441,10 @@
 <td>2.9.2</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/catch2/xmake.lua">catch2/xmake.lua</a></td>
 </tr>
@@ -430,6 +474,10 @@
 <td>3.11.4, 3.15.4</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua">cmake/xmake.lua</a></td>
 </tr>
@@ -459,6 +507,10 @@
 <td></td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/co/xmake.lua">co/xmake.lua</a></td>
 </tr>
@@ -488,6 +540,10 @@
 <td></td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/concurrentqueue/xmake.lua">concurrentqueue/xmake.lua</a></td>
 </tr>
@@ -517,6 +573,10 @@
 <td>2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-taskflow/xmake.lua">cpp-taskflow/xmake.lua</a></td>
 </tr>
@@ -546,6 +606,10 @@
 <td>v2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cxxopts/xmake.lua">cxxopts/xmake.lua</a></td>
 </tr>
@@ -576,6 +640,10 @@
 <td>2.3.6, 2.3.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/d/doctest/xmake.lua">doctest/xmake.lua</a></td>
 </tr>
@@ -606,6 +674,10 @@
 <td>3.3.8, 3.3.7</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/e/eigen/xmake.lua">eigen/xmake.lua</a></td>
 </tr>
@@ -635,6 +707,10 @@
 <td>2.2.6</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/e/expat/xmake.lua">expat/xmake.lua</a></td>
 </tr>
@@ -662,7 +738,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>6.2.0, 5.3.0, 6.0.0</td>
+<td>6.2.0, 6.0.0, 5.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x86, x64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -694,6 +774,10 @@
 <td>3.0.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/f/freeglut/xmake.lua">freeglut/xmake.lua</a></td>
 </tr>
@@ -723,6 +807,10 @@
 <td>2.9.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/f/freetype/xmake.lua">freetype/xmake.lua</a></td>
 </tr>
@@ -753,6 +841,10 @@
 <td>2.1.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glew/xmake.lua">glew/xmake.lua</a></td>
 </tr>
@@ -782,6 +874,10 @@
 <td></td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glfw/xmake.lua">glfw/xmake.lua</a></td>
 </tr>
@@ -811,6 +907,10 @@
 <td></td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/go/xmake.lua">go/xmake.lua</a></td>
 </tr>
@@ -840,6 +940,10 @@
 <td>1.8.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gtest/xmake.lua">gtest/xmake.lua</a></td>
 </tr>
@@ -867,7 +971,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.75, v1.79</td>
+<td>v1.79, v1.75</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x86, x64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -899,6 +1007,10 @@
 <td>v2.1.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/inja/xmake.lua">inja/xmake.lua</a></td>
 </tr>
@@ -928,6 +1040,10 @@
 <td>1.2</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/irrXML/xmake.lua">irrXML/xmake.lua</a></td>
 </tr>
@@ -958,6 +1074,10 @@
 <td>7.64.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libcurl/xmake.lua">libcurl/xmake.lua</a></td>
 </tr>
@@ -987,6 +1107,10 @@
 <td>v9c, v9b</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libjpeg/xmake.lua">libjpeg/xmake.lua</a></td>
 </tr>
@@ -1016,6 +1140,10 @@
 <td>v1.6.36, v1.6.35, v1.6.34</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libpng/xmake.lua">libpng/xmake.lua</a></td>
 </tr>
@@ -1045,6 +1173,10 @@
 <td>0.19.5</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libraw/xmake.lua">libraw/xmake.lua</a></td>
 </tr>
@@ -1074,6 +1206,10 @@
 <td>2.0.8</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua">libsdl/xmake.lua</a></td>
 </tr>
@@ -1103,6 +1239,10 @@
 <td></td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_gfx/xmake.lua">libsdl_gfx/xmake.lua</a></td>
 </tr>
@@ -1132,6 +1272,10 @@
 <td>2.0.5</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_image/xmake.lua">libsdl_image/xmake.lua</a></td>
 </tr>
@@ -1161,6 +1305,10 @@
 <td>2.0.4</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_mixer/xmake.lua">libsdl_mixer/xmake.lua</a></td>
 </tr>
@@ -1190,6 +1338,10 @@
 <td>2.0.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_net/xmake.lua">libsdl_net/xmake.lua</a></td>
 </tr>
@@ -1219,6 +1371,10 @@
 <td>2.0.15</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_ttf/xmake.lua">libsdl_ttf/xmake.lua</a></td>
 </tr>
@@ -1248,6 +1404,10 @@
 <td>4.1.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libtiff/xmake.lua">libtiff/xmake.lua</a></td>
 </tr>
@@ -1277,6 +1437,10 @@
 <td>2.4.5, 2.4.6</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libtool/xmake.lua">libtool/xmake.lua</a></td>
 </tr>
@@ -1306,6 +1470,10 @@
 <td>v1.24.0, v1.23.2, v1.23.1, v1.28.0, v1.27.0, v1.26.0, v1.25.0, v1.22.0, v1.24.1, v1.23.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libuv/xmake.lua">libuv/xmake.lua</a></td>
 </tr>
@@ -1335,6 +1503,10 @@
 <td>v3.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libwebsockets/xmake.lua">libwebsockets/xmake.lua</a></td>
 </tr>
@@ -1364,6 +1536,10 @@
 <td>v2.3.3</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libxmake/xmake.lua">libxmake/xmake.lua</a></td>
 </tr>
@@ -1393,6 +1569,10 @@
 <td>2.9.9</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libxml2/xmake.lua">libxml2/xmake.lua</a></td>
 </tr>
@@ -1422,6 +1602,10 @@
 <td>0.10.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lief/xmake.lua">lief/xmake.lua</a></td>
 </tr>
@@ -1448,7 +1632,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>5.3.5, 5.1.5, 5.2.4</td>
+<td>5.1.5, 5.2.4, 5.3.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x86, x64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -1480,6 +1668,10 @@
 <td>2.1.0-beta3</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/luajit/xmake.lua">luajit/xmake.lua</a></td>
 </tr>
@@ -1510,6 +1702,10 @@
 <td>1.4.18</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/m4/xmake.lua">m4/xmake.lua</a></td>
 </tr>
@@ -1539,6 +1735,10 @@
 <td>4.2.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/make/xmake.lua">make/xmake.lua</a></td>
 </tr>
@@ -1568,6 +1768,10 @@
 <td>0.50.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meson/xmake.lua">meson/xmake.lua</a></td>
 </tr>
@@ -1597,6 +1801,10 @@
 <td>2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/moonjit/xmake.lua">moonjit/xmake.lua</a></td>
 </tr>
@@ -1624,7 +1832,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.7.2, 1.7.4, 1.6.2</td>
+<td>1.7.2, 1.6.2, 1.7.4</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x86, x64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -1656,6 +1868,10 @@
 <td>2.13.03</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua">nasm/xmake.lua</a></td>
 </tr>
@@ -1685,6 +1901,10 @@
 <td>1.9.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua">ninja/xmake.lua</a></td>
 </tr>
@@ -1714,6 +1934,10 @@
 <td>v3.9.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nlohmann_json/xmake.lua">nlohmann_json/xmake.lua</a></td>
 </tr>
@@ -1744,6 +1968,10 @@
 <td>1.0.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/o/oatpp/xmake.lua">oatpp/xmake.lua</a></td>
 </tr>
@@ -1774,6 +2002,10 @@
 <td>2.7.6</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/patch/xmake.lua">patch/xmake.lua</a></td>
 </tr>
@@ -1800,7 +2032,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>8.40, 8.41</td>
+<td>8.41, 8.40</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x86, x64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -1829,7 +2065,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>10.30, 10.31, 10.23</td>
+<td>10.30, 10.23, 10.31</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x86, x64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -1861,6 +2101,10 @@
 <td>0.38.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pixman/xmake.lua">pixman/xmake.lua</a></td>
 </tr>
@@ -1890,6 +2134,10 @@
 <td>0.29.2</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkg-config/xmake.lua">pkg-config/xmake.lua</a></td>
 </tr>
@@ -1919,6 +2167,10 @@
 <td>1.3.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/protobuf-c/xmake.lua">protobuf-c/xmake.lua</a></td>
 </tr>
@@ -1948,6 +2200,10 @@
 <td>3.8.0, 3.12.3</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/protobuf-cpp/xmake.lua">protobuf-cpp/xmake.lua</a></td>
 </tr>
@@ -1977,6 +2233,10 @@
 <td>3.8.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/protoc/xmake.lua">protoc/xmake.lua</a></td>
 </tr>
@@ -2006,6 +2266,10 @@
 <td>2.5.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pybind11/xmake.lua">pybind11/xmake.lua</a></td>
 </tr>
@@ -2032,7 +2296,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.7.0, 2.7.15</td>
+<td>2.7.15, 3.7.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x86, x64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -2064,6 +2332,10 @@
 <td>2.7.15</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
 </tr>
@@ -2094,6 +2366,10 @@
 <td>2.5.0, 3.0.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/raylib/xmake.lua">raylib/xmake.lua</a></td>
 </tr>
@@ -2124,6 +2400,10 @@
 <td></td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sfml/xmake.lua">sfml/xmake.lua</a></td>
 </tr>
@@ -2153,6 +2433,10 @@
 <td>68046c</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/skia/xmake.lua">skia/xmake.lua</a></td>
 </tr>
@@ -2182,6 +2466,10 @@
 <td>v3.2.1</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sol2/xmake.lua">sol2/xmake.lua</a></td>
 </tr>
@@ -2208,7 +2496,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.3.1, 1.5.0, 1.8.0, 1.4.2</td>
+<td>1.3.1, 1.5.0, 1.4.2, 1.8.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x86, x64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -2240,6 +2532,10 @@
 <td>3.24.0, 3.23.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua">sqlite3/xmake.lua</a></td>
 </tr>
@@ -2269,6 +2565,10 @@
 <td>0.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stb/xmake.lua">stb/xmake.lua</a></td>
 </tr>
@@ -2296,7 +2596,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.6.2, v1.6.5, v1.6.3, v1.6.4</td>
+<td>v1.6.5, v1.6.2, v1.6.4, v1.6.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x86, x64</td>
 </tr>
 <tr>
 <td>Github</td>
@@ -2328,6 +2632,10 @@
 <td>8.0.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyxml2/xmake.lua">tinyxml2/xmake.lua</a></td>
 </tr>
@@ -2357,6 +2665,10 @@
 <td>2.2.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tmxparser/xmake.lua">tmxparser/xmake.lua</a></td>
 </tr>
@@ -2387,6 +2699,10 @@
 <td>1.1.9</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/unqlite/xmake.lua">unqlite/xmake.lua</a></td>
 </tr>
@@ -2417,6 +2733,10 @@
 <td>1.3.0</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/y/yasm/xmake.lua">yasm/xmake.lua</a></td>
 </tr>
@@ -2447,6 +2767,10 @@
 <td>4.3.2</td>
 </tr>
 <tr>
+<td>Architectures</td>
+<td>x86, x64</td>
+</tr>
+<tr>
 <td>Github</td>
 <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zeromq/xmake.lua">zeromq/xmake.lua</a></td>
 </tr>
@@ -2473,7 +2797,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.2.10, 1.2.11</td>
+<td>1.2.11, 1.2.10</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x86, x64</td>
 </tr>
 <tr>
 <td>Github</td>

+ 52 - 7
packages/android.md

@@ -6,6 +6,7 @@
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/autoconf/autoconf.html](https://www.gnu.org/software/autoconf/autoconf.html) |
 | Versions | 2.69, 2.68 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [autoconf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/autoconf/xmake.lua) |
 
 ##### Install command
@@ -28,6 +29,7 @@ add_requires("autoconf")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/automake/](https://www.gnu.org/software/automake/) |
 | Versions | 1.9.5, 1.16.1, 1.9.6, 1.15.1 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [automake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/automake/xmake.lua) |
 
 ##### Install command
@@ -52,6 +54,7 @@ add_requires("automake")
 | -- | -- |
 | Homepage | [https://github.com/gwilymk/bin2c](https://github.com/gwilymk/bin2c) |
 | Versions | 0.0.1 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [bin2c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bin2c/xmake.lua) |
 
 ##### Install command
@@ -76,6 +79,7 @@ add_requires("bin2c")
 | -- | -- |
 | Homepage | [https://github.com/catchorg/Catch2](https://github.com/catchorg/Catch2) |
 | Versions | 2.9.2 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [catch2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/catch2/xmake.lua) |
 
 ##### Install command
@@ -98,6 +102,7 @@ add_requires("catch2")
 | -- | -- |
 | Homepage | [https://github.com/DaveGamble/cJSON](https://github.com/DaveGamble/cJSON) |
 | Versions | 1.7.10 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [cjson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cjson/xmake.lua) |
 
 ##### Install command
@@ -120,6 +125,7 @@ add_requires("cjson")
 | -- | -- |
 | Homepage | [https://cmake.org](https://cmake.org) |
 | Versions | 3.11.4, 3.15.4 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 
 ##### Install command
@@ -142,6 +148,7 @@ add_requires("cmake")
 | -- | -- |
 | Homepage | [https://github.com/cameron314/concurrentqueue](https://github.com/cameron314/concurrentqueue) |
 | Versions |  |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [concurrentqueue/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/concurrentqueue/xmake.lua) |
 
 ##### Install command
@@ -164,6 +171,7 @@ add_requires("concurrentqueue")
 | -- | -- |
 | Homepage | [https://cpp-taskflow.github.io/](https://cpp-taskflow.github.io/) |
 | Versions | 2.2.0 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [cpp-taskflow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-taskflow/xmake.lua) |
 
 ##### Install command
@@ -186,6 +194,7 @@ add_requires("cpp-taskflow")
 | -- | -- |
 | Homepage | [https://github.com/jarro2783/cxxopts](https://github.com/jarro2783/cxxopts) |
 | Versions | v2.2.0 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [cxxopts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cxxopts/xmake.lua) |
 
 ##### Install command
@@ -210,6 +219,7 @@ add_requires("cxxopts")
 | -- | -- |
 | Homepage | [http://bit.ly/doctest-docs](http://bit.ly/doctest-docs) |
 | Versions | 2.3.6, 2.3.1 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [doctest/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/doctest/xmake.lua) |
 
 ##### Install command
@@ -234,6 +244,7 @@ add_requires("doctest")
 | -- | -- |
 | Homepage | [https://www.ffmpeg.org](https://www.ffmpeg.org) |
 | Versions | 4.0.2 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [ffmpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/ffmpeg/xmake.lua) |
 
 ##### Install command
@@ -255,7 +266,8 @@ add_requires("ffmpeg")
 | Description | *fmt is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.* |
 | -- | -- |
 | Homepage | [https://fmt.dev](https://fmt.dev) |
-| Versions | 6.2.0, 5.3.0, 6.0.0 |
+| Versions | 6.2.0, 6.0.0, 5.3.0 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [fmt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fmt/xmake.lua) |
 
 ##### Install command
@@ -280,6 +292,7 @@ add_requires("fmt")
 | -- | -- |
 | Homepage | [https://github.com/google/googletest](https://github.com/google/googletest) |
 | Versions | 1.8.1 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [gtest/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gtest/xmake.lua) |
 
 ##### Install command
@@ -303,7 +316,8 @@ add_requires("gtest")
 | Description | *Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies* |
 | -- | -- |
 | Homepage | [https://github.com/ocornut/imgui](https://github.com/ocornut/imgui) |
-| Versions | v1.75, v1.79 |
+| Versions | v1.79, v1.75 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [imgui/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imgui/xmake.lua) |
 
 ##### Install command
@@ -326,6 +340,7 @@ add_requires("imgui")
 | -- | -- |
 | Homepage | [https://pantor.github.io/inja/](https://pantor.github.io/inja/) |
 | Versions | v2.1.0 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [inja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/inja/xmake.lua) |
 
 ##### Install command
@@ -348,6 +363,7 @@ add_requires("inja")
 | -- | -- |
 | Homepage | [https://sourceforge.net/projects/irrlicht/](https://sourceforge.net/projects/irrlicht/) |
 | Versions | 1.2 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [irrXML/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/irrXML/xmake.lua) |
 
 ##### Install command
@@ -372,6 +388,7 @@ add_requires("irrXML")
 | -- | -- |
 | Homepage | [https://github.com/json-c/json-c/wiki](https://github.com/json-c/json-c/wiki) |
 | Versions | 0.13.1-20180305 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [json-c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/json-c/xmake.lua) |
 
 ##### Install command
@@ -396,6 +413,7 @@ add_requires("json-c")
 | -- | -- |
 | Homepage | [http://ijg.org/](http://ijg.org/) |
 | Versions | v9c, v9b |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [libjpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libjpeg/xmake.lua) |
 
 ##### Install command
@@ -418,6 +436,7 @@ add_requires("libjpeg")
 | -- | -- |
 | Homepage | [http://www.libpng.org/pub/png/libpng.html](http://www.libpng.org/pub/png/libpng.html) |
 | Versions | v1.6.36, v1.6.35, v1.6.34 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [libpng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libpng/xmake.lua) |
 
 ##### Install command
@@ -440,6 +459,7 @@ add_requires("libpng")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/libtool/](https://www.gnu.org/software/libtool/) |
 | Versions | 2.4.5, 2.4.6 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [libtool/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libtool/xmake.lua) |
 
 ##### Install command
@@ -462,6 +482,7 @@ add_requires("libtool")
 | -- | -- |
 | Homepage | [http://libuv.org/](http://libuv.org/) |
 | Versions | v1.24.0, v1.23.2, v1.23.1, v1.28.0, v1.27.0, v1.26.0, v1.25.0, v1.22.0, v1.24.1, v1.23.0 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [libuv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libuv/xmake.lua) |
 
 ##### Install command
@@ -484,6 +505,7 @@ add_requires("libuv")
 | -- | -- |
 | Homepage | [https://xmake.io](https://xmake.io) |
 | Versions | v2.3.3 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [libxmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libxmake/xmake.lua) |
 
 ##### Install command
@@ -506,6 +528,7 @@ add_requires("libxmake")
 | -- | -- |
 | Homepage | [http://xmlsoft.org/](http://xmlsoft.org/) |
 | Versions | 2.9.9 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [libxml2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libxml2/xmake.lua) |
 
 ##### Install command
@@ -527,7 +550,8 @@ add_requires("libxml2")
 | Description | *A powerful, efficient, lightweight, embeddable scripting language.* |
 | -- | -- |
 | Homepage | [http://lua.org](http://lua.org) |
-| Versions | 5.3.5, 5.1.5, 5.2.4 |
+| Versions | 5.1.5, 5.2.4, 5.3.5 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [lua/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lua/xmake.lua) |
 
 ##### Install command
@@ -550,6 +574,7 @@ add_requires("lua")
 | -- | -- |
 | Homepage | [http://luajit.org](http://luajit.org) |
 | Versions | 2.1.0-beta3 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [luajit/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/luajit/xmake.lua) |
 
 ##### Install command
@@ -574,6 +599,7 @@ add_requires("luajit")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/m4](https://www.gnu.org/software/m4) |
 | Versions | 1.4.18 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [m4/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/m4/xmake.lua) |
 
 ##### Install command
@@ -596,6 +622,7 @@ add_requires("m4")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/make/](https://www.gnu.org/software/make/) |
 | Versions | 4.2.1 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [make/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/make/xmake.lua) |
 
 ##### Install command
@@ -618,6 +645,7 @@ add_requires("make")
 | -- | -- |
 | Homepage | [https://mesonbuild.com/](https://mesonbuild.com/) |
 | Versions | 0.50.1 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [meson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meson/xmake.lua) |
 
 ##### Install command
@@ -640,6 +668,7 @@ add_requires("meson")
 | -- | -- |
 | Homepage | [https://github.com/moonjit/moonjit](https://github.com/moonjit/moonjit) |
 | Versions | 2.2.0 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [moonjit/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/moonjit/xmake.lua) |
 
 ##### Install command
@@ -664,6 +693,7 @@ add_requires("moonjit")
 | -- | -- |
 | Homepage | [https://www.nasm.us/](https://www.nasm.us/) |
 | Versions | 2.13.03 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [nasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua) |
 
 ##### Install command
@@ -686,6 +716,7 @@ add_requires("nasm")
 | -- | -- |
 | Homepage | [https://ninja-build.org/](https://ninja-build.org/) |
 | Versions | 1.9.0 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
 
 ##### Install command
@@ -708,6 +739,7 @@ add_requires("ninja")
 | -- | -- |
 | Homepage | [https://nlohmann.github.io/json/](https://nlohmann.github.io/json/) |
 | Versions | v3.9.1 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [nlohmann_json/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nlohmann_json/xmake.lua) |
 
 ##### Install command
@@ -732,6 +764,7 @@ add_requires("nlohmann_json")
 | -- | -- |
 | Homepage | [http://www.gnu.org/software/patch/patch.html](http://www.gnu.org/software/patch/patch.html) |
 | Versions | 2.7.6 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [patch/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/patch/xmake.lua) |
 
 ##### Install command
@@ -754,6 +787,7 @@ add_requires("patch")
 | -- | -- |
 | Homepage | [https://freedesktop.org/wiki/Software/pkg-config/](https://freedesktop.org/wiki/Software/pkg-config/) |
 | Versions | 0.29.2 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [pkg-config/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkg-config/xmake.lua) |
 
 ##### Install command
@@ -776,6 +810,7 @@ add_requires("pkg-config")
 | -- | -- |
 | Homepage | [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/) |
 | Versions | 3.8.0 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [protoc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/protoc/xmake.lua) |
 
 ##### Install command
@@ -798,6 +833,7 @@ add_requires("protoc")
 | -- | -- |
 | Homepage | [https://github.com/pybind/pybind11](https://github.com/pybind/pybind11) |
 | Versions | 2.5.0 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [pybind11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pybind11/xmake.lua) |
 
 ##### Install command
@@ -819,7 +855,8 @@ add_requires("pybind11")
 | Description | *The python programming language.* |
 | -- | -- |
 | Homepage | [https://www.python.org/](https://www.python.org/) |
-| Versions | 3.7.0, 2.7.15 |
+| Versions | 2.7.15, 3.7.0 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [python/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua) |
 
 ##### Install command
@@ -842,6 +879,7 @@ add_requires("python")
 | -- | -- |
 | Homepage | [https://www.python.org/](https://www.python.org/) |
 | Versions | 2.7.15 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [python2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua) |
 
 ##### Install command
@@ -865,7 +903,8 @@ add_requires("python2")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | 1.3.1, 1.5.0, 1.8.0, 1.4.2 |
+| Versions | 1.3.1, 1.5.0, 1.4.2, 1.8.0 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 
 ##### Install command
@@ -888,6 +927,7 @@ add_requires("spdlog")
 | -- | -- |
 | Homepage | [https://github.com/nothings/stb](https://github.com/nothings/stb) |
 | Versions | 0.0 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [stb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stb/xmake.lua) |
 
 ##### Install command
@@ -911,7 +951,8 @@ add_requires("stb")
 | Description | *A glib-like multi-platform c library* |
 | -- | -- |
 | Homepage | [http://www.tboox.org](http://www.tboox.org) |
-| Versions | v1.6.2, v1.6.5, v1.6.3, v1.6.4 |
+| Versions | v1.6.5, v1.6.2, v1.6.4, v1.6.3 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [tbox/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tbox/xmake.lua) |
 
 ##### Install command
@@ -934,6 +975,7 @@ add_requires("tbox")
 | -- | -- |
 | Homepage | [http://www.grinninglizard.com/tinyxml2/](http://www.grinninglizard.com/tinyxml2/) |
 | Versions | 8.0.0 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [tinyxml2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyxml2/xmake.lua) |
 
 ##### Install command
@@ -956,6 +998,7 @@ add_requires("tinyxml2")
 | -- | -- |
 | Homepage | [https://github.com/sainteos/tmxparser](https://github.com/sainteos/tmxparser) |
 | Versions | 2.2.0 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [tmxparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tmxparser/xmake.lua) |
 
 ##### Install command
@@ -980,6 +1023,7 @@ add_requires("tmxparser")
 | -- | -- |
 | Homepage | [https://yasm.tortall.net/](https://yasm.tortall.net/) |
 | Versions | 1.3.0 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [yasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/y/yasm/xmake.lua) |
 
 ##### Install command
@@ -1003,7 +1047,8 @@ add_requires("yasm")
 | Description | *A Massively Spiffy Yet Delicately Unobtrusive Compression Library* |
 | -- | -- |
 | Homepage | [http://www.zlib.net](http://www.zlib.net) |
-| Versions | 1.2.10, 1.2.11 |
+| Versions | 1.2.11, 1.2.10 |
+| Architectures | armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips, mip64 |
 | Github | [zlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zlib/xmake.lua) |
 
 ##### Install command

+ 41 - 5
packages/bsd.md

@@ -6,6 +6,7 @@
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/autoconf/autoconf.html](https://www.gnu.org/software/autoconf/autoconf.html) |
 | Versions | 2.69, 2.68 |
+| Architectures | i386, x86_64 |
 | Github | [autoconf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/autoconf/xmake.lua) |
 
 ##### Install command
@@ -28,6 +29,7 @@ add_requires("autoconf")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/automake/](https://www.gnu.org/software/automake/) |
 | Versions | 1.9.5, 1.16.1, 1.9.6, 1.15.1 |
+| Architectures | i386, x86_64 |
 | Github | [automake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/automake/xmake.lua) |
 
 ##### Install command
@@ -52,6 +54,7 @@ add_requires("automake")
 | -- | -- |
 | Homepage | [https://github.com/gwilymk/bin2c](https://github.com/gwilymk/bin2c) |
 | Versions | 0.0.1 |
+| Architectures | i386, x86_64 |
 | Github | [bin2c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bin2c/xmake.lua) |
 
 ##### Install command
@@ -76,6 +79,7 @@ add_requires("bin2c")
 | -- | -- |
 | Homepage | [https://github.com/catchorg/Catch2](https://github.com/catchorg/Catch2) |
 | Versions | 2.9.2 |
+| Architectures | i386, x86_64 |
 | Github | [catch2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/catch2/xmake.lua) |
 
 ##### Install command
@@ -98,6 +102,7 @@ add_requires("catch2")
 | -- | -- |
 | Homepage | [https://cmake.org](https://cmake.org) |
 | Versions | 3.11.4, 3.15.4 |
+| Architectures | i386, x86_64 |
 | Github | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 
 ##### Install command
@@ -120,6 +125,7 @@ add_requires("cmake")
 | -- | -- |
 | Homepage | [https://github.com/cameron314/concurrentqueue](https://github.com/cameron314/concurrentqueue) |
 | Versions |  |
+| Architectures | i386, x86_64 |
 | Github | [concurrentqueue/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/concurrentqueue/xmake.lua) |
 
 ##### Install command
@@ -142,6 +148,7 @@ add_requires("concurrentqueue")
 | -- | -- |
 | Homepage | [https://cpp-taskflow.github.io/](https://cpp-taskflow.github.io/) |
 | Versions | 2.2.0 |
+| Architectures | i386, x86_64 |
 | Github | [cpp-taskflow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-taskflow/xmake.lua) |
 
 ##### Install command
@@ -164,6 +171,7 @@ add_requires("cpp-taskflow")
 | -- | -- |
 | Homepage | [https://github.com/jarro2783/cxxopts](https://github.com/jarro2783/cxxopts) |
 | Versions | v2.2.0 |
+| Architectures | i386, x86_64 |
 | Github | [cxxopts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cxxopts/xmake.lua) |
 
 ##### Install command
@@ -188,6 +196,7 @@ add_requires("cxxopts")
 | -- | -- |
 | Homepage | [http://bit.ly/doctest-docs](http://bit.ly/doctest-docs) |
 | Versions | 2.3.6, 2.3.1 |
+| Architectures | i386, x86_64 |
 | Github | [doctest/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/doctest/xmake.lua) |
 
 ##### Install command
@@ -211,7 +220,8 @@ add_requires("doctest")
 | Description | *fmt is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.* |
 | -- | -- |
 | Homepage | [https://fmt.dev](https://fmt.dev) |
-| Versions | 6.2.0, 5.3.0, 6.0.0 |
+| Versions | 6.2.0, 6.0.0, 5.3.0 |
+| Architectures | i386, x86_64 |
 | Github | [fmt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fmt/xmake.lua) |
 
 ##### Install command
@@ -236,6 +246,7 @@ add_requires("fmt")
 | -- | -- |
 | Homepage | [https://github.com/google/googletest](https://github.com/google/googletest) |
 | Versions | 1.8.1 |
+| Architectures | i386, x86_64 |
 | Github | [gtest/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gtest/xmake.lua) |
 
 ##### Install command
@@ -260,6 +271,7 @@ add_requires("gtest")
 | -- | -- |
 | Homepage | [https://pantor.github.io/inja/](https://pantor.github.io/inja/) |
 | Versions | v2.1.0 |
+| Architectures | i386, x86_64 |
 | Github | [inja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/inja/xmake.lua) |
 
 ##### Install command
@@ -282,6 +294,7 @@ add_requires("inja")
 | -- | -- |
 | Homepage | [https://sourceforge.net/projects/irrlicht/](https://sourceforge.net/projects/irrlicht/) |
 | Versions | 1.2 |
+| Architectures | i386, x86_64 |
 | Github | [irrXML/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/irrXML/xmake.lua) |
 
 ##### Install command
@@ -306,6 +319,7 @@ add_requires("irrXML")
 | -- | -- |
 | Homepage | [http://ijg.org/](http://ijg.org/) |
 | Versions | v9c, v9b |
+| Architectures | i386, x86_64 |
 | Github | [libjpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libjpeg/xmake.lua) |
 
 ##### Install command
@@ -328,6 +342,7 @@ add_requires("libjpeg")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/libtool/](https://www.gnu.org/software/libtool/) |
 | Versions | 2.4.5, 2.4.6 |
+| Architectures | i386, x86_64 |
 | Github | [libtool/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libtool/xmake.lua) |
 
 ##### Install command
@@ -349,7 +364,8 @@ add_requires("libtool")
 | Description | *A powerful, efficient, lightweight, embeddable scripting language.* |
 | -- | -- |
 | Homepage | [http://lua.org](http://lua.org) |
-| Versions | 5.3.5, 5.1.5, 5.2.4 |
+| Versions | 5.1.5, 5.2.4, 5.3.5 |
+| Architectures | i386, x86_64 |
 | Github | [lua/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lua/xmake.lua) |
 
 ##### Install command
@@ -372,6 +388,7 @@ add_requires("lua")
 | -- | -- |
 | Homepage | [http://luajit.org](http://luajit.org) |
 | Versions | 2.1.0-beta3 |
+| Architectures | i386, x86_64 |
 | Github | [luajit/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/luajit/xmake.lua) |
 
 ##### Install command
@@ -396,6 +413,7 @@ add_requires("luajit")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/m4](https://www.gnu.org/software/m4) |
 | Versions | 1.4.18 |
+| Architectures | i386, x86_64 |
 | Github | [m4/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/m4/xmake.lua) |
 
 ##### Install command
@@ -418,6 +436,7 @@ add_requires("m4")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/make/](https://www.gnu.org/software/make/) |
 | Versions | 4.2.1 |
+| Architectures | i386, x86_64 |
 | Github | [make/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/make/xmake.lua) |
 
 ##### Install command
@@ -440,6 +459,7 @@ add_requires("make")
 | -- | -- |
 | Homepage | [https://mesonbuild.com/](https://mesonbuild.com/) |
 | Versions | 0.50.1 |
+| Architectures | i386, x86_64 |
 | Github | [meson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meson/xmake.lua) |
 
 ##### Install command
@@ -462,6 +482,7 @@ add_requires("meson")
 | -- | -- |
 | Homepage | [https://github.com/moonjit/moonjit](https://github.com/moonjit/moonjit) |
 | Versions | 2.2.0 |
+| Architectures | i386, x86_64 |
 | Github | [moonjit/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/moonjit/xmake.lua) |
 
 ##### Install command
@@ -486,6 +507,7 @@ add_requires("moonjit")
 | -- | -- |
 | Homepage | [https://www.nasm.us/](https://www.nasm.us/) |
 | Versions | 2.13.03 |
+| Architectures | i386, x86_64 |
 | Github | [nasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua) |
 
 ##### Install command
@@ -508,6 +530,7 @@ add_requires("nasm")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/ncurses/](https://www.gnu.org/software/ncurses/) |
 | Versions | 6.1 |
+| Architectures | i386, x86_64 |
 | Github | [ncurses/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ncurses/xmake.lua) |
 
 ##### Install command
@@ -530,6 +553,7 @@ add_requires("ncurses")
 | -- | -- |
 | Homepage | [https://ninja-build.org/](https://ninja-build.org/) |
 | Versions | 1.9.0 |
+| Architectures | i386, x86_64 |
 | Github | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
 
 ##### Install command
@@ -552,6 +576,7 @@ add_requires("ninja")
 | -- | -- |
 | Homepage | [https://nlohmann.github.io/json/](https://nlohmann.github.io/json/) |
 | Versions | v3.9.1 |
+| Architectures | i386, x86_64 |
 | Github | [nlohmann_json/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nlohmann_json/xmake.lua) |
 
 ##### Install command
@@ -576,6 +601,7 @@ add_requires("nlohmann_json")
 | -- | -- |
 | Homepage | [http://www.gnu.org/software/patch/patch.html](http://www.gnu.org/software/patch/patch.html) |
 | Versions | 2.7.6 |
+| Architectures | i386, x86_64 |
 | Github | [patch/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/patch/xmake.lua) |
 
 ##### Install command
@@ -598,6 +624,7 @@ add_requires("patch")
 | -- | -- |
 | Homepage | [https://freedesktop.org/wiki/Software/pkg-config/](https://freedesktop.org/wiki/Software/pkg-config/) |
 | Versions | 0.29.2 |
+| Architectures | i386, x86_64 |
 | Github | [pkg-config/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkg-config/xmake.lua) |
 
 ##### Install command
@@ -620,6 +647,7 @@ add_requires("pkg-config")
 | -- | -- |
 | Homepage | [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/) |
 | Versions | 3.8.0 |
+| Architectures | i386, x86_64 |
 | Github | [protoc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/protoc/xmake.lua) |
 
 ##### Install command
@@ -642,6 +670,7 @@ add_requires("protoc")
 | -- | -- |
 | Homepage | [https://github.com/pybind/pybind11](https://github.com/pybind/pybind11) |
 | Versions | 2.5.0 |
+| Architectures | i386, x86_64 |
 | Github | [pybind11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pybind11/xmake.lua) |
 
 ##### Install command
@@ -663,7 +692,8 @@ add_requires("pybind11")
 | Description | *The python programming language.* |
 | -- | -- |
 | Homepage | [https://www.python.org/](https://www.python.org/) |
-| Versions | 3.7.0, 2.7.15 |
+| Versions | 2.7.15, 3.7.0 |
+| Architectures | i386, x86_64 |
 | Github | [python/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua) |
 
 ##### Install command
@@ -686,6 +716,7 @@ add_requires("python")
 | -- | -- |
 | Homepage | [https://www.python.org/](https://www.python.org/) |
 | Versions | 2.7.15 |
+| Architectures | i386, x86_64 |
 | Github | [python2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua) |
 
 ##### Install command
@@ -709,7 +740,8 @@ add_requires("python2")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | 1.3.1, 1.5.0, 1.8.0, 1.4.2 |
+| Versions | 1.3.1, 1.5.0, 1.4.2, 1.8.0 |
+| Architectures | i386, x86_64 |
 | Github | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 
 ##### Install command
@@ -732,6 +764,7 @@ add_requires("spdlog")
 | -- | -- |
 | Homepage | [https://github.com/nothings/stb](https://github.com/nothings/stb) |
 | Versions | 0.0 |
+| Architectures | i386, x86_64 |
 | Github | [stb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stb/xmake.lua) |
 
 ##### Install command
@@ -755,7 +788,8 @@ add_requires("stb")
 | Description | *A glib-like multi-platform c library* |
 | -- | -- |
 | Homepage | [http://www.tboox.org](http://www.tboox.org) |
-| Versions | v1.6.2, v1.6.5, v1.6.3, v1.6.4 |
+| Versions | v1.6.5, v1.6.2, v1.6.4, v1.6.3 |
+| Architectures | i386, x86_64 |
 | Github | [tbox/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tbox/xmake.lua) |
 
 ##### Install command
@@ -778,6 +812,7 @@ add_requires("tbox")
 | -- | -- |
 | Homepage | [https://github.com/sainteos/tmxparser](https://github.com/sainteos/tmxparser) |
 | Versions | 2.2.0 |
+| Architectures | i386, x86_64 |
 | Github | [tmxparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tmxparser/xmake.lua) |
 
 ##### Install command
@@ -802,6 +837,7 @@ add_requires("tmxparser")
 | -- | -- |
 | Homepage | [https://yasm.tortall.net/](https://yasm.tortall.net/) |
 | Versions | 1.3.0 |
+| Architectures | i386, x86_64 |
 | Github | [yasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/y/yasm/xmake.lua) |
 
 ##### Install command

+ 40 - 6
packages/cross.md

@@ -6,6 +6,7 @@
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/autoconf/autoconf.html](https://www.gnu.org/software/autoconf/autoconf.html) |
 | Versions | 2.69, 2.68 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [autoconf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/autoconf/xmake.lua) |
 
 ##### Install command
@@ -28,6 +29,7 @@ add_requires("autoconf")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/automake/](https://www.gnu.org/software/automake/) |
 | Versions | 1.9.5, 1.16.1, 1.9.6, 1.15.1 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [automake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/automake/xmake.lua) |
 
 ##### Install command
@@ -52,6 +54,7 @@ add_requires("automake")
 | -- | -- |
 | Homepage | [https://github.com/gwilymk/bin2c](https://github.com/gwilymk/bin2c) |
 | Versions | 0.0.1 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [bin2c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bin2c/xmake.lua) |
 
 ##### Install command
@@ -76,6 +79,7 @@ add_requires("bin2c")
 | -- | -- |
 | Homepage | [https://github.com/catchorg/Catch2](https://github.com/catchorg/Catch2) |
 | Versions | 2.9.2 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [catch2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/catch2/xmake.lua) |
 
 ##### Install command
@@ -98,6 +102,7 @@ add_requires("catch2")
 | -- | -- |
 | Homepage | [https://cmake.org](https://cmake.org) |
 | Versions | 3.11.4, 3.15.4 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 
 ##### Install command
@@ -120,6 +125,7 @@ add_requires("cmake")
 | -- | -- |
 | Homepage | [https://github.com/cameron314/concurrentqueue](https://github.com/cameron314/concurrentqueue) |
 | Versions |  |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [concurrentqueue/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/concurrentqueue/xmake.lua) |
 
 ##### Install command
@@ -142,6 +148,7 @@ add_requires("concurrentqueue")
 | -- | -- |
 | Homepage | [https://cpp-taskflow.github.io/](https://cpp-taskflow.github.io/) |
 | Versions | 2.2.0 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [cpp-taskflow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-taskflow/xmake.lua) |
 
 ##### Install command
@@ -164,6 +171,7 @@ add_requires("cpp-taskflow")
 | -- | -- |
 | Homepage | [https://github.com/jarro2783/cxxopts](https://github.com/jarro2783/cxxopts) |
 | Versions | v2.2.0 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [cxxopts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cxxopts/xmake.lua) |
 
 ##### Install command
@@ -188,6 +196,7 @@ add_requires("cxxopts")
 | -- | -- |
 | Homepage | [http://bit.ly/doctest-docs](http://bit.ly/doctest-docs) |
 | Versions | 2.3.6, 2.3.1 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [doctest/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/doctest/xmake.lua) |
 
 ##### Install command
@@ -211,7 +220,8 @@ add_requires("doctest")
 | Description | *fmt is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.* |
 | -- | -- |
 | Homepage | [https://fmt.dev](https://fmt.dev) |
-| Versions | 6.2.0, 5.3.0, 6.0.0 |
+| Versions | 6.2.0, 6.0.0, 5.3.0 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [fmt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fmt/xmake.lua) |
 
 ##### Install command
@@ -236,6 +246,7 @@ add_requires("fmt")
 | -- | -- |
 | Homepage | [https://github.com/google/googletest](https://github.com/google/googletest) |
 | Versions | 1.8.1 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [gtest/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gtest/xmake.lua) |
 
 ##### Install command
@@ -260,6 +271,7 @@ add_requires("gtest")
 | -- | -- |
 | Homepage | [https://pantor.github.io/inja/](https://pantor.github.io/inja/) |
 | Versions | v2.1.0 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [inja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/inja/xmake.lua) |
 
 ##### Install command
@@ -282,6 +294,7 @@ add_requires("inja")
 | -- | -- |
 | Homepage | [https://sourceforge.net/projects/irrlicht/](https://sourceforge.net/projects/irrlicht/) |
 | Versions | 1.2 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [irrXML/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/irrXML/xmake.lua) |
 
 ##### Install command
@@ -306,6 +319,7 @@ add_requires("irrXML")
 | -- | -- |
 | Homepage | [http://ijg.org/](http://ijg.org/) |
 | Versions | v9c, v9b |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [libjpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libjpeg/xmake.lua) |
 
 ##### Install command
@@ -328,6 +342,7 @@ add_requires("libjpeg")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/libtool/](https://www.gnu.org/software/libtool/) |
 | Versions | 2.4.5, 2.4.6 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [libtool/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libtool/xmake.lua) |
 
 ##### Install command
@@ -352,6 +367,7 @@ add_requires("libtool")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/m4](https://www.gnu.org/software/m4) |
 | Versions | 1.4.18 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [m4/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/m4/xmake.lua) |
 
 ##### Install command
@@ -374,6 +390,7 @@ add_requires("m4")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/make/](https://www.gnu.org/software/make/) |
 | Versions | 4.2.1 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [make/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/make/xmake.lua) |
 
 ##### Install command
@@ -396,6 +413,7 @@ add_requires("make")
 | -- | -- |
 | Homepage | [https://mesonbuild.com/](https://mesonbuild.com/) |
 | Versions | 0.50.1 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [meson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meson/xmake.lua) |
 
 ##### Install command
@@ -420,6 +438,7 @@ add_requires("meson")
 | -- | -- |
 | Homepage | [https://www.nasm.us/](https://www.nasm.us/) |
 | Versions | 2.13.03 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [nasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua) |
 
 ##### Install command
@@ -442,6 +461,7 @@ add_requires("nasm")
 | -- | -- |
 | Homepage | [https://ninja-build.org/](https://ninja-build.org/) |
 | Versions | 1.9.0 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
 
 ##### Install command
@@ -464,6 +484,7 @@ add_requires("ninja")
 | -- | -- |
 | Homepage | [https://nlohmann.github.io/json/](https://nlohmann.github.io/json/) |
 | Versions | v3.9.1 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [nlohmann_json/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nlohmann_json/xmake.lua) |
 
 ##### Install command
@@ -487,7 +508,8 @@ add_requires("nlohmann_json")
 | Description | *A robust, commercial-grade, and full-featured toolkit for TLS and SSL.* |
 | -- | -- |
 | Homepage | [https://www.openssl.org/](https://www.openssl.org/) |
-| Versions | 1.1.1, 1.0.2, 1.0.0 |
+| Versions | 1.0.2, 1.0.0, 1.1.1 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [openssl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openssl/xmake.lua) |
 
 ##### Install command
@@ -512,6 +534,7 @@ add_requires("openssl")
 | -- | -- |
 | Homepage | [http://www.gnu.org/software/patch/patch.html](http://www.gnu.org/software/patch/patch.html) |
 | Versions | 2.7.6 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [patch/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/patch/xmake.lua) |
 
 ##### Install command
@@ -534,6 +557,7 @@ add_requires("patch")
 | -- | -- |
 | Homepage | [https://freedesktop.org/wiki/Software/pkg-config/](https://freedesktop.org/wiki/Software/pkg-config/) |
 | Versions | 0.29.2 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [pkg-config/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkg-config/xmake.lua) |
 
 ##### Install command
@@ -556,6 +580,7 @@ add_requires("pkg-config")
 | -- | -- |
 | Homepage | [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/) |
 | Versions | 3.8.0 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [protoc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/protoc/xmake.lua) |
 
 ##### Install command
@@ -578,6 +603,7 @@ add_requires("protoc")
 | -- | -- |
 | Homepage | [https://github.com/pybind/pybind11](https://github.com/pybind/pybind11) |
 | Versions | 2.5.0 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [pybind11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pybind11/xmake.lua) |
 
 ##### Install command
@@ -599,7 +625,8 @@ add_requires("pybind11")
 | Description | *The python programming language.* |
 | -- | -- |
 | Homepage | [https://www.python.org/](https://www.python.org/) |
-| Versions | 3.7.0, 2.7.15 |
+| Versions | 2.7.15, 3.7.0 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [python/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua) |
 
 ##### Install command
@@ -622,6 +649,7 @@ add_requires("python")
 | -- | -- |
 | Homepage | [https://www.python.org/](https://www.python.org/) |
 | Versions | 2.7.15 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [python2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua) |
 
 ##### Install command
@@ -645,7 +673,8 @@ add_requires("python2")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | 1.3.1, 1.5.0, 1.8.0, 1.4.2 |
+| Versions | 1.3.1, 1.5.0, 1.4.2, 1.8.0 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 
 ##### Install command
@@ -668,6 +697,7 @@ add_requires("spdlog")
 | -- | -- |
 | Homepage | [https://github.com/nothings/stb](https://github.com/nothings/stb) |
 | Versions | 0.0 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [stb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stb/xmake.lua) |
 
 ##### Install command
@@ -691,7 +721,8 @@ add_requires("stb")
 | Description | *A glib-like multi-platform c library* |
 | -- | -- |
 | Homepage | [http://www.tboox.org](http://www.tboox.org) |
-| Versions | v1.6.2, v1.6.5, v1.6.3, v1.6.4 |
+| Versions | v1.6.5, v1.6.2, v1.6.4, v1.6.3 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [tbox/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tbox/xmake.lua) |
 
 ##### Install command
@@ -714,6 +745,7 @@ add_requires("tbox")
 | -- | -- |
 | Homepage | [https://github.com/sainteos/tmxparser](https://github.com/sainteos/tmxparser) |
 | Versions | 2.2.0 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [tmxparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tmxparser/xmake.lua) |
 
 ##### Install command
@@ -738,6 +770,7 @@ add_requires("tmxparser")
 | -- | -- |
 | Homepage | [https://yasm.tortall.net/](https://yasm.tortall.net/) |
 | Versions | 1.3.0 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [yasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/y/yasm/xmake.lua) |
 
 ##### Install command
@@ -761,7 +794,8 @@ add_requires("yasm")
 | Description | *A Massively Spiffy Yet Delicately Unobtrusive Compression Library* |
 | -- | -- |
 | Homepage | [http://www.zlib.net](http://www.zlib.net) |
-| Versions | 1.2.10, 1.2.11 |
+| Versions | 1.2.11, 1.2.10 |
+| Architectures | i386, x86_64, armv7, armv7s, arm64-v8a, mips, mips64 |
 | Github | [zlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zlib/xmake.lua) |
 
 ##### Install command

+ 52 - 6
packages/iphoneos.md

@@ -6,6 +6,7 @@
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/autoconf/autoconf.html](https://www.gnu.org/software/autoconf/autoconf.html) |
 | Versions | 2.69, 2.68 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [autoconf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/autoconf/xmake.lua) |
 
 ##### Install command
@@ -28,6 +29,7 @@ add_requires("autoconf")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/automake/](https://www.gnu.org/software/automake/) |
 | Versions | 1.9.5, 1.16.1, 1.9.6, 1.15.1 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [automake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/automake/xmake.lua) |
 
 ##### Install command
@@ -52,6 +54,7 @@ add_requires("automake")
 | -- | -- |
 | Homepage | [https://github.com/gwilymk/bin2c](https://github.com/gwilymk/bin2c) |
 | Versions | 0.0.1 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [bin2c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bin2c/xmake.lua) |
 
 ##### Install command
@@ -76,6 +79,7 @@ add_requires("bin2c")
 | -- | -- |
 | Homepage | [https://github.com/catchorg/Catch2](https://github.com/catchorg/Catch2) |
 | Versions | 2.9.2 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [catch2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/catch2/xmake.lua) |
 
 ##### Install command
@@ -98,6 +102,7 @@ add_requires("catch2")
 | -- | -- |
 | Homepage | [https://github.com/DaveGamble/cJSON](https://github.com/DaveGamble/cJSON) |
 | Versions | 1.7.10 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [cjson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cjson/xmake.lua) |
 
 ##### Install command
@@ -120,6 +125,7 @@ add_requires("cjson")
 | -- | -- |
 | Homepage | [https://cmake.org](https://cmake.org) |
 | Versions | 3.11.4, 3.15.4 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 
 ##### Install command
@@ -142,6 +148,7 @@ add_requires("cmake")
 | -- | -- |
 | Homepage | [https://github.com/cameron314/concurrentqueue](https://github.com/cameron314/concurrentqueue) |
 | Versions |  |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [concurrentqueue/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/concurrentqueue/xmake.lua) |
 
 ##### Install command
@@ -164,6 +171,7 @@ add_requires("concurrentqueue")
 | -- | -- |
 | Homepage | [https://cpp-taskflow.github.io/](https://cpp-taskflow.github.io/) |
 | Versions | 2.2.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [cpp-taskflow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-taskflow/xmake.lua) |
 
 ##### Install command
@@ -186,6 +194,7 @@ add_requires("cpp-taskflow")
 | -- | -- |
 | Homepage | [https://github.com/jarro2783/cxxopts](https://github.com/jarro2783/cxxopts) |
 | Versions | v2.2.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [cxxopts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cxxopts/xmake.lua) |
 
 ##### Install command
@@ -210,6 +219,7 @@ add_requires("cxxopts")
 | -- | -- |
 | Homepage | [http://bit.ly/doctest-docs](http://bit.ly/doctest-docs) |
 | Versions | 2.3.6, 2.3.1 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [doctest/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/doctest/xmake.lua) |
 
 ##### Install command
@@ -233,7 +243,8 @@ add_requires("doctest")
 | Description | *fmt is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.* |
 | -- | -- |
 | Homepage | [https://fmt.dev](https://fmt.dev) |
-| Versions | 6.2.0, 5.3.0, 6.0.0 |
+| Versions | 6.2.0, 6.0.0, 5.3.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [fmt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fmt/xmake.lua) |
 
 ##### Install command
@@ -258,6 +269,7 @@ add_requires("fmt")
 | -- | -- |
 | Homepage | [https://github.com/google/googletest](https://github.com/google/googletest) |
 | Versions | 1.8.1 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [gtest/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gtest/xmake.lua) |
 
 ##### Install command
@@ -281,7 +293,8 @@ add_requires("gtest")
 | Description | *Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies* |
 | -- | -- |
 | Homepage | [https://github.com/ocornut/imgui](https://github.com/ocornut/imgui) |
-| Versions | v1.75, v1.79 |
+| Versions | v1.79, v1.75 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [imgui/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imgui/xmake.lua) |
 
 ##### Install command
@@ -304,6 +317,7 @@ add_requires("imgui")
 | -- | -- |
 | Homepage | [https://pantor.github.io/inja/](https://pantor.github.io/inja/) |
 | Versions | v2.1.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [inja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/inja/xmake.lua) |
 
 ##### Install command
@@ -326,6 +340,7 @@ add_requires("inja")
 | -- | -- |
 | Homepage | [https://sourceforge.net/projects/irrlicht/](https://sourceforge.net/projects/irrlicht/) |
 | Versions | 1.2 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [irrXML/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/irrXML/xmake.lua) |
 
 ##### Install command
@@ -350,6 +365,7 @@ add_requires("irrXML")
 | -- | -- |
 | Homepage | [https://github.com/json-c/json-c/wiki](https://github.com/json-c/json-c/wiki) |
 | Versions | 0.13.1-20180305 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [json-c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/json-c/xmake.lua) |
 
 ##### Install command
@@ -374,6 +390,7 @@ add_requires("json-c")
 | -- | -- |
 | Homepage | [https://curl.haxx.se/](https://curl.haxx.se/) |
 | Versions | 7.64.1 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [libcurl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libcurl/xmake.lua) |
 
 ##### Install command
@@ -396,6 +413,7 @@ add_requires("libcurl")
 | -- | -- |
 | Homepage | [http://software.schmorp.de/pkg/libev](http://software.schmorp.de/pkg/libev) |
 | Versions | 4.24 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [libev/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libev/xmake.lua) |
 
 ##### Install command
@@ -418,6 +436,7 @@ add_requires("libev")
 | -- | -- |
 | Homepage | [https://sourceware.org/libffi/](https://sourceware.org/libffi/) |
 | Versions | 3.2.1 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [libffi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libffi/xmake.lua) |
 
 ##### Install command
@@ -440,6 +459,7 @@ add_requires("libffi")
 | -- | -- |
 | Homepage | [http://ijg.org/](http://ijg.org/) |
 | Versions | v9c, v9b |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [libjpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libjpeg/xmake.lua) |
 
 ##### Install command
@@ -462,6 +482,7 @@ add_requires("libjpeg")
 | -- | -- |
 | Homepage | [http://www.libpng.org/pub/png/libpng.html](http://www.libpng.org/pub/png/libpng.html) |
 | Versions | v1.6.36, v1.6.35, v1.6.34 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [libpng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libpng/xmake.lua) |
 
 ##### Install command
@@ -484,6 +505,7 @@ add_requires("libpng")
 | -- | -- |
 | Homepage | [http://www.libraw.org](http://www.libraw.org) |
 | Versions | 0.19.5 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [libraw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libraw/xmake.lua) |
 
 ##### Install command
@@ -506,6 +528,7 @@ add_requires("libraw")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/libtool/](https://www.gnu.org/software/libtool/) |
 | Versions | 2.4.5, 2.4.6 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [libtool/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libtool/xmake.lua) |
 
 ##### Install command
@@ -528,6 +551,7 @@ add_requires("libtool")
 | -- | -- |
 | Homepage | [http://libuv.org/](http://libuv.org/) |
 | Versions | v1.24.0, v1.23.2, v1.23.1, v1.28.0, v1.27.0, v1.26.0, v1.25.0, v1.22.0, v1.24.1, v1.23.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [libuv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libuv/xmake.lua) |
 
 ##### Install command
@@ -550,6 +574,7 @@ add_requires("libuv")
 | -- | -- |
 | Homepage | [http://xmlsoft.org/](http://xmlsoft.org/) |
 | Versions | 2.9.9 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [libxml2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libxml2/xmake.lua) |
 
 ##### Install command
@@ -572,6 +597,7 @@ add_requires("libxml2")
 | -- | -- |
 | Homepage | [http://luajit.org](http://luajit.org) |
 | Versions | 2.1.0-beta3 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [luajit/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/luajit/xmake.lua) |
 
 ##### Install command
@@ -596,6 +622,7 @@ add_requires("luajit")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/m4](https://www.gnu.org/software/m4) |
 | Versions | 1.4.18 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [m4/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/m4/xmake.lua) |
 
 ##### Install command
@@ -618,6 +645,7 @@ add_requires("m4")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/make/](https://www.gnu.org/software/make/) |
 | Versions | 4.2.1 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [make/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/make/xmake.lua) |
 
 ##### Install command
@@ -640,6 +668,7 @@ add_requires("make")
 | -- | -- |
 | Homepage | [https://mesonbuild.com/](https://mesonbuild.com/) |
 | Versions | 0.50.1 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [meson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meson/xmake.lua) |
 
 ##### Install command
@@ -662,6 +691,7 @@ add_requires("meson")
 | -- | -- |
 | Homepage | [https://github.com/moonjit/moonjit](https://github.com/moonjit/moonjit) |
 | Versions | 2.2.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [moonjit/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/moonjit/xmake.lua) |
 
 ##### Install command
@@ -686,6 +716,7 @@ add_requires("moonjit")
 | -- | -- |
 | Homepage | [https://www.nasm.us/](https://www.nasm.us/) |
 | Versions | 2.13.03 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [nasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua) |
 
 ##### Install command
@@ -708,6 +739,7 @@ add_requires("nasm")
 | -- | -- |
 | Homepage | [https://ninja-build.org/](https://ninja-build.org/) |
 | Versions | 1.9.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
 
 ##### Install command
@@ -730,6 +762,7 @@ add_requires("ninja")
 | -- | -- |
 | Homepage | [https://nlohmann.github.io/json/](https://nlohmann.github.io/json/) |
 | Versions | v3.9.1 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [nlohmann_json/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nlohmann_json/xmake.lua) |
 
 ##### Install command
@@ -754,6 +787,7 @@ add_requires("nlohmann_json")
 | -- | -- |
 | Homepage | [http://www.gnu.org/software/patch/patch.html](http://www.gnu.org/software/patch/patch.html) |
 | Versions | 2.7.6 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [patch/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/patch/xmake.lua) |
 
 ##### Install command
@@ -776,6 +810,7 @@ add_requires("patch")
 | -- | -- |
 | Homepage | [https://freedesktop.org/wiki/Software/pkg-config/](https://freedesktop.org/wiki/Software/pkg-config/) |
 | Versions | 0.29.2 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [pkg-config/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkg-config/xmake.lua) |
 
 ##### Install command
@@ -798,6 +833,7 @@ add_requires("pkg-config")
 | -- | -- |
 | Homepage | [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/) |
 | Versions | 3.8.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [protoc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/protoc/xmake.lua) |
 
 ##### Install command
@@ -820,6 +856,7 @@ add_requires("protoc")
 | -- | -- |
 | Homepage | [https://github.com/pybind/pybind11](https://github.com/pybind/pybind11) |
 | Versions | 2.5.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [pybind11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pybind11/xmake.lua) |
 
 ##### Install command
@@ -841,7 +878,8 @@ add_requires("pybind11")
 | Description | *The python programming language.* |
 | -- | -- |
 | Homepage | [https://www.python.org/](https://www.python.org/) |
-| Versions | 3.7.0, 2.7.15 |
+| Versions | 2.7.15, 3.7.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [python/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua) |
 
 ##### Install command
@@ -864,6 +902,7 @@ add_requires("python")
 | -- | -- |
 | Homepage | [https://www.python.org/](https://www.python.org/) |
 | Versions | 2.7.15 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [python2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua) |
 
 ##### Install command
@@ -887,7 +926,8 @@ add_requires("python2")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | 1.3.1, 1.5.0, 1.8.0, 1.4.2 |
+| Versions | 1.3.1, 1.5.0, 1.4.2, 1.8.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 
 ##### Install command
@@ -910,6 +950,7 @@ add_requires("spdlog")
 | -- | -- |
 | Homepage | [https://github.com/nothings/stb](https://github.com/nothings/stb) |
 | Versions | 0.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [stb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stb/xmake.lua) |
 
 ##### Install command
@@ -933,7 +974,8 @@ add_requires("stb")
 | Description | *A glib-like multi-platform c library* |
 | -- | -- |
 | Homepage | [http://www.tboox.org](http://www.tboox.org) |
-| Versions | v1.6.2, v1.6.5, v1.6.3, v1.6.4 |
+| Versions | v1.6.5, v1.6.2, v1.6.4, v1.6.3 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [tbox/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tbox/xmake.lua) |
 
 ##### Install command
@@ -956,6 +998,7 @@ add_requires("tbox")
 | -- | -- |
 | Homepage | [http://www.grinninglizard.com/tinyxml2/](http://www.grinninglizard.com/tinyxml2/) |
 | Versions | 8.0.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [tinyxml2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyxml2/xmake.lua) |
 
 ##### Install command
@@ -978,6 +1021,7 @@ add_requires("tinyxml2")
 | -- | -- |
 | Homepage | [https://github.com/sainteos/tmxparser](https://github.com/sainteos/tmxparser) |
 | Versions | 2.2.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [tmxparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tmxparser/xmake.lua) |
 
 ##### Install command
@@ -1002,6 +1046,7 @@ add_requires("tmxparser")
 | -- | -- |
 | Homepage | [https://yasm.tortall.net/](https://yasm.tortall.net/) |
 | Versions | 1.3.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [yasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/y/yasm/xmake.lua) |
 
 ##### Install command
@@ -1025,7 +1070,8 @@ add_requires("yasm")
 | Description | *A Massively Spiffy Yet Delicately Unobtrusive Compression Library* |
 | -- | -- |
 | Homepage | [http://www.zlib.net](http://www.zlib.net) |
-| Versions | 1.2.10, 1.2.11 |
+| Versions | 1.2.11, 1.2.10 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Github | [zlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zlib/xmake.lua) |
 
 ##### Install command

Diferenças do arquivo suprimidas por serem muito extensas
+ 135 - 13
packages/linux.md


Diferenças do arquivo suprimidas por serem muito extensas
+ 135 - 12
packages/macosx.md


+ 57 - 8
packages/mingw.md

@@ -6,6 +6,7 @@
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/autoconf/autoconf.html](https://www.gnu.org/software/autoconf/autoconf.html) |
 | Versions | 2.69, 2.68 |
+| Architectures | i386, x86_64 |
 | Github | [autoconf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/autoconf/xmake.lua) |
 
 ##### Install command
@@ -28,6 +29,7 @@ add_requires("autoconf")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/automake/](https://www.gnu.org/software/automake/) |
 | Versions | 1.9.5, 1.16.1, 1.9.6, 1.15.1 |
+| Architectures | i386, x86_64 |
 | Github | [automake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/automake/xmake.lua) |
 
 ##### Install command
@@ -52,6 +54,7 @@ add_requires("automake")
 | -- | -- |
 | Homepage | [https://github.com/gwilymk/bin2c](https://github.com/gwilymk/bin2c) |
 | Versions | 0.0.1 |
+| Architectures | i386, x86_64 |
 | Github | [bin2c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bin2c/xmake.lua) |
 
 ##### Install command
@@ -74,6 +77,7 @@ add_requires("bin2c")
 | -- | -- |
 | Homepage | [https://box2d.org](https://box2d.org) |
 | Versions | 2.4.0 |
+| Architectures | i386, x86_64 |
 | Github | [box2d/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/box2d/xmake.lua) |
 
 ##### Install command
@@ -98,6 +102,7 @@ add_requires("box2d")
 | -- | -- |
 | Homepage | [https://github.com/catchorg/Catch2](https://github.com/catchorg/Catch2) |
 | Versions | 2.9.2 |
+| Architectures | i386, x86_64 |
 | Github | [catch2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/catch2/xmake.lua) |
 
 ##### Install command
@@ -120,6 +125,7 @@ add_requires("catch2")
 | -- | -- |
 | Homepage | [https://cmake.org](https://cmake.org) |
 | Versions | 3.11.4, 3.15.4 |
+| Architectures | i386, x86_64 |
 | Github | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 
 ##### Install command
@@ -142,6 +148,7 @@ add_requires("cmake")
 | -- | -- |
 | Homepage | [https://github.com/cameron314/concurrentqueue](https://github.com/cameron314/concurrentqueue) |
 | Versions |  |
+| Architectures | i386, x86_64 |
 | Github | [concurrentqueue/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/concurrentqueue/xmake.lua) |
 
 ##### Install command
@@ -164,6 +171,7 @@ add_requires("concurrentqueue")
 | -- | -- |
 | Homepage | [https://cpp-taskflow.github.io/](https://cpp-taskflow.github.io/) |
 | Versions | 2.2.0 |
+| Architectures | i386, x86_64 |
 | Github | [cpp-taskflow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-taskflow/xmake.lua) |
 
 ##### Install command
@@ -186,6 +194,7 @@ add_requires("cpp-taskflow")
 | -- | -- |
 | Homepage | [https://github.com/jarro2783/cxxopts](https://github.com/jarro2783/cxxopts) |
 | Versions | v2.2.0 |
+| Architectures | i386, x86_64 |
 | Github | [cxxopts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cxxopts/xmake.lua) |
 
 ##### Install command
@@ -210,6 +219,7 @@ add_requires("cxxopts")
 | -- | -- |
 | Homepage | [http://bit.ly/doctest-docs](http://bit.ly/doctest-docs) |
 | Versions | 2.3.6, 2.3.1 |
+| Architectures | i386, x86_64 |
 | Github | [doctest/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/doctest/xmake.lua) |
 
 ##### Install command
@@ -233,7 +243,8 @@ add_requires("doctest")
 | Description | *fmt is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.* |
 | -- | -- |
 | Homepage | [https://fmt.dev](https://fmt.dev) |
-| Versions | 6.2.0, 5.3.0, 6.0.0 |
+| Versions | 6.2.0, 6.0.0, 5.3.0 |
+| Architectures | i386, x86_64 |
 | Github | [fmt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fmt/xmake.lua) |
 
 ##### Install command
@@ -258,6 +269,7 @@ add_requires("fmt")
 | -- | -- |
 | Homepage | [http://glew.sourceforge.net/](http://glew.sourceforge.net/) |
 | Versions | 2.1.0 |
+| Architectures | i386, x86_64 |
 | Github | [glew/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glew/xmake.lua) |
 
 ##### Install command
@@ -280,6 +292,7 @@ add_requires("glew")
 | -- | -- |
 | Homepage | [https://www.glfw.org/](https://www.glfw.org/) |
 | Versions |  |
+| Architectures | i386, x86_64 |
 | Github | [glfw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glfw/xmake.lua) |
 
 ##### Install command
@@ -302,6 +315,7 @@ add_requires("glfw")
 | -- | -- |
 | Homepage | [https://github.com/google/googletest](https://github.com/google/googletest) |
 | Versions | 1.8.1 |
+| Architectures | i386, x86_64 |
 | Github | [gtest/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gtest/xmake.lua) |
 
 ##### Install command
@@ -325,7 +339,8 @@ add_requires("gtest")
 | Description | *Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies* |
 | -- | -- |
 | Homepage | [https://github.com/ocornut/imgui](https://github.com/ocornut/imgui) |
-| Versions | v1.75, v1.79 |
+| Versions | v1.79, v1.75 |
+| Architectures | i386, x86_64 |
 | Github | [imgui/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imgui/xmake.lua) |
 
 ##### Install command
@@ -348,6 +363,7 @@ add_requires("imgui")
 | -- | -- |
 | Homepage | [https://pantor.github.io/inja/](https://pantor.github.io/inja/) |
 | Versions | v2.1.0 |
+| Architectures | i386, x86_64 |
 | Github | [inja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/inja/xmake.lua) |
 
 ##### Install command
@@ -370,6 +386,7 @@ add_requires("inja")
 | -- | -- |
 | Homepage | [https://sourceforge.net/projects/irrlicht/](https://sourceforge.net/projects/irrlicht/) |
 | Versions | 1.2 |
+| Architectures | i386, x86_64 |
 | Github | [irrXML/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/irrXML/xmake.lua) |
 
 ##### Install command
@@ -394,6 +411,7 @@ add_requires("irrXML")
 | -- | -- |
 | Homepage | [http://ijg.org/](http://ijg.org/) |
 | Versions | v9c, v9b |
+| Architectures | i386, x86_64 |
 | Github | [libjpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libjpeg/xmake.lua) |
 
 ##### Install command
@@ -416,6 +434,7 @@ add_requires("libjpeg")
 | -- | -- |
 | Homepage | [http://www.libraw.org](http://www.libraw.org) |
 | Versions | 0.19.5 |
+| Architectures | i386, x86_64 |
 | Github | [libraw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libraw/xmake.lua) |
 
 ##### Install command
@@ -438,6 +457,7 @@ add_requires("libraw")
 | -- | -- |
 | Homepage | [https://www.libsdl.org/](https://www.libsdl.org/) |
 | Versions | 2.0.8 |
+| Architectures | i386, x86_64 |
 | Github | [libsdl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua) |
 
 ##### Install command
@@ -460,6 +480,7 @@ add_requires("libsdl")
 | -- | -- |
 | Homepage | [http://www.libsdl.org/projects/SDL_image/](http://www.libsdl.org/projects/SDL_image/) |
 | Versions | 2.0.5 |
+| Architectures | i386, x86_64 |
 | Github | [libsdl_image/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_image/xmake.lua) |
 
 ##### Install command
@@ -482,6 +503,7 @@ add_requires("libsdl_image")
 | -- | -- |
 | Homepage | [https://www.libsdl.org/projects/SDL_mixer/](https://www.libsdl.org/projects/SDL_mixer/) |
 | Versions | 2.0.4 |
+| Architectures | i386, x86_64 |
 | Github | [libsdl_mixer/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_mixer/xmake.lua) |
 
 ##### Install command
@@ -504,6 +526,7 @@ add_requires("libsdl_mixer")
 | -- | -- |
 | Homepage | [https://www.libsdl.org/projects/SDL_net/](https://www.libsdl.org/projects/SDL_net/) |
 | Versions | 2.0.1 |
+| Architectures | i386, x86_64 |
 | Github | [libsdl_net/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_net/xmake.lua) |
 
 ##### Install command
@@ -526,6 +549,7 @@ add_requires("libsdl_net")
 | -- | -- |
 | Homepage | [https://www.libsdl.org/projects/SDL_ttf/](https://www.libsdl.org/projects/SDL_ttf/) |
 | Versions | 2.0.15 |
+| Architectures | i386, x86_64 |
 | Github | [libsdl_ttf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_ttf/xmake.lua) |
 
 ##### Install command
@@ -548,6 +572,7 @@ add_requires("libsdl_ttf")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/libtool/](https://www.gnu.org/software/libtool/) |
 | Versions | 2.4.5, 2.4.6 |
+| Architectures | i386, x86_64 |
 | Github | [libtool/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libtool/xmake.lua) |
 
 ##### Install command
@@ -570,6 +595,7 @@ add_requires("libtool")
 | -- | -- |
 | Homepage | [http://libuv.org/](http://libuv.org/) |
 | Versions | v1.24.0, v1.23.2, v1.23.1, v1.28.0, v1.27.0, v1.26.0, v1.25.0, v1.22.0, v1.24.1, v1.23.0 |
+| Architectures | i386, x86_64 |
 | Github | [libuv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libuv/xmake.lua) |
 
 ##### Install command
@@ -594,6 +620,7 @@ add_requires("libuv")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/m4](https://www.gnu.org/software/m4) |
 | Versions | 1.4.18 |
+| Architectures | i386, x86_64 |
 | Github | [m4/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/m4/xmake.lua) |
 
 ##### Install command
@@ -616,6 +643,7 @@ add_requires("m4")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/make/](https://www.gnu.org/software/make/) |
 | Versions | 4.2.1 |
+| Architectures | i386, x86_64 |
 | Github | [make/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/make/xmake.lua) |
 
 ##### Install command
@@ -638,6 +666,7 @@ add_requires("make")
 | -- | -- |
 | Homepage | [https://mesonbuild.com/](https://mesonbuild.com/) |
 | Versions | 0.50.1 |
+| Architectures | i386, x86_64 |
 | Github | [meson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meson/xmake.lua) |
 
 ##### Install command
@@ -662,6 +691,7 @@ add_requires("meson")
 | -- | -- |
 | Homepage | [https://www.nasm.us/](https://www.nasm.us/) |
 | Versions | 2.13.03 |
+| Architectures | i386, x86_64 |
 | Github | [nasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua) |
 
 ##### Install command
@@ -684,6 +714,7 @@ add_requires("nasm")
 | -- | -- |
 | Homepage | [https://ninja-build.org/](https://ninja-build.org/) |
 | Versions | 1.9.0 |
+| Architectures | i386, x86_64 |
 | Github | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
 
 ##### Install command
@@ -706,6 +737,7 @@ add_requires("ninja")
 | -- | -- |
 | Homepage | [https://nlohmann.github.io/json/](https://nlohmann.github.io/json/) |
 | Versions | v3.9.1 |
+| Architectures | i386, x86_64 |
 | Github | [nlohmann_json/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nlohmann_json/xmake.lua) |
 
 ##### Install command
@@ -730,6 +762,7 @@ add_requires("nlohmann_json")
 | -- | -- |
 | Homepage | [http://www.gnu.org/software/patch/patch.html](http://www.gnu.org/software/patch/patch.html) |
 | Versions | 2.7.6 |
+| Architectures | i386, x86_64 |
 | Github | [patch/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/patch/xmake.lua) |
 
 ##### Install command
@@ -751,7 +784,8 @@ add_requires("patch")
 | Description | *A Perl Compatible Regular Expressions Library* |
 | -- | -- |
 | Homepage | [https://www.pcre.org/](https://www.pcre.org/) |
-| Versions | 8.40, 8.41 |
+| Versions | 8.41, 8.40 |
+| Architectures | i386, x86_64 |
 | Github | [pcre/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pcre/xmake.lua) |
 
 ##### Install command
@@ -773,7 +807,8 @@ add_requires("pcre")
 | Description | *A Perl Compatible Regular Expressions Library* |
 | -- | -- |
 | Homepage | [https://www.pcre.org/](https://www.pcre.org/) |
-| Versions | 10.30, 10.31, 10.23 |
+| Versions | 10.30, 10.23, 10.31 |
+| Architectures | i386, x86_64 |
 | Github | [pcre2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pcre2/xmake.lua) |
 
 ##### Install command
@@ -796,6 +831,7 @@ add_requires("pcre2")
 | -- | -- |
 | Homepage | [https://freedesktop.org/wiki/Software/pkg-config/](https://freedesktop.org/wiki/Software/pkg-config/) |
 | Versions | 0.29.2 |
+| Architectures | i386, x86_64 |
 | Github | [pkg-config/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkg-config/xmake.lua) |
 
 ##### Install command
@@ -818,6 +854,7 @@ add_requires("pkg-config")
 | -- | -- |
 | Homepage | [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/) |
 | Versions | 3.8.0 |
+| Architectures | i386, x86_64 |
 | Github | [protoc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/protoc/xmake.lua) |
 
 ##### Install command
@@ -840,6 +877,7 @@ add_requires("protoc")
 | -- | -- |
 | Homepage | [https://github.com/pybind/pybind11](https://github.com/pybind/pybind11) |
 | Versions | 2.5.0 |
+| Architectures | i386, x86_64 |
 | Github | [pybind11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pybind11/xmake.lua) |
 
 ##### Install command
@@ -861,7 +899,8 @@ add_requires("pybind11")
 | Description | *The python programming language.* |
 | -- | -- |
 | Homepage | [https://www.python.org/](https://www.python.org/) |
-| Versions | 3.7.0, 2.7.15 |
+| Versions | 2.7.15, 3.7.0 |
+| Architectures | i386, x86_64 |
 | Github | [python/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua) |
 
 ##### Install command
@@ -884,6 +923,7 @@ add_requires("python")
 | -- | -- |
 | Homepage | [https://www.python.org/](https://www.python.org/) |
 | Versions | 2.7.15 |
+| Architectures | i386, x86_64 |
 | Github | [python2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua) |
 
 ##### Install command
@@ -908,6 +948,7 @@ add_requires("python2")
 | -- | -- |
 | Homepage | [https://www.sfml-dev.org](https://www.sfml-dev.org) |
 | Versions |  |
+| Architectures | i386, x86_64 |
 | Github | [sfml/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sfml/xmake.lua) |
 
 ##### Install command
@@ -929,7 +970,8 @@ add_requires("sfml")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | 1.3.1, 1.5.0, 1.8.0, 1.4.2 |
+| Versions | 1.3.1, 1.5.0, 1.4.2, 1.8.0 |
+| Architectures | i386, x86_64 |
 | Github | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 
 ##### Install command
@@ -952,6 +994,7 @@ add_requires("spdlog")
 | -- | -- |
 | Homepage | [https://github.com/nothings/stb](https://github.com/nothings/stb) |
 | Versions | 0.0 |
+| Architectures | i386, x86_64 |
 | Github | [stb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stb/xmake.lua) |
 
 ##### Install command
@@ -975,7 +1018,8 @@ add_requires("stb")
 | Description | *A glib-like multi-platform c library* |
 | -- | -- |
 | Homepage | [http://www.tboox.org](http://www.tboox.org) |
-| Versions | v1.6.2, v1.6.5, v1.6.3, v1.6.4 |
+| Versions | v1.6.5, v1.6.2, v1.6.4, v1.6.3 |
+| Architectures | i386, x86_64 |
 | Github | [tbox/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tbox/xmake.lua) |
 
 ##### Install command
@@ -998,6 +1042,7 @@ add_requires("tbox")
 | -- | -- |
 | Homepage | [http://www.grinninglizard.com/tinyxml2/](http://www.grinninglizard.com/tinyxml2/) |
 | Versions | 8.0.0 |
+| Architectures | i386, x86_64 |
 | Github | [tinyxml2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyxml2/xmake.lua) |
 
 ##### Install command
@@ -1020,6 +1065,7 @@ add_requires("tinyxml2")
 | -- | -- |
 | Homepage | [https://github.com/sainteos/tmxparser](https://github.com/sainteos/tmxparser) |
 | Versions | 2.2.0 |
+| Architectures | i386, x86_64 |
 | Github | [tmxparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tmxparser/xmake.lua) |
 
 ##### Install command
@@ -1044,6 +1090,7 @@ add_requires("tmxparser")
 | -- | -- |
 | Homepage | [https://tukaani.org/xz/](https://tukaani.org/xz/) |
 | Versions | 5.2.4 |
+| Architectures | i386, x86_64 |
 | Github | [xz/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xz/xmake.lua) |
 
 ##### Install command
@@ -1068,6 +1115,7 @@ add_requires("xz")
 | -- | -- |
 | Homepage | [https://yasm.tortall.net/](https://yasm.tortall.net/) |
 | Versions | 1.3.0 |
+| Architectures | i386, x86_64 |
 | Github | [yasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/y/yasm/xmake.lua) |
 
 ##### Install command
@@ -1091,7 +1139,8 @@ add_requires("yasm")
 | Description | *A Massively Spiffy Yet Delicately Unobtrusive Compression Library* |
 | -- | -- |
 | Homepage | [http://www.zlib.net](http://www.zlib.net) |
-| Versions | 1.2.10, 1.2.11 |
+| Versions | 1.2.11, 1.2.10 |
+| Architectures | i386, x86_64 |
 | Github | [zlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zlib/xmake.lua) |
 
 ##### Install command

+ 37 - 4
packages/msys.md

@@ -6,6 +6,7 @@
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/autoconf/autoconf.html](https://www.gnu.org/software/autoconf/autoconf.html) |
 | Versions | 2.69, 2.68 |
+| Architectures | i386, x86_64 |
 | Github | [autoconf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/autoconf/xmake.lua) |
 
 ##### Install command
@@ -28,6 +29,7 @@ add_requires("autoconf")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/automake/](https://www.gnu.org/software/automake/) |
 | Versions | 1.9.5, 1.16.1, 1.9.6, 1.15.1 |
+| Architectures | i386, x86_64 |
 | Github | [automake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/automake/xmake.lua) |
 
 ##### Install command
@@ -52,6 +54,7 @@ add_requires("automake")
 | -- | -- |
 | Homepage | [https://github.com/gwilymk/bin2c](https://github.com/gwilymk/bin2c) |
 | Versions | 0.0.1 |
+| Architectures | i386, x86_64 |
 | Github | [bin2c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bin2c/xmake.lua) |
 
 ##### Install command
@@ -76,6 +79,7 @@ add_requires("bin2c")
 | -- | -- |
 | Homepage | [https://github.com/catchorg/Catch2](https://github.com/catchorg/Catch2) |
 | Versions | 2.9.2 |
+| Architectures | i386, x86_64 |
 | Github | [catch2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/catch2/xmake.lua) |
 
 ##### Install command
@@ -98,6 +102,7 @@ add_requires("catch2")
 | -- | -- |
 | Homepage | [https://cmake.org](https://cmake.org) |
 | Versions | 3.11.4, 3.15.4 |
+| Architectures | i386, x86_64 |
 | Github | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 
 ##### Install command
@@ -120,6 +125,7 @@ add_requires("cmake")
 | -- | -- |
 | Homepage | [https://github.com/cameron314/concurrentqueue](https://github.com/cameron314/concurrentqueue) |
 | Versions |  |
+| Architectures | i386, x86_64 |
 | Github | [concurrentqueue/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/concurrentqueue/xmake.lua) |
 
 ##### Install command
@@ -142,6 +148,7 @@ add_requires("concurrentqueue")
 | -- | -- |
 | Homepage | [https://cpp-taskflow.github.io/](https://cpp-taskflow.github.io/) |
 | Versions | 2.2.0 |
+| Architectures | i386, x86_64 |
 | Github | [cpp-taskflow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-taskflow/xmake.lua) |
 
 ##### Install command
@@ -164,6 +171,7 @@ add_requires("cpp-taskflow")
 | -- | -- |
 | Homepage | [https://github.com/jarro2783/cxxopts](https://github.com/jarro2783/cxxopts) |
 | Versions | v2.2.0 |
+| Architectures | i386, x86_64 |
 | Github | [cxxopts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cxxopts/xmake.lua) |
 
 ##### Install command
@@ -188,6 +196,7 @@ add_requires("cxxopts")
 | -- | -- |
 | Homepage | [http://bit.ly/doctest-docs](http://bit.ly/doctest-docs) |
 | Versions | 2.3.6, 2.3.1 |
+| Architectures | i386, x86_64 |
 | Github | [doctest/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/doctest/xmake.lua) |
 
 ##### Install command
@@ -211,7 +220,8 @@ add_requires("doctest")
 | Description | *fmt is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.* |
 | -- | -- |
 | Homepage | [https://fmt.dev](https://fmt.dev) |
-| Versions | 6.2.0, 5.3.0, 6.0.0 |
+| Versions | 6.2.0, 6.0.0, 5.3.0 |
+| Architectures | i386, x86_64 |
 | Github | [fmt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fmt/xmake.lua) |
 
 ##### Install command
@@ -236,6 +246,7 @@ add_requires("fmt")
 | -- | -- |
 | Homepage | [https://github.com/google/googletest](https://github.com/google/googletest) |
 | Versions | 1.8.1 |
+| Architectures | i386, x86_64 |
 | Github | [gtest/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gtest/xmake.lua) |
 
 ##### Install command
@@ -260,6 +271,7 @@ add_requires("gtest")
 | -- | -- |
 | Homepage | [https://pantor.github.io/inja/](https://pantor.github.io/inja/) |
 | Versions | v2.1.0 |
+| Architectures | i386, x86_64 |
 | Github | [inja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/inja/xmake.lua) |
 
 ##### Install command
@@ -282,6 +294,7 @@ add_requires("inja")
 | -- | -- |
 | Homepage | [https://sourceforge.net/projects/irrlicht/](https://sourceforge.net/projects/irrlicht/) |
 | Versions | 1.2 |
+| Architectures | i386, x86_64 |
 | Github | [irrXML/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/irrXML/xmake.lua) |
 
 ##### Install command
@@ -306,6 +319,7 @@ add_requires("irrXML")
 | -- | -- |
 | Homepage | [http://ijg.org/](http://ijg.org/) |
 | Versions | v9c, v9b |
+| Architectures | i386, x86_64 |
 | Github | [libjpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libjpeg/xmake.lua) |
 
 ##### Install command
@@ -328,6 +342,7 @@ add_requires("libjpeg")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/libtool/](https://www.gnu.org/software/libtool/) |
 | Versions | 2.4.5, 2.4.6 |
+| Architectures | i386, x86_64 |
 | Github | [libtool/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libtool/xmake.lua) |
 
 ##### Install command
@@ -350,6 +365,7 @@ add_requires("libtool")
 | -- | -- |
 | Homepage | [https://xmake.io](https://xmake.io) |
 | Versions | v2.3.3 |
+| Architectures | i386, x86_64 |
 | Github | [libxmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libxmake/xmake.lua) |
 
 ##### Install command
@@ -374,6 +390,7 @@ add_requires("libxmake")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/m4](https://www.gnu.org/software/m4) |
 | Versions | 1.4.18 |
+| Architectures | i386, x86_64 |
 | Github | [m4/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/m4/xmake.lua) |
 
 ##### Install command
@@ -396,6 +413,7 @@ add_requires("m4")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/make/](https://www.gnu.org/software/make/) |
 | Versions | 4.2.1 |
+| Architectures | i386, x86_64 |
 | Github | [make/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/make/xmake.lua) |
 
 ##### Install command
@@ -418,6 +436,7 @@ add_requires("make")
 | -- | -- |
 | Homepage | [https://mesonbuild.com/](https://mesonbuild.com/) |
 | Versions | 0.50.1 |
+| Architectures | i386, x86_64 |
 | Github | [meson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meson/xmake.lua) |
 
 ##### Install command
@@ -442,6 +461,7 @@ add_requires("meson")
 | -- | -- |
 | Homepage | [https://www.nasm.us/](https://www.nasm.us/) |
 | Versions | 2.13.03 |
+| Architectures | i386, x86_64 |
 | Github | [nasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua) |
 
 ##### Install command
@@ -464,6 +484,7 @@ add_requires("nasm")
 | -- | -- |
 | Homepage | [https://ninja-build.org/](https://ninja-build.org/) |
 | Versions | 1.9.0 |
+| Architectures | i386, x86_64 |
 | Github | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
 
 ##### Install command
@@ -486,6 +507,7 @@ add_requires("ninja")
 | -- | -- |
 | Homepage | [https://nlohmann.github.io/json/](https://nlohmann.github.io/json/) |
 | Versions | v3.9.1 |
+| Architectures | i386, x86_64 |
 | Github | [nlohmann_json/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nlohmann_json/xmake.lua) |
 
 ##### Install command
@@ -510,6 +532,7 @@ add_requires("nlohmann_json")
 | -- | -- |
 | Homepage | [http://www.gnu.org/software/patch/patch.html](http://www.gnu.org/software/patch/patch.html) |
 | Versions | 2.7.6 |
+| Architectures | i386, x86_64 |
 | Github | [patch/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/patch/xmake.lua) |
 
 ##### Install command
@@ -532,6 +555,7 @@ add_requires("patch")
 | -- | -- |
 | Homepage | [https://freedesktop.org/wiki/Software/pkg-config/](https://freedesktop.org/wiki/Software/pkg-config/) |
 | Versions | 0.29.2 |
+| Architectures | i386, x86_64 |
 | Github | [pkg-config/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkg-config/xmake.lua) |
 
 ##### Install command
@@ -554,6 +578,7 @@ add_requires("pkg-config")
 | -- | -- |
 | Homepage | [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/) |
 | Versions | 3.8.0 |
+| Architectures | i386, x86_64 |
 | Github | [protoc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/protoc/xmake.lua) |
 
 ##### Install command
@@ -576,6 +601,7 @@ add_requires("protoc")
 | -- | -- |
 | Homepage | [https://github.com/pybind/pybind11](https://github.com/pybind/pybind11) |
 | Versions | 2.5.0 |
+| Architectures | i386, x86_64 |
 | Github | [pybind11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pybind11/xmake.lua) |
 
 ##### Install command
@@ -597,7 +623,8 @@ add_requires("pybind11")
 | Description | *The python programming language.* |
 | -- | -- |
 | Homepage | [https://www.python.org/](https://www.python.org/) |
-| Versions | 3.7.0, 2.7.15 |
+| Versions | 2.7.15, 3.7.0 |
+| Architectures | i386, x86_64 |
 | Github | [python/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua) |
 
 ##### Install command
@@ -620,6 +647,7 @@ add_requires("python")
 | -- | -- |
 | Homepage | [https://www.python.org/](https://www.python.org/) |
 | Versions | 2.7.15 |
+| Architectures | i386, x86_64 |
 | Github | [python2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua) |
 
 ##### Install command
@@ -643,7 +671,8 @@ add_requires("python2")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | 1.3.1, 1.5.0, 1.8.0, 1.4.2 |
+| Versions | 1.3.1, 1.5.0, 1.4.2, 1.8.0 |
+| Architectures | i386, x86_64 |
 | Github | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 
 ##### Install command
@@ -666,6 +695,7 @@ add_requires("spdlog")
 | -- | -- |
 | Homepage | [https://github.com/nothings/stb](https://github.com/nothings/stb) |
 | Versions | 0.0 |
+| Architectures | i386, x86_64 |
 | Github | [stb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stb/xmake.lua) |
 
 ##### Install command
@@ -689,7 +719,8 @@ add_requires("stb")
 | Description | *A glib-like multi-platform c library* |
 | -- | -- |
 | Homepage | [http://www.tboox.org](http://www.tboox.org) |
-| Versions | v1.6.2, v1.6.5, v1.6.3, v1.6.4 |
+| Versions | v1.6.5, v1.6.2, v1.6.4, v1.6.3 |
+| Architectures | i386, x86_64 |
 | Github | [tbox/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tbox/xmake.lua) |
 
 ##### Install command
@@ -712,6 +743,7 @@ add_requires("tbox")
 | -- | -- |
 | Homepage | [https://github.com/sainteos/tmxparser](https://github.com/sainteos/tmxparser) |
 | Versions | 2.2.0 |
+| Architectures | i386, x86_64 |
 | Github | [tmxparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tmxparser/xmake.lua) |
 
 ##### Install command
@@ -736,6 +768,7 @@ add_requires("tmxparser")
 | -- | -- |
 | Homepage | [https://yasm.tortall.net/](https://yasm.tortall.net/) |
 | Versions | 1.3.0 |
+| Architectures | i386, x86_64 |
 | Github | [yasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/y/yasm/xmake.lua) |
 
 ##### Install command

+ 93 - 11
packages/windows.md

@@ -6,6 +6,7 @@
 | -- | -- |
 | Homepage | [https://abseil.io](https://abseil.io) |
 | Versions | 20200225.1 |
+| Architectures | x86, x64 |
 | Github | [abseil/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/abseil/xmake.lua) |
 
 ##### Install command
@@ -28,6 +29,7 @@ add_requires("abseil")
 | -- | -- |
 | Homepage | [https://assimp.org](https://assimp.org) |
 | Versions |  |
+| Architectures | x86, x64 |
 | Github | [assimp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/assimp/xmake.lua) |
 
 ##### Install command
@@ -50,6 +52,7 @@ add_requires("assimp")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/autoconf/autoconf.html](https://www.gnu.org/software/autoconf/autoconf.html) |
 | Versions | 2.69, 2.68 |
+| Architectures | x86, x64 |
 | Github | [autoconf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/autoconf/xmake.lua) |
 
 ##### Install command
@@ -72,6 +75,7 @@ add_requires("autoconf")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/automake/](https://www.gnu.org/software/automake/) |
 | Versions | 1.9.5, 1.16.1, 1.9.6, 1.15.1 |
+| Architectures | x86, x64 |
 | Github | [automake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/automake/xmake.lua) |
 
 ##### Install command
@@ -96,6 +100,7 @@ add_requires("automake")
 | -- | -- |
 | Homepage | [https://github.com/gwilymk/bin2c](https://github.com/gwilymk/bin2c) |
 | Versions | 0.0.1 |
+| Architectures | x86, x64 |
 | Github | [bin2c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bin2c/xmake.lua) |
 
 ##### Install command
@@ -118,6 +123,7 @@ add_requires("bin2c")
 | -- | -- |
 | Homepage | [https://www.boost.org/](https://www.boost.org/) |
 | Versions | 1.72.0, 1.73.0, 1.70.0 |
+| Architectures | x86, x64 |
 | Github | [boost/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/boost/xmake.lua) |
 
 ##### Install command
@@ -140,6 +146,7 @@ add_requires("boost")
 | -- | -- |
 | Homepage | [https://box2d.org](https://box2d.org) |
 | Versions | 2.4.0 |
+| Architectures | x86, x64 |
 | Github | [box2d/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/box2d/xmake.lua) |
 
 ##### Install command
@@ -161,7 +168,8 @@ add_requires("box2d")
 | Description | *Bullet Physics SDK.* |
 | -- | -- |
 | Homepage | [http://bulletphysics.org](http://bulletphysics.org) |
-| Versions | 3.05, 2.88 |
+| Versions | 2.88, 3.05 |
+| Architectures | x86, x64 |
 | Github | [bullet3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bullet3/xmake.lua) |
 
 ##### Install command
@@ -184,6 +192,7 @@ add_requires("bullet3")
 | -- | -- |
 | Homepage | [https://en.wikipedia.org/wiki/Bzip2](https://en.wikipedia.org/wiki/Bzip2) |
 | Versions | 1.0.6 |
+| Architectures | x86, x64 |
 | Github | [bzip2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bzip2/xmake.lua) |
 
 ##### Install command
@@ -208,6 +217,7 @@ add_requires("bzip2")
 | -- | -- |
 | Homepage | [https://cairographics.org/](https://cairographics.org/) |
 | Versions | 1.16.0 |
+| Architectures | x86, x64 |
 | Github | [cairo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cairo/xmake.lua) |
 
 ##### Install command
@@ -230,6 +240,7 @@ add_requires("cairo")
 | -- | -- |
 | Homepage | [https://github.com/catchorg/Catch2](https://github.com/catchorg/Catch2) |
 | Versions | 2.9.2 |
+| Architectures | x86, x64 |
 | Github | [catch2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/catch2/xmake.lua) |
 
 ##### Install command
@@ -252,6 +263,7 @@ add_requires("catch2")
 | -- | -- |
 | Homepage | [https://cmake.org](https://cmake.org) |
 | Versions | 3.11.4, 3.15.4 |
+| Architectures | x86, x64 |
 | Github | [cmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmake/xmake.lua) |
 
 ##### Install command
@@ -274,6 +286,7 @@ add_requires("cmake")
 | -- | -- |
 | Homepage | [https://github.com/idealvin/co](https://github.com/idealvin/co) |
 | Versions |  |
+| Architectures | x86, x64 |
 | Github | [co/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/co/xmake.lua) |
 
 ##### Install command
@@ -296,6 +309,7 @@ add_requires("co")
 | -- | -- |
 | Homepage | [https://github.com/cameron314/concurrentqueue](https://github.com/cameron314/concurrentqueue) |
 | Versions |  |
+| Architectures | x86, x64 |
 | Github | [concurrentqueue/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/concurrentqueue/xmake.lua) |
 
 ##### Install command
@@ -318,6 +332,7 @@ add_requires("concurrentqueue")
 | -- | -- |
 | Homepage | [https://cpp-taskflow.github.io/](https://cpp-taskflow.github.io/) |
 | Versions | 2.2.0 |
+| Architectures | x86, x64 |
 | Github | [cpp-taskflow/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpp-taskflow/xmake.lua) |
 
 ##### Install command
@@ -340,6 +355,7 @@ add_requires("cpp-taskflow")
 | -- | -- |
 | Homepage | [https://github.com/jarro2783/cxxopts](https://github.com/jarro2783/cxxopts) |
 | Versions | v2.2.0 |
+| Architectures | x86, x64 |
 | Github | [cxxopts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cxxopts/xmake.lua) |
 
 ##### Install command
@@ -364,6 +380,7 @@ add_requires("cxxopts")
 | -- | -- |
 | Homepage | [http://bit.ly/doctest-docs](http://bit.ly/doctest-docs) |
 | Versions | 2.3.6, 2.3.1 |
+| Architectures | x86, x64 |
 | Github | [doctest/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/doctest/xmake.lua) |
 
 ##### Install command
@@ -388,6 +405,7 @@ add_requires("doctest")
 | -- | -- |
 | Homepage | [https://eigen.tuxfamily.org/](https://eigen.tuxfamily.org/) |
 | Versions | 3.3.8, 3.3.7 |
+| Architectures | x86, x64 |
 | Github | [eigen/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/eigen/xmake.lua) |
 
 ##### Install command
@@ -410,6 +428,7 @@ add_requires("eigen")
 | -- | -- |
 | Homepage | [https://libexpat.github.io](https://libexpat.github.io) |
 | Versions | 2.2.6 |
+| Architectures | x86, x64 |
 | Github | [expat/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/expat/xmake.lua) |
 
 ##### Install command
@@ -433,7 +452,8 @@ add_requires("expat")
 | Description | *fmt is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.* |
 | -- | -- |
 | Homepage | [https://fmt.dev](https://fmt.dev) |
-| Versions | 6.2.0, 5.3.0, 6.0.0 |
+| Versions | 6.2.0, 6.0.0, 5.3.0 |
+| Architectures | x86, x64 |
 | Github | [fmt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fmt/xmake.lua) |
 
 ##### Install command
@@ -456,6 +476,7 @@ add_requires("fmt")
 | -- | -- |
 | Homepage | [http://freeglut.sourceforge.net](http://freeglut.sourceforge.net) |
 | Versions | 3.0.0 |
+| Architectures | x86, x64 |
 | Github | [freeglut/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/freeglut/xmake.lua) |
 
 ##### Install command
@@ -478,6 +499,7 @@ add_requires("freeglut")
 | -- | -- |
 | Homepage | [https://www.freetype.org](https://www.freetype.org) |
 | Versions | 2.9.1 |
+| Architectures | x86, x64 |
 | Github | [freetype/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/freetype/xmake.lua) |
 
 ##### Install command
@@ -502,6 +524,7 @@ add_requires("freetype")
 | -- | -- |
 | Homepage | [http://glew.sourceforge.net/](http://glew.sourceforge.net/) |
 | Versions | 2.1.0 |
+| Architectures | x86, x64 |
 | Github | [glew/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glew/xmake.lua) |
 
 ##### Install command
@@ -524,6 +547,7 @@ add_requires("glew")
 | -- | -- |
 | Homepage | [https://www.glfw.org/](https://www.glfw.org/) |
 | Versions |  |
+| Architectures | x86, x64 |
 | Github | [glfw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glfw/xmake.lua) |
 
 ##### Install command
@@ -546,6 +570,7 @@ add_requires("glfw")
 | -- | -- |
 | Homepage | [https://golang.org/](https://golang.org/) |
 | Versions |  |
+| Architectures | x86, x64 |
 | Github | [go/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/go/xmake.lua) |
 
 ##### Install command
@@ -568,6 +593,7 @@ add_requires("go")
 | -- | -- |
 | Homepage | [https://github.com/google/googletest](https://github.com/google/googletest) |
 | Versions | 1.8.1 |
+| Architectures | x86, x64 |
 | Github | [gtest/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gtest/xmake.lua) |
 
 ##### Install command
@@ -591,7 +617,8 @@ add_requires("gtest")
 | Description | *Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies* |
 | -- | -- |
 | Homepage | [https://github.com/ocornut/imgui](https://github.com/ocornut/imgui) |
-| Versions | v1.75, v1.79 |
+| Versions | v1.79, v1.75 |
+| Architectures | x86, x64 |
 | Github | [imgui/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imgui/xmake.lua) |
 
 ##### Install command
@@ -614,6 +641,7 @@ add_requires("imgui")
 | -- | -- |
 | Homepage | [https://pantor.github.io/inja/](https://pantor.github.io/inja/) |
 | Versions | v2.1.0 |
+| Architectures | x86, x64 |
 | Github | [inja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/inja/xmake.lua) |
 
 ##### Install command
@@ -636,6 +664,7 @@ add_requires("inja")
 | -- | -- |
 | Homepage | [https://sourceforge.net/projects/irrlicht/](https://sourceforge.net/projects/irrlicht/) |
 | Versions | 1.2 |
+| Architectures | x86, x64 |
 | Github | [irrXML/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/irrXML/xmake.lua) |
 
 ##### Install command
@@ -660,6 +689,7 @@ add_requires("irrXML")
 | -- | -- |
 | Homepage | [https://curl.haxx.se/](https://curl.haxx.se/) |
 | Versions | 7.64.1 |
+| Architectures | x86, x64 |
 | Github | [libcurl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libcurl/xmake.lua) |
 
 ##### Install command
@@ -682,6 +712,7 @@ add_requires("libcurl")
 | -- | -- |
 | Homepage | [http://ijg.org/](http://ijg.org/) |
 | Versions | v9c, v9b |
+| Architectures | x86, x64 |
 | Github | [libjpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libjpeg/xmake.lua) |
 
 ##### Install command
@@ -704,6 +735,7 @@ add_requires("libjpeg")
 | -- | -- |
 | Homepage | [http://www.libpng.org/pub/png/libpng.html](http://www.libpng.org/pub/png/libpng.html) |
 | Versions | v1.6.36, v1.6.35, v1.6.34 |
+| Architectures | x86, x64 |
 | Github | [libpng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libpng/xmake.lua) |
 
 ##### Install command
@@ -726,6 +758,7 @@ add_requires("libpng")
 | -- | -- |
 | Homepage | [http://www.libraw.org](http://www.libraw.org) |
 | Versions | 0.19.5 |
+| Architectures | x86, x64 |
 | Github | [libraw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libraw/xmake.lua) |
 
 ##### Install command
@@ -748,6 +781,7 @@ add_requires("libraw")
 | -- | -- |
 | Homepage | [https://www.libsdl.org/](https://www.libsdl.org/) |
 | Versions | 2.0.8 |
+| Architectures | x86, x64 |
 | Github | [libsdl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl/xmake.lua) |
 
 ##### Install command
@@ -770,6 +804,7 @@ add_requires("libsdl")
 | -- | -- |
 | Homepage | [https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/](https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/) |
 | Versions |  |
+| Architectures | x86, x64 |
 | Github | [libsdl_gfx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_gfx/xmake.lua) |
 
 ##### Install command
@@ -792,6 +827,7 @@ add_requires("libsdl_gfx")
 | -- | -- |
 | Homepage | [http://www.libsdl.org/projects/SDL_image/](http://www.libsdl.org/projects/SDL_image/) |
 | Versions | 2.0.5 |
+| Architectures | x86, x64 |
 | Github | [libsdl_image/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_image/xmake.lua) |
 
 ##### Install command
@@ -814,6 +850,7 @@ add_requires("libsdl_image")
 | -- | -- |
 | Homepage | [https://www.libsdl.org/projects/SDL_mixer/](https://www.libsdl.org/projects/SDL_mixer/) |
 | Versions | 2.0.4 |
+| Architectures | x86, x64 |
 | Github | [libsdl_mixer/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_mixer/xmake.lua) |
 
 ##### Install command
@@ -836,6 +873,7 @@ add_requires("libsdl_mixer")
 | -- | -- |
 | Homepage | [https://www.libsdl.org/projects/SDL_net/](https://www.libsdl.org/projects/SDL_net/) |
 | Versions | 2.0.1 |
+| Architectures | x86, x64 |
 | Github | [libsdl_net/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_net/xmake.lua) |
 
 ##### Install command
@@ -858,6 +896,7 @@ add_requires("libsdl_net")
 | -- | -- |
 | Homepage | [https://www.libsdl.org/projects/SDL_ttf/](https://www.libsdl.org/projects/SDL_ttf/) |
 | Versions | 2.0.15 |
+| Architectures | x86, x64 |
 | Github | [libsdl_ttf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_ttf/xmake.lua) |
 
 ##### Install command
@@ -880,6 +919,7 @@ add_requires("libsdl_ttf")
 | -- | -- |
 | Homepage | [http://www.simplesystems.org/libtiff/](http://www.simplesystems.org/libtiff/) |
 | Versions | 4.1.0 |
+| Architectures | x86, x64 |
 | Github | [libtiff/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libtiff/xmake.lua) |
 
 ##### Install command
@@ -902,6 +942,7 @@ add_requires("libtiff")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/libtool/](https://www.gnu.org/software/libtool/) |
 | Versions | 2.4.5, 2.4.6 |
+| Architectures | x86, x64 |
 | Github | [libtool/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libtool/xmake.lua) |
 
 ##### Install command
@@ -924,6 +965,7 @@ add_requires("libtool")
 | -- | -- |
 | Homepage | [http://libuv.org/](http://libuv.org/) |
 | Versions | v1.24.0, v1.23.2, v1.23.1, v1.28.0, v1.27.0, v1.26.0, v1.25.0, v1.22.0, v1.24.1, v1.23.0 |
+| Architectures | x86, x64 |
 | Github | [libuv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libuv/xmake.lua) |
 
 ##### Install command
@@ -946,6 +988,7 @@ add_requires("libuv")
 | -- | -- |
 | Homepage | [https://github.com/warmcat/libwebsockets](https://github.com/warmcat/libwebsockets) |
 | Versions | v3.2.0 |
+| Architectures | x86, x64 |
 | Github | [libwebsockets/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libwebsockets/xmake.lua) |
 
 ##### Install command
@@ -968,6 +1011,7 @@ add_requires("libwebsockets")
 | -- | -- |
 | Homepage | [https://xmake.io](https://xmake.io) |
 | Versions | v2.3.3 |
+| Architectures | x86, x64 |
 | Github | [libxmake/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libxmake/xmake.lua) |
 
 ##### Install command
@@ -990,6 +1034,7 @@ add_requires("libxmake")
 | -- | -- |
 | Homepage | [http://xmlsoft.org/](http://xmlsoft.org/) |
 | Versions | 2.9.9 |
+| Architectures | x86, x64 |
 | Github | [libxml2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libxml2/xmake.lua) |
 
 ##### Install command
@@ -1012,6 +1057,7 @@ add_requires("libxml2")
 | -- | -- |
 | Homepage | [https://lief.quarkslab.com](https://lief.quarkslab.com) |
 | Versions | 0.10.1 |
+| Architectures | x86, x64 |
 | Github | [lief/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lief/xmake.lua) |
 
 ##### Install command
@@ -1033,7 +1079,8 @@ add_requires("lief")
 | Description | *A powerful, efficient, lightweight, embeddable scripting language.* |
 | -- | -- |
 | Homepage | [http://lua.org](http://lua.org) |
-| Versions | 5.3.5, 5.1.5, 5.2.4 |
+| Versions | 5.1.5, 5.2.4, 5.3.5 |
+| Architectures | x86, x64 |
 | Github | [lua/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lua/xmake.lua) |
 
 ##### Install command
@@ -1056,6 +1103,7 @@ add_requires("lua")
 | -- | -- |
 | Homepage | [http://luajit.org](http://luajit.org) |
 | Versions | 2.1.0-beta3 |
+| Architectures | x86, x64 |
 | Github | [luajit/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/luajit/xmake.lua) |
 
 ##### Install command
@@ -1080,6 +1128,7 @@ add_requires("luajit")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/m4](https://www.gnu.org/software/m4) |
 | Versions | 1.4.18 |
+| Architectures | x86, x64 |
 | Github | [m4/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/m4/xmake.lua) |
 
 ##### Install command
@@ -1102,6 +1151,7 @@ add_requires("m4")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/make/](https://www.gnu.org/software/make/) |
 | Versions | 4.2.1 |
+| Architectures | x86, x64 |
 | Github | [make/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/make/xmake.lua) |
 
 ##### Install command
@@ -1124,6 +1174,7 @@ add_requires("make")
 | -- | -- |
 | Homepage | [https://mesonbuild.com/](https://mesonbuild.com/) |
 | Versions | 0.50.1 |
+| Architectures | x86, x64 |
 | Github | [meson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meson/xmake.lua) |
 
 ##### Install command
@@ -1146,6 +1197,7 @@ add_requires("meson")
 | -- | -- |
 | Homepage | [https://github.com/moonjit/moonjit](https://github.com/moonjit/moonjit) |
 | Versions | 2.2.0 |
+| Architectures | x86, x64 |
 | Github | [moonjit/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/moonjit/xmake.lua) |
 
 ##### Install command
@@ -1169,7 +1221,8 @@ add_requires("moonjit")
 | Description | *A modern C++ GUI library.* |
 | -- | -- |
 | Homepage | [http://nanapro.org](http://nanapro.org) |
-| Versions | 1.7.2, 1.7.4, 1.6.2 |
+| Versions | 1.7.2, 1.6.2, 1.7.4 |
+| Architectures | x86, x64 |
 | Github | [nana/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nana/xmake.lua) |
 
 ##### Install command
@@ -1192,6 +1245,7 @@ add_requires("nana")
 | -- | -- |
 | Homepage | [https://www.nasm.us/](https://www.nasm.us/) |
 | Versions | 2.13.03 |
+| Architectures | x86, x64 |
 | Github | [nasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua) |
 
 ##### Install command
@@ -1214,6 +1268,7 @@ add_requires("nasm")
 | -- | -- |
 | Homepage | [https://ninja-build.org/](https://ninja-build.org/) |
 | Versions | 1.9.0 |
+| Architectures | x86, x64 |
 | Github | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
 
 ##### Install command
@@ -1236,6 +1291,7 @@ add_requires("ninja")
 | -- | -- |
 | Homepage | [https://nlohmann.github.io/json/](https://nlohmann.github.io/json/) |
 | Versions | v3.9.1 |
+| Architectures | x86, x64 |
 | Github | [nlohmann_json/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nlohmann_json/xmake.lua) |
 
 ##### Install command
@@ -1260,6 +1316,7 @@ add_requires("nlohmann_json")
 | -- | -- |
 | Homepage | [https://oatpp.io/](https://oatpp.io/) |
 | Versions | 1.0.0 |
+| Architectures | x86, x64 |
 | Github | [oatpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/oatpp/xmake.lua) |
 
 ##### Install command
@@ -1284,6 +1341,7 @@ add_requires("oatpp")
 | -- | -- |
 | Homepage | [http://www.gnu.org/software/patch/patch.html](http://www.gnu.org/software/patch/patch.html) |
 | Versions | 2.7.6 |
+| Architectures | x86, x64 |
 | Github | [patch/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/patch/xmake.lua) |
 
 ##### Install command
@@ -1305,7 +1363,8 @@ add_requires("patch")
 | Description | *A Perl Compatible Regular Expressions Library* |
 | -- | -- |
 | Homepage | [https://www.pcre.org/](https://www.pcre.org/) |
-| Versions | 8.40, 8.41 |
+| Versions | 8.41, 8.40 |
+| Architectures | x86, x64 |
 | Github | [pcre/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pcre/xmake.lua) |
 
 ##### Install command
@@ -1327,7 +1386,8 @@ add_requires("pcre")
 | Description | *A Perl Compatible Regular Expressions Library* |
 | -- | -- |
 | Homepage | [https://www.pcre.org/](https://www.pcre.org/) |
-| Versions | 10.30, 10.31, 10.23 |
+| Versions | 10.30, 10.23, 10.31 |
+| Architectures | x86, x64 |
 | Github | [pcre2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pcre2/xmake.lua) |
 
 ##### Install command
@@ -1350,6 +1410,7 @@ add_requires("pcre2")
 | -- | -- |
 | Homepage | [https://cairographics.org/](https://cairographics.org/) |
 | Versions | 0.38.0 |
+| Architectures | x86, x64 |
 | Github | [pixman/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pixman/xmake.lua) |
 
 ##### Install command
@@ -1372,6 +1433,7 @@ add_requires("pixman")
 | -- | -- |
 | Homepage | [https://freedesktop.org/wiki/Software/pkg-config/](https://freedesktop.org/wiki/Software/pkg-config/) |
 | Versions | 0.29.2 |
+| Architectures | x86, x64 |
 | Github | [pkg-config/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkg-config/xmake.lua) |
 
 ##### Install command
@@ -1394,6 +1456,7 @@ add_requires("pkg-config")
 | -- | -- |
 | Homepage | [https://github.com/protobuf-c/protobuf-c](https://github.com/protobuf-c/protobuf-c) |
 | Versions | 1.3.1 |
+| Architectures | x86, x64 |
 | Github | [protobuf-c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/protobuf-c/xmake.lua) |
 
 ##### Install command
@@ -1416,6 +1479,7 @@ add_requires("protobuf-c")
 | -- | -- |
 | Homepage | [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/) |
 | Versions | 3.8.0, 3.12.3 |
+| Architectures | x86, x64 |
 | Github | [protobuf-cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/protobuf-cpp/xmake.lua) |
 
 ##### Install command
@@ -1438,6 +1502,7 @@ add_requires("protobuf-cpp")
 | -- | -- |
 | Homepage | [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/) |
 | Versions | 3.8.0 |
+| Architectures | x86, x64 |
 | Github | [protoc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/protoc/xmake.lua) |
 
 ##### Install command
@@ -1460,6 +1525,7 @@ add_requires("protoc")
 | -- | -- |
 | Homepage | [https://github.com/pybind/pybind11](https://github.com/pybind/pybind11) |
 | Versions | 2.5.0 |
+| Architectures | x86, x64 |
 | Github | [pybind11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pybind11/xmake.lua) |
 
 ##### Install command
@@ -1481,7 +1547,8 @@ add_requires("pybind11")
 | Description | *The python programming language.* |
 | -- | -- |
 | Homepage | [https://www.python.org/](https://www.python.org/) |
-| Versions | 3.7.0, 2.7.15 |
+| Versions | 2.7.15, 3.7.0 |
+| Architectures | x86, x64 |
 | Github | [python/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua) |
 
 ##### Install command
@@ -1504,6 +1571,7 @@ add_requires("python")
 | -- | -- |
 | Homepage | [https://www.python.org/](https://www.python.org/) |
 | Versions | 2.7.15 |
+| Architectures | x86, x64 |
 | Github | [python2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua) |
 
 ##### Install command
@@ -1528,6 +1596,7 @@ add_requires("python2")
 | -- | -- |
 | Homepage | [http://www.raylib.com](http://www.raylib.com) |
 | Versions | 2.5.0, 3.0.0 |
+| Architectures | x86, x64 |
 | Github | [raylib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/raylib/xmake.lua) |
 
 ##### Install command
@@ -1552,6 +1621,7 @@ add_requires("raylib")
 | -- | -- |
 | Homepage | [https://www.sfml-dev.org](https://www.sfml-dev.org) |
 | Versions |  |
+| Architectures | x86, x64 |
 | Github | [sfml/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sfml/xmake.lua) |
 
 ##### Install command
@@ -1574,6 +1644,7 @@ add_requires("sfml")
 | -- | -- |
 | Homepage | [https://skia.org/](https://skia.org/) |
 | Versions | 68046c |
+| Architectures | x86, x64 |
 | Github | [skia/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/skia/xmake.lua) |
 
 ##### Install command
@@ -1596,6 +1667,7 @@ add_requires("skia")
 | -- | -- |
 | Homepage | [https://github.com/ThePhD/sol2](https://github.com/ThePhD/sol2) |
 | Versions | v3.2.1 |
+| Architectures | x86, x64 |
 | Github | [sol2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sol2/xmake.lua) |
 
 ##### Install command
@@ -1617,7 +1689,8 @@ add_requires("sol2")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | 1.3.1, 1.5.0, 1.8.0, 1.4.2 |
+| Versions | 1.3.1, 1.5.0, 1.4.2, 1.8.0 |
+| Architectures | x86, x64 |
 | Github | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 
 ##### Install command
@@ -1640,6 +1713,7 @@ add_requires("spdlog")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | Versions | 3.24.0, 3.23.0 |
+| Architectures | x86, x64 |
 | Github | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
 ##### Install command
@@ -1662,6 +1736,7 @@ add_requires("sqlite3")
 | -- | -- |
 | Homepage | [https://github.com/nothings/stb](https://github.com/nothings/stb) |
 | Versions | 0.0 |
+| Architectures | x86, x64 |
 | Github | [stb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stb/xmake.lua) |
 
 ##### Install command
@@ -1685,7 +1760,8 @@ add_requires("stb")
 | Description | *A glib-like multi-platform c library* |
 | -- | -- |
 | Homepage | [http://www.tboox.org](http://www.tboox.org) |
-| Versions | v1.6.2, v1.6.5, v1.6.3, v1.6.4 |
+| Versions | v1.6.5, v1.6.2, v1.6.4, v1.6.3 |
+| Architectures | x86, x64 |
 | Github | [tbox/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tbox/xmake.lua) |
 
 ##### Install command
@@ -1708,6 +1784,7 @@ add_requires("tbox")
 | -- | -- |
 | Homepage | [http://www.grinninglizard.com/tinyxml2/](http://www.grinninglizard.com/tinyxml2/) |
 | Versions | 8.0.0 |
+| Architectures | x86, x64 |
 | Github | [tinyxml2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tinyxml2/xmake.lua) |
 
 ##### Install command
@@ -1730,6 +1807,7 @@ add_requires("tinyxml2")
 | -- | -- |
 | Homepage | [https://github.com/sainteos/tmxparser](https://github.com/sainteos/tmxparser) |
 | Versions | 2.2.0 |
+| Architectures | x86, x64 |
 | Github | [tmxparser/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tmxparser/xmake.lua) |
 
 ##### Install command
@@ -1754,6 +1832,7 @@ add_requires("tmxparser")
 | -- | -- |
 | Homepage | [https://unqlite.org](https://unqlite.org) |
 | Versions | 1.1.9 |
+| Architectures | x86, x64 |
 | Github | [unqlite/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/unqlite/xmake.lua) |
 
 ##### Install command
@@ -1778,6 +1857,7 @@ add_requires("unqlite")
 | -- | -- |
 | Homepage | [https://yasm.tortall.net/](https://yasm.tortall.net/) |
 | Versions | 1.3.0 |
+| Architectures | x86, x64 |
 | Github | [yasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/y/yasm/xmake.lua) |
 
 ##### Install command
@@ -1802,6 +1882,7 @@ add_requires("yasm")
 | -- | -- |
 | Homepage | [https://zeromq.org/](https://zeromq.org/) |
 | Versions | 4.3.2 |
+| Architectures | x86, x64 |
 | Github | [zeromq/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zeromq/xmake.lua) |
 
 ##### Install command
@@ -1823,7 +1904,8 @@ add_requires("zeromq")
 | Description | *A Massively Spiffy Yet Delicately Unobtrusive Compression Library* |
 | -- | -- |
 | Homepage | [http://www.zlib.net](http://www.zlib.net) |
-| Versions | 1.2.10, 1.2.11 |
+| Versions | 1.2.11, 1.2.10 |
+| Architectures | x86, x64 |
 | Github | [zlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zlib/xmake.lua) |
 
 ##### Install command

+ 12 - 12
sitemap.xml

@@ -12,62 +12,62 @@
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-10-30T23:54:06+08:00</lastmod>
+  <lastmod>2020-10-31T00:11:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-10-30T23:54:06+08:00</lastmod>
+  <lastmod>2020-10-31T00:11:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-10-30T23:54:06+08:00</lastmod>
+  <lastmod>2020-10-31T00:11:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-10-30T23:54:06+08:00</lastmod>
+  <lastmod>2020-10-31T00:11:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-10-30T23:54:06+08:00</lastmod>
+  <lastmod>2020-10-31T00:11:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-10-30T23:54:07+08:00</lastmod>
+  <lastmod>2020-10-31T00:11:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-10-30T23:54:07+08:00</lastmod>
+  <lastmod>2020-10-31T00:11:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-10-30T23:54:07+08:00</lastmod>
+  <lastmod>2020-10-31T00:11:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-10-30T23:54:07+08:00</lastmod>
+  <lastmod>2020-10-31T00:11:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-10-30T23:54:07+08:00</lastmod>
+  <lastmod>2020-10-31T00:11:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-10-30T23:54:07+08:00</lastmod>
+  <lastmod>2020-10-31T00:11:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-10-30T23:54:08+08:00</lastmod>
+  <lastmod>2020-10-31T00:11:25+08:00</lastmod>
 </url>
 
 </urlset>

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff