Browse Source

autoupdate docs by xmake-repo/ci

ruki 4 years ago
parent
commit
a2e522e327

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *Simple, lightweight, cross-platform*
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: directxtk, brotli, libuuid**
+- **Recently added: glm, stackwalker, libsodium**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

@@ -1,7 +1,7 @@
 - Getting Started
 - Getting Started
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Quick Start](getting_started.md)
   - [Quick Start](getting_started.md)
-- Packages (147)
+- Packages (150)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -529,6 +529,39 @@
 <pre><code class="lang-lua">add_requires("fmt")
 <pre><code class="lang-lua">add_requires("fmt")
 </code></pre>
 </code></pre>
 <h2 id="g">g</h2>
 <h2 id="g">g</h2>
+<h3 id="glmandroid">glm (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL Mathematics (GLM)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://glm.g-truc.net/">https://glm.g-truc.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.9+8</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glm/xmake.lua">glm/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] glm
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glm")
+</code></pre>
 <h3 id="gtestandroid">gtest (android)</h3>
 <h3 id="gtestandroid">gtest (android)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/bsd.html

@@ -463,6 +463,39 @@
 <pre><code class="lang-lua">add_requires("fmt")
 <pre><code class="lang-lua">add_requires("fmt")
 </code></pre>
 </code></pre>
 <h2 id="g">g</h2>
 <h2 id="g">g</h2>
+<h3 id="glmbsd">glm (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL Mathematics (GLM)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://glm.g-truc.net/">https://glm.g-truc.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.9+8</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glm/xmake.lua">glm/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glm
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glm")
+</code></pre>
 <h3 id="gtestbsd">gtest (bsd)</h3>
 <h3 id="gtestbsd">gtest (bsd)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/cross.html

@@ -463,6 +463,39 @@
 <pre><code class="lang-lua">add_requires("fmt")
 <pre><code class="lang-lua">add_requires("fmt")
 </code></pre>
 </code></pre>
 <h2 id="g">g</h2>
 <h2 id="g">g</h2>
+<h3 id="glmcross">glm (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL Mathematics (GLM)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://glm.g-truc.net/">https://glm.g-truc.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.9+8</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glm/xmake.lua">glm/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] glm
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glm")
+</code></pre>
 <h3 id="gtestcross">gtest (cross)</h3>
 <h3 id="gtestcross">gtest (cross)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -496,6 +496,39 @@
 <pre><code class="lang-lua">add_requires("fmt")
 <pre><code class="lang-lua">add_requires("fmt")
 </code></pre>
 </code></pre>
 <h2 id="g">g</h2>
 <h2 id="g">g</h2>
+<h3 id="glmiphoneos">glm (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL Mathematics (GLM)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://glm.g-truc.net/">https://glm.g-truc.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.9+8</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glm/xmake.lua">glm/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos glm
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glm")
+</code></pre>
 <h3 id="gtestiphoneos">gtest (iphoneos)</h3>
 <h3 id="gtestiphoneos">gtest (iphoneos)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 66 - 0
mirror/packages/linux.html

@@ -1190,6 +1190,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glib")
 <pre><code class="lang-lua">add_requires("glib")
 </code></pre>
 </code></pre>
+<h3 id="glmlinux">glm (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL Mathematics (GLM)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://glm.g-truc.net/">https://glm.g-truc.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.9+8</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glm/xmake.lua">glm/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glm
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glm")
+</code></pre>
 <h3 id="golinux">go (linux)</h3>
 <h3 id="golinux">go (linux)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -2155,6 +2188,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsdl_ttf")
 <pre><code class="lang-lua">add_requires("libsdl_ttf")
 </code></pre>
 </code></pre>
+<h3 id="libsodiumlinux">libsodium (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Sodium is a new, easy-to-use software library for encryption, decryption, signatures, password hashing and more.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libsodium.org">https://libsodium.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsodium/xmake.lua">libsodium/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsodium
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsodium")
+</code></pre>
 <h3 id="libtasklinux">libtask (linux)</h3>
 <h3 id="libtasklinux">libtask (linux)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 66 - 0
mirror/packages/macosx.html

@@ -1157,6 +1157,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glib")
 <pre><code class="lang-lua">add_requires("glib")
 </code></pre>
 </code></pre>
+<h3 id="glmmacosx">glm (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL Mathematics (GLM)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://glm.g-truc.net/">https://glm.g-truc.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.9+8</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glm/xmake.lua">glm/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glm
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glm")
+</code></pre>
 <h3 id="gomacosx">go (macosx)</h3>
 <h3 id="gomacosx">go (macosx)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -2089,6 +2122,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsdl_ttf")
 <pre><code class="lang-lua">add_requires("libsdl_ttf")
 </code></pre>
 </code></pre>
+<h3 id="libsodiummacosx">libsodium (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Sodium is a new, easy-to-use software library for encryption, decryption, signatures, password hashing and more.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libsodium.org">https://libsodium.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsodium/xmake.lua">libsodium/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsodium
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsodium")
+</code></pre>
 <h3 id="libtaskmacosx">libtask (macosx)</h3>
 <h3 id="libtaskmacosx">libtask (macosx)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 66 - 0
mirror/packages/mingw.html

@@ -595,6 +595,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glfw")
 <pre><code class="lang-lua">add_requires("glfw")
 </code></pre>
 </code></pre>
+<h3 id="glmmingw">glm (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL Mathematics (GLM)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://glm.g-truc.net/">https://glm.g-truc.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.9+8</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glm/xmake.lua">glm/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] glm
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glm")
+</code></pre>
 <h3 id="gtestmingw">gtest (mingw)</h3>
 <h3 id="gtestmingw">gtest (mingw)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -1131,6 +1164,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsdl_ttf")
 <pre><code class="lang-lua">add_requires("libsdl_ttf")
 </code></pre>
 </code></pre>
+<h3 id="libsodiummingw">libsodium (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Sodium is a new, easy-to-use software library for encryption, decryption, signatures, password hashing and more.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libsodium.org">https://libsodium.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsodium/xmake.lua">libsodium/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] libsodium
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsodium")
+</code></pre>
 <h3 id="libtoolmingw">libtool (mingw)</h3>
 <h3 id="libtoolmingw">libtool (mingw)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/msys.html

@@ -463,6 +463,39 @@
 <pre><code class="lang-lua">add_requires("fmt")
 <pre><code class="lang-lua">add_requires("fmt")
 </code></pre>
 </code></pre>
 <h2 id="g">g</h2>
 <h2 id="g">g</h2>
+<h3 id="glmmsys">glm (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL Mathematics (GLM)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://glm.g-truc.net/">https://glm.g-truc.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.9+8</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glm/xmake.lua">glm/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glm
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glm")
+</code></pre>
 <h3 id="gtestmsys">gtest (msys)</h3>
 <h3 id="gtestmsys">gtest (msys)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 99 - 0
mirror/packages/windows.html

@@ -1025,6 +1025,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glfw")
 <pre><code class="lang-lua">add_requires("glfw")
 </code></pre>
 </code></pre>
+<h3 id="glmwindows">glm (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenGL Mathematics (GLM)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://glm.g-truc.net/">https://glm.g-truc.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.9+8</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glm/xmake.lua">glm/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glm
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glm")
+</code></pre>
 <h3 id="gowindows">go (windows)</h3>
 <h3 id="gowindows">go (windows)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -1590,6 +1623,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsdl_ttf")
 <pre><code class="lang-lua">add_requires("libsdl_ttf")
 </code></pre>
 </code></pre>
+<h3 id="libsodiumwindows">libsodium (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Sodium is a new, easy-to-use software library for encryption, decryption, signatures, password hashing and more.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libsodium.org">https://libsodium.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsodium/xmake.lua">libsodium/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsodium
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsodium")
+</code></pre>
 <h3 id="libtiffwindows">libtiff (windows)</h3>
 <h3 id="libtiffwindows">libtiff (windows)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -2949,6 +3015,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("sqlite3")
 <pre><code class="lang-lua">add_requires("sqlite3")
 </code></pre>
 </code></pre>
+<h3 id="stackwalkerwindows">stackwalker (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A library to walk the callstack in windows applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/JochenKalmbach/StackWalker">https://github.com/JochenKalmbach/StackWalker</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.20</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stackwalker/xmake.lua">stackwalker/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install stackwalker
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("stackwalker")
+</code></pre>
 <h3 id="stbwindows">stb (windows)</h3>
 <h3 id="stbwindows">stb (windows)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 23 - 0
packages/android.md

@@ -309,6 +309,29 @@ add_requires("fmt")
 
 
 
 
 ## g
 ## g
+### glm (android)
+
+
+| Description | *OpenGL Mathematics (GLM)* |
+| -- | -- |
+| Homepage | [https://glm.g-truc.net/](https://glm.g-truc.net/) |
+| Versions | 0.9.9+8 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [glm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glm/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] glm
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glm")
+```
+
+
 ### gtest (android)
 ### gtest (android)
 
 
 
 

+ 23 - 0
packages/bsd.md

@@ -263,6 +263,29 @@ add_requires("fmt")
 
 
 
 
 ## g
 ## g
+### glm (bsd)
+
+
+| Description | *OpenGL Mathematics (GLM)* |
+| -- | -- |
+| Homepage | [https://glm.g-truc.net/](https://glm.g-truc.net/) |
+| Versions | 0.9.9+8 |
+| Architectures | i386, x86_64 |
+| Definition | [glm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glm/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glm
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glm")
+```
+
+
 ### gtest (bsd)
 ### gtest (bsd)
 
 
 
 

+ 23 - 0
packages/cross.md

@@ -263,6 +263,29 @@ add_requires("fmt")
 
 
 
 
 ## g
 ## g
+### glm (cross)
+
+
+| Description | *OpenGL Mathematics (GLM)* |
+| -- | -- |
+| Homepage | [https://glm.g-truc.net/](https://glm.g-truc.net/) |
+| Versions | 0.9.9+8 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [glm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glm/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] glm
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glm")
+```
+
+
 ### gtest (cross)
 ### gtest (cross)
 
 
 
 

+ 23 - 0
packages/iphoneos.md

@@ -286,6 +286,29 @@ add_requires("fmt")
 
 
 
 
 ## g
 ## g
+### glm (iphoneos)
+
+
+| Description | *OpenGL Mathematics (GLM)* |
+| -- | -- |
+| Homepage | [https://glm.g-truc.net/](https://glm.g-truc.net/) |
+| Versions | 0.9.9+8 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [glm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glm/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos glm
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glm")
+```
+
+
 ### gtest (iphoneos)
 ### gtest (iphoneos)
 
 
 
 

+ 46 - 0
packages/linux.md

@@ -771,6 +771,29 @@ add_requires("glib")
 ```
 ```
 
 
 
 
+### glm (linux)
+
+
+| Description | *OpenGL Mathematics (GLM)* |
+| -- | -- |
+| Homepage | [https://glm.g-truc.net/](https://glm.g-truc.net/) |
+| Versions | 0.9.9+8 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [glm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glm/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glm
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glm")
+```
+
+
 ### go (linux)
 ### go (linux)
 
 
 
 
@@ -1447,6 +1470,29 @@ add_requires("libsdl_ttf")
 ```
 ```
 
 
 
 
+### libsodium (linux)
+
+
+| Description | *Sodium is a new, easy-to-use software library for encryption, decryption, signatures, password hashing and more.* |
+| -- | -- |
+| Homepage | [https://libsodium.org](https://libsodium.org) |
+| Versions |  |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libsodium/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsodium/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsodium
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsodium")
+```
+
+
 ### libtask (linux)
 ### libtask (linux)
 
 
 
 

+ 46 - 0
packages/macosx.md

@@ -748,6 +748,29 @@ add_requires("glib")
 ```
 ```
 
 
 
 
+### glm (macosx)
+
+
+| Description | *OpenGL Mathematics (GLM)* |
+| -- | -- |
+| Homepage | [https://glm.g-truc.net/](https://glm.g-truc.net/) |
+| Versions | 0.9.9+8 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [glm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glm/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glm
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glm")
+```
+
+
 ### go (macosx)
 ### go (macosx)
 
 
 
 
@@ -1401,6 +1424,29 @@ add_requires("libsdl_ttf")
 ```
 ```
 
 
 
 
+### libsodium (macosx)
+
+
+| Description | *Sodium is a new, easy-to-use software library for encryption, decryption, signatures, password hashing and more.* |
+| -- | -- |
+| Homepage | [https://libsodium.org](https://libsodium.org) |
+| Versions |  |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libsodium/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsodium/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsodium
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsodium")
+```
+
+
 ### libtask (macosx)
 ### libtask (macosx)
 
 
 
 

+ 46 - 0
packages/mingw.md

@@ -355,6 +355,29 @@ add_requires("glfw")
 ```
 ```
 
 
 
 
+### glm (mingw)
+
+
+| Description | *OpenGL Mathematics (GLM)* |
+| -- | -- |
+| Homepage | [https://glm.g-truc.net/](https://glm.g-truc.net/) |
+| Versions | 0.9.9+8 |
+| Architectures | i386, x86_64 |
+| Definition | [glm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glm/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] glm
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glm")
+```
+
+
 ### gtest (mingw)
 ### gtest (mingw)
 
 
 
 
@@ -732,6 +755,29 @@ add_requires("libsdl_ttf")
 ```
 ```
 
 
 
 
+### libsodium (mingw)
+
+
+| Description | *Sodium is a new, easy-to-use software library for encryption, decryption, signatures, password hashing and more.* |
+| -- | -- |
+| Homepage | [https://libsodium.org](https://libsodium.org) |
+| Versions |  |
+| Architectures | i386, x86_64 |
+| Definition | [libsodium/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsodium/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] libsodium
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsodium")
+```
+
+
 ### libtool (mingw)
 ### libtool (mingw)
 
 
 
 

+ 23 - 0
packages/msys.md

@@ -263,6 +263,29 @@ add_requires("fmt")
 
 
 
 
 ## g
 ## g
+### glm (msys)
+
+
+| Description | *OpenGL Mathematics (GLM)* |
+| -- | -- |
+| Homepage | [https://glm.g-truc.net/](https://glm.g-truc.net/) |
+| Versions | 0.9.9+8 |
+| Architectures | i386, x86_64 |
+| Definition | [glm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glm/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glm
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glm")
+```
+
+
 ### gtest (msys)
 ### gtest (msys)
 
 
 
 

+ 69 - 0
packages/windows.md

@@ -656,6 +656,29 @@ add_requires("glfw")
 ```
 ```
 
 
 
 
+### glm (windows)
+
+
+| Description | *OpenGL Mathematics (GLM)* |
+| -- | -- |
+| Homepage | [https://glm.g-truc.net/](https://glm.g-truc.net/) |
+| Versions | 0.9.9+8 |
+| Architectures | x64, x86 |
+| Definition | [glm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glm/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glm
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glm")
+```
+
+
 ### go (windows)
 ### go (windows)
 
 
 
 
@@ -1055,6 +1078,29 @@ add_requires("libsdl_ttf")
 ```
 ```
 
 
 
 
+### libsodium (windows)
+
+
+| Description | *Sodium is a new, easy-to-use software library for encryption, decryption, signatures, password hashing and more.* |
+| -- | -- |
+| Homepage | [https://libsodium.org](https://libsodium.org) |
+| Versions |  |
+| Architectures | x64, x86 |
+| Definition | [libsodium/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsodium/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsodium
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsodium")
+```
+
+
 ### libtiff (windows)
 ### libtiff (windows)
 
 
 
 
@@ -2010,6 +2056,29 @@ add_requires("sqlite3")
 ```
 ```
 
 
 
 
+### stackwalker (windows)
+
+
+| Description | *A library to walk the callstack in windows applications.* |
+| -- | -- |
+| Homepage | [https://github.com/JochenKalmbach/StackWalker](https://github.com/JochenKalmbach/StackWalker) |
+| Versions | 1.20 |
+| Architectures | x64, x86 |
+| Definition | [stackwalker/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/stackwalker/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install stackwalker
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("stackwalker")
+```
+
+
 ### stb (windows)
 ### stb (windows)
 
 
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
     
 <url>
 <url>
   <loc>https://xrepo.xmake.io</loc>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-11-07T15:45:33+08:00</lastmod>
+  <lastmod>2020-11-08T11:31:23+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-11-07T15:45:34+08:00</lastmod>
+  <lastmod>2020-11-08T11:31:24+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-11-07T15:45:34+08:00</lastmod>
+  <lastmod>2020-11-08T11:31:24+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-11-07T15:45:34+08:00</lastmod>
+  <lastmod>2020-11-08T11:31:24+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-11-07T15:45:35+08:00</lastmod>
+  <lastmod>2020-11-08T11:31:25+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-11-07T15:45:35+08:00</lastmod>
+  <lastmod>2020-11-08T11:31:25+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-11-07T15:45:35+08:00</lastmod>
+  <lastmod>2020-11-08T11:31:25+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-11-07T15:45:35+08:00</lastmod>
+  <lastmod>2020-11-08T11:31:25+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-11-07T15:45:35+08:00</lastmod>
+  <lastmod>2020-11-08T11:31:25+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-11-07T15:45:36+08:00</lastmod>
+  <lastmod>2020-11-08T11:31:26+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-11-07T15:45:36+08:00</lastmod>
+  <lastmod>2020-11-08T11:31:26+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-11-07T15:45:36+08:00</lastmod>
+  <lastmod>2020-11-08T11:31:26+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-11-07T15:45:36+08:00</lastmod>
+  <lastmod>2020-11-08T11:31:26+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-11-07T15:45:36+08:00</lastmod>
+  <lastmod>2020-11-08T11:31:26+08:00</lastmod>
 </url>
 </url>
 
 
 </urlset>
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *简单,轻量,跨平台*
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: directxtk, brotli, libuuid**
+- **Recently added: glm, stackwalker, libsodium**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/xrepo/)
 [GitHub](https://github.com/xmake-io/xrepo/)

+ 1 - 1
zh-cn/_sidebar.md

@@ -1,7 +1,7 @@
 - 快速入门
 - 快速入门
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (147)
+- 包列表 (150)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)