|
@@ -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>
|