Sfoglia il codice sorgente

autoupdate docs by xmake-repo/ci

ruki 4 anni fa
parent
commit
93b44edddd

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: embree, metis, eastl**
+- **Recently added: cereal, cmocka, libunistring**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

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

+ 37 - 0
mirror/packages/android.html

@@ -361,6 +361,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("catch2")
 </code></pre>
+<h3 id="cerealandroid">cereal (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>cereal is a header-only C++11 serialization library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://uscilab.github.io/cereal/index.html">https://uscilab.github.io/cereal/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.0</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/c/cereal/xmake.lua">cereal/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] cereal
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cereal")
+</code></pre>
 <h3 id="cgetoptandroid">cgetopt (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -328,6 +328,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("catch2")
 </code></pre>
+<h3 id="cerealbsd">cereal (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>cereal is a header-only C++11 serialization library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://uscilab.github.io/cereal/index.html">https://uscilab.github.io/cereal/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.0</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/c/cereal/xmake.lua">cereal/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cereal
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cereal")
+</code></pre>
 <h3 id="cgetoptbsd">cgetopt (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -295,6 +295,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("catch2")
 </code></pre>
+<h3 id="cerealcross">cereal (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>cereal is a header-only C++11 serialization library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://uscilab.github.io/cereal/index.html">https://uscilab.github.io/cereal/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.0</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/c/cereal/xmake.lua">cereal/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] cereal
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cereal")
+</code></pre>
 <h3 id="cgetoptcross">cgetopt (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -328,6 +328,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("catch2")
 </code></pre>
+<h3 id="cerealiphoneos">cereal (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>cereal is a header-only C++11 serialization library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://uscilab.github.io/cereal/index.html">https://uscilab.github.io/cereal/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.0</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/c/cereal/xmake.lua">cereal/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos cereal
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cereal")
+</code></pre>
 <h3 id="cgetoptiphoneos">cgetopt (iphoneos)</h3>
 <table>
 <thead>

+ 112 - 1
mirror/packages/linux.html

@@ -728,6 +728,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("catch2")
 </code></pre>
+<h3 id="cereallinux">cereal (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>cereal is a header-only C++11 serialization library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://uscilab.github.io/cereal/index.html">https://uscilab.github.io/cereal/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.0</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/c/cereal/xmake.lua">cereal/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cereal
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cereal")
+</code></pre>
 <h3 id="cgetoptlinux">cgetopt (linux)</h3>
 <table>
 <thead>
@@ -934,6 +971,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cmake")
 </code></pre>
+<h3 id="cmockalinux">cmocka (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>cmocka is an elegant unit testing framework for C with support for mock objects.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://cmocka.org/">https://cmocka.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.5</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/c/cmocka/xmake.lua">cmocka/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cmocka
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cmocka")
+</code></pre>
 <h3 id="colinux">co (linux)</h3>
 <table>
 <thead>
@@ -2833,7 +2907,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.15</td>
+<td>1.15, 1.16</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -3527,6 +3601,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libtool")
 </code></pre>
+<h3 id="libunistringlinux">libunistring (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.gnu.org/software/libunistring/">https://www.gnu.org/software/libunistring/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.10</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/libunistring/xmake.lua">libunistring/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libunistring
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libunistring")
+</code></pre>
 <h3 id="libusblinux">libusb (linux)</h3>
 <table>
 <thead>

+ 112 - 1
mirror/packages/macosx.html

@@ -695,6 +695,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("catch2")
 </code></pre>
+<h3 id="cerealmacosx">cereal (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>cereal is a header-only C++11 serialization library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://uscilab.github.io/cereal/index.html">https://uscilab.github.io/cereal/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.0</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/c/cereal/xmake.lua">cereal/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cereal
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cereal")
+</code></pre>
 <h3 id="cgetoptmacosx">cgetopt (macosx)</h3>
 <table>
 <thead>
@@ -901,6 +938,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cmake")
 </code></pre>
+<h3 id="cmockamacosx">cmocka (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>cmocka is an elegant unit testing framework for C with support for mock objects.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://cmocka.org/">https://cmocka.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.5</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/c/cmocka/xmake.lua">cmocka/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cmocka
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cmocka")
+</code></pre>
 <h3 id="comacosx">co (macosx)</h3>
 <table>
 <thead>
@@ -2627,7 +2701,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.15</td>
+<td>1.15, 1.16</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -3321,6 +3395,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libtool")
 </code></pre>
+<h3 id="libunistringmacosx">libunistring (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.gnu.org/software/libunistring/">https://www.gnu.org/software/libunistring/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.10</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/libunistring/xmake.lua">libunistring/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libunistring
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libunistring")
+</code></pre>
 <h3 id="libusbmacosx">libusb (macosx)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/mingw.html

@@ -427,6 +427,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("catch2")
 </code></pre>
+<h3 id="cerealmingw">cereal (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>cereal is a header-only C++11 serialization library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://uscilab.github.io/cereal/index.html">https://uscilab.github.io/cereal/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cereal/xmake.lua">cereal/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] cereal
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cereal")
+</code></pre>
 <h3 id="cgetoptmingw">cgetopt (mingw)</h3>
 <table>
 <thead>
@@ -563,6 +600,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cmake")
 </code></pre>
+<h3 id="cmockamingw">cmocka (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>cmocka is an elegant unit testing framework for C with support for mock objects.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://cmocka.org/">https://cmocka.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.5</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmocka/xmake.lua">cmocka/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] cmocka
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cmocka")
+</code></pre>
 <h3 id="concurrentqueuemingw">concurrentqueue (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -361,6 +361,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("catch2")
 </code></pre>
+<h3 id="cerealmsys">cereal (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>cereal is a header-only C++11 serialization library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://uscilab.github.io/cereal/index.html">https://uscilab.github.io/cereal/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.0</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/c/cereal/xmake.lua">cereal/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cereal
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cereal")
+</code></pre>
 <h3 id="cgetoptmsys">cgetopt (msys)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/windows.html

@@ -691,6 +691,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("catch2")
 </code></pre>
+<h3 id="cerealwindows">cereal (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>cereal is a header-only C++11 serialization library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://uscilab.github.io/cereal/index.html">https://uscilab.github.io/cereal/index.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.0</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/c/cereal/xmake.lua">cereal/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cereal
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cereal")
+</code></pre>
 <h3 id="cgetoptwindows">cgetopt (windows)</h3>
 <table>
 <thead>
@@ -864,6 +901,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cmake")
 </code></pre>
+<h3 id="cmockawindows">cmocka (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>cmocka is an elegant unit testing framework for C with support for mock objects.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://cmocka.org/">https://cmocka.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.5</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/c/cmocka/xmake.lua">cmocka/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cmocka
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cmocka")
+</code></pre>
 <h3 id="cowindows">co (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -188,6 +188,30 @@ add_requires("catch2")
 ```
 
 
+### cereal (android)
+
+
+| Description | *cereal is a header-only C++11 serialization library.* |
+| -- | -- |
+| Homepage | [https://uscilab.github.io/cereal/index.html](https://uscilab.github.io/cereal/index.html) |
+| License | BSD-3-Clause |
+| Versions | 1.3.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [cereal/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cereal/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] cereal
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cereal")
+```
+
+
 ### cgetopt (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -165,6 +165,30 @@ add_requires("catch2")
 ```
 
 
+### cereal (bsd)
+
+
+| Description | *cereal is a header-only C++11 serialization library.* |
+| -- | -- |
+| Homepage | [https://uscilab.github.io/cereal/index.html](https://uscilab.github.io/cereal/index.html) |
+| License | BSD-3-Clause |
+| Versions | 1.3.0 |
+| Architectures | i386, x86_64 |
+| Definition | [cereal/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cereal/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cereal
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cereal")
+```
+
+
 ### cgetopt (bsd)
 
 

+ 24 - 0
packages/cross.md

@@ -142,6 +142,30 @@ add_requires("catch2")
 ```
 
 
+### cereal (cross)
+
+
+| Description | *cereal is a header-only C++11 serialization library.* |
+| -- | -- |
+| Homepage | [https://uscilab.github.io/cereal/index.html](https://uscilab.github.io/cereal/index.html) |
+| License | BSD-3-Clause |
+| Versions | 1.3.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [cereal/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cereal/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] cereal
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cereal")
+```
+
+
 ### cgetopt (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -165,6 +165,30 @@ add_requires("catch2")
 ```
 
 
+### cereal (iphoneos)
+
+
+| Description | *cereal is a header-only C++11 serialization library.* |
+| -- | -- |
+| Homepage | [https://uscilab.github.io/cereal/index.html](https://uscilab.github.io/cereal/index.html) |
+| License | BSD-3-Clause |
+| Versions | 1.3.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [cereal/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cereal/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos cereal
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cereal")
+```
+
+
 ### cgetopt (iphoneos)
 
 

+ 73 - 1
packages/linux.md

@@ -442,6 +442,30 @@ add_requires("catch2")
 ```
 
 
+### cereal (linux)
+
+
+| Description | *cereal is a header-only C++11 serialization library.* |
+| -- | -- |
+| Homepage | [https://uscilab.github.io/cereal/index.html](https://uscilab.github.io/cereal/index.html) |
+| License | BSD-3-Clause |
+| Versions | 1.3.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [cereal/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cereal/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cereal
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cereal")
+```
+
+
 ### cgetopt (linux)
 
 
@@ -582,6 +606,30 @@ add_requires("cmake")
 ```
 
 
+### cmocka (linux)
+
+
+| Description | *cmocka is an elegant unit testing framework for C with support for mock objects.* |
+| -- | -- |
+| Homepage | [https://cmocka.org/](https://cmocka.org/) |
+| License | Apache-2.0 |
+| Versions | 1.1.5 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [cmocka/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmocka/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cmocka
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cmocka")
+```
+
+
 ### co (linux)
 
 
@@ -1886,7 +1934,7 @@ add_requires("libgpg-error")
 | Description | *Character set conversion library.* |
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/libiconv](https://www.gnu.org/software/libiconv) |
-| Versions | 1.15 |
+| Versions | 1.15, 1.16 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [libiconv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libiconv/xmake.lua) |
 
@@ -2367,6 +2415,30 @@ add_requires("libtool")
 ```
 
 
+### libunistring (linux)
+
+
+| Description | *This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.* |
+| -- | -- |
+| Homepage | [https://www.gnu.org/software/libunistring/](https://www.gnu.org/software/libunistring/) |
+| License | GPL-3.0 |
+| Versions | 0.9.10 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libunistring/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libunistring/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libunistring
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libunistring")
+```
+
+
 ### libusb (linux)
 
 

+ 73 - 1
packages/macosx.md

@@ -419,6 +419,30 @@ add_requires("catch2")
 ```
 
 
+### cereal (macosx)
+
+
+| Description | *cereal is a header-only C++11 serialization library.* |
+| -- | -- |
+| Homepage | [https://uscilab.github.io/cereal/index.html](https://uscilab.github.io/cereal/index.html) |
+| License | BSD-3-Clause |
+| Versions | 1.3.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [cereal/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cereal/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cereal
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cereal")
+```
+
+
 ### cgetopt (macosx)
 
 
@@ -559,6 +583,30 @@ add_requires("cmake")
 ```
 
 
+### cmocka (macosx)
+
+
+| Description | *cmocka is an elegant unit testing framework for C with support for mock objects.* |
+| -- | -- |
+| Homepage | [https://cmocka.org/](https://cmocka.org/) |
+| License | Apache-2.0 |
+| Versions | 1.1.5 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [cmocka/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmocka/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cmocka
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cmocka")
+```
+
+
 ### co (macosx)
 
 
@@ -1746,7 +1794,7 @@ add_requires("libffi")
 | Description | *Character set conversion library.* |
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/libiconv](https://www.gnu.org/software/libiconv) |
-| Versions | 1.15 |
+| Versions | 1.15, 1.16 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [libiconv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libiconv/xmake.lua) |
 
@@ -2227,6 +2275,30 @@ add_requires("libtool")
 ```
 
 
+### libunistring (macosx)
+
+
+| Description | *This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.* |
+| -- | -- |
+| Homepage | [https://www.gnu.org/software/libunistring/](https://www.gnu.org/software/libunistring/) |
+| License | GPL-3.0 |
+| Versions | 0.9.10 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libunistring/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libunistring/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libunistring
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libunistring")
+```
+
+
 ### libusb (macosx)
 
 

+ 48 - 0
packages/mingw.md

@@ -234,6 +234,30 @@ add_requires("catch2")
 ```
 
 
+### cereal (mingw)
+
+
+| Description | *cereal is a header-only C++11 serialization library.* |
+| -- | -- |
+| Homepage | [https://uscilab.github.io/cereal/index.html](https://uscilab.github.io/cereal/index.html) |
+| License | BSD-3-Clause |
+| Versions | 1.3.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [cereal/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cereal/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] cereal
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cereal")
+```
+
+
 ### cgetopt (mingw)
 
 
@@ -327,6 +351,30 @@ add_requires("cmake")
 ```
 
 
+### cmocka (mingw)
+
+
+| Description | *cmocka is an elegant unit testing framework for C with support for mock objects.* |
+| -- | -- |
+| Homepage | [https://cmocka.org/](https://cmocka.org/) |
+| License | Apache-2.0 |
+| Versions | 1.1.5 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [cmocka/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmocka/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] cmocka
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cmocka")
+```
+
+
 ### concurrentqueue (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -188,6 +188,30 @@ add_requires("catch2")
 ```
 
 
+### cereal (msys)
+
+
+| Description | *cereal is a header-only C++11 serialization library.* |
+| -- | -- |
+| Homepage | [https://uscilab.github.io/cereal/index.html](https://uscilab.github.io/cereal/index.html) |
+| License | BSD-3-Clause |
+| Versions | 1.3.0 |
+| Architectures | i386, x86_64 |
+| Definition | [cereal/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cereal/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cereal
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cereal")
+```
+
+
 ### cgetopt (msys)
 
 

+ 48 - 0
packages/windows.md

@@ -418,6 +418,30 @@ add_requires("catch2")
 ```
 
 
+### cereal (windows)
+
+
+| Description | *cereal is a header-only C++11 serialization library.* |
+| -- | -- |
+| Homepage | [https://uscilab.github.io/cereal/index.html](https://uscilab.github.io/cereal/index.html) |
+| License | BSD-3-Clause |
+| Versions | 1.3.0 |
+| Architectures | x64, x86 |
+| Definition | [cereal/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cereal/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cereal
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cereal")
+```
+
+
 ### cgetopt (windows)
 
 
@@ -535,6 +559,30 @@ add_requires("cmake")
 ```
 
 
+### cmocka (windows)
+
+
+| Description | *cmocka is an elegant unit testing framework for C with support for mock objects.* |
+| -- | -- |
+| Homepage | [https://cmocka.org/](https://cmocka.org/) |
+| License | Apache-2.0 |
+| Versions | 1.1.5 |
+| Architectures | x64, x86 |
+| Definition | [cmocka/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cmocka/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cmocka
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cmocka")
+```
+
+
 ### co (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-12-03T06:07:23+08:00</lastmod>
+  <lastmod>2020-12-04T01:07:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-12-03T06:07:24+08:00</lastmod>
+  <lastmod>2020-12-04T01:07:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-12-03T06:07:24+08:00</lastmod>
+  <lastmod>2020-12-04T01:07:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-12-03T06:07:24+08:00</lastmod>
+  <lastmod>2020-12-04T01:07:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-12-03T06:07:24+08:00</lastmod>
+  <lastmod>2020-12-04T01:07:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-12-03T06:07:25+08:00</lastmod>
+  <lastmod>2020-12-04T01:07:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-12-03T06:07:25+08:00</lastmod>
+  <lastmod>2020-12-04T01:07:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-12-03T06:07:25+08:00</lastmod>
+  <lastmod>2020-12-04T01:07:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-12-03T06:07:25+08:00</lastmod>
+  <lastmod>2020-12-04T01:07:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-12-03T06:07:26+08:00</lastmod>
+  <lastmod>2020-12-04T01:07:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-12-03T06:07:26+08:00</lastmod>
+  <lastmod>2020-12-04T01:07:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-12-03T06:07:26+08:00</lastmod>
+  <lastmod>2020-12-04T01:07:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-12-03T06:07:26+08:00</lastmod>
+  <lastmod>2020-12-04T01:07:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-12-03T06:07:26+08:00</lastmod>
+  <lastmod>2020-12-04T01:07:53+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: embree, metis, eastl**
+- **Recently added: cereal, cmocka, libunistring**
 
 [Gitee](https://gitee.com/tboox/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)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (210)
+- 包列表 (213)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)