|
@@ -1175,6 +1175,43 @@
|
|
<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("eabase")
|
|
<pre><code class="lang-lua">add_requires("eabase")
|
|
</code></pre>
|
|
</code></pre>
|
|
|
|
+<h3 id="eastllinux">eastl (linux)</h3>
|
|
|
|
+<table>
|
|
|
|
+<thead>
|
|
|
|
+<tr>
|
|
|
|
+<th>Description</th>
|
|
|
|
+<th><em>EASTL stands for Electronic Arts Standard Template Library.</em></th>
|
|
|
|
+</tr>
|
|
|
|
+</thead>
|
|
|
|
+<tbody>
|
|
|
|
+<tr>
|
|
|
|
+<td>Homepage</td>
|
|
|
|
+<td><a href="https://github.com/electronicarts/EASTL">https://github.com/electronicarts/EASTL</a></td>
|
|
|
|
+</tr>
|
|
|
|
+<tr>
|
|
|
|
+<td>License</td>
|
|
|
|
+<td>BSD-3-Clause</td>
|
|
|
|
+</tr>
|
|
|
|
+<tr>
|
|
|
|
+<td>Versions</td>
|
|
|
|
+<td>3.17.03</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/e/eastl/xmake.lua">eastl/xmake.lua</a></td>
|
|
|
|
+</tr>
|
|
|
|
+</tbody>
|
|
|
|
+</table>
|
|
|
|
+<h5 id="installcommand">Install command</h5>
|
|
|
|
+<pre><code class="lang-console">xrepo install eastl
|
|
|
|
+</code></pre>
|
|
|
|
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
|
|
|
|
+<pre><code class="lang-lua">add_requires("eastl")
|
|
|
|
+</code></pre>
|
|
<h3 id="effceelinux">effcee (linux)</h3>
|
|
<h3 id="effceelinux">effcee (linux)</h3>
|
|
<table>
|
|
<table>
|
|
<thead>
|
|
<thead>
|
|
@@ -1529,7 +1566,7 @@
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>Versions</td>
|
|
<td>Versions</td>
|
|
-<td>2.9.1</td>
|
|
|
|
|
|
+<td>2.10.4, 2.9.1</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>Architectures</td>
|
|
<td>Architectures</td>
|
|
@@ -2670,6 +2707,80 @@
|
|
<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("libffi")
|
|
<pre><code class="lang-lua">add_requires("libffi")
|
|
</code></pre>
|
|
</code></pre>
|
|
|
|
+<h3 id="libgcryptlinux">libgcrypt (linux)</h3>
|
|
|
|
+<table>
|
|
|
|
+<thead>
|
|
|
|
+<tr>
|
|
|
|
+<th>Description</th>
|
|
|
|
+<th><em>Libgcrypt is a general purpose cryptographic library originally based on code from GnuPG.</em></th>
|
|
|
|
+</tr>
|
|
|
|
+</thead>
|
|
|
|
+<tbody>
|
|
|
|
+<tr>
|
|
|
|
+<td>Homepage</td>
|
|
|
|
+<td><a href="https://www.gnupg.org/related_software/libgcrypt/">https://www.gnupg.org/related_software/libgcrypt/</a></td>
|
|
|
|
+</tr>
|
|
|
|
+<tr>
|
|
|
|
+<td>License</td>
|
|
|
|
+<td>GPL-2.0</td>
|
|
|
|
+</tr>
|
|
|
|
+<tr>
|
|
|
|
+<td>Versions</td>
|
|
|
|
+<td>1.8.7</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/libgcrypt/xmake.lua">libgcrypt/xmake.lua</a></td>
|
|
|
|
+</tr>
|
|
|
|
+</tbody>
|
|
|
|
+</table>
|
|
|
|
+<h5 id="installcommand">Install command</h5>
|
|
|
|
+<pre><code class="lang-console">xrepo install libgcrypt
|
|
|
|
+</code></pre>
|
|
|
|
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
|
|
|
|
+<pre><code class="lang-lua">add_requires("libgcrypt")
|
|
|
|
+</code></pre>
|
|
|
|
+<h3 id="libgpgerrorlinux">libgpg-error (linux)</h3>
|
|
|
|
+<table>
|
|
|
|
+<thead>
|
|
|
|
+<tr>
|
|
|
|
+<th>Description</th>
|
|
|
|
+<th><em>Libgpg-error is a small library that originally defined common error values for all GnuPG components.</em></th>
|
|
|
|
+</tr>
|
|
|
|
+</thead>
|
|
|
|
+<tbody>
|
|
|
|
+<tr>
|
|
|
|
+<td>Homepage</td>
|
|
|
|
+<td><a href="https://www.gnupg.org/related_software/libgpg-error/">https://www.gnupg.org/related_software/libgpg-error/</a></td>
|
|
|
|
+</tr>
|
|
|
|
+<tr>
|
|
|
|
+<td>License</td>
|
|
|
|
+<td>GPL-2.0</td>
|
|
|
|
+</tr>
|
|
|
|
+<tr>
|
|
|
|
+<td>Versions</td>
|
|
|
|
+<td>1.39</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/libgpg-error/xmake.lua">libgpg-error/xmake.lua</a></td>
|
|
|
|
+</tr>
|
|
|
|
+</tbody>
|
|
|
|
+</table>
|
|
|
|
+<h5 id="installcommand">Install command</h5>
|
|
|
|
+<pre><code class="lang-console">xrepo install libgpg-error
|
|
|
|
+</code></pre>
|
|
|
|
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
|
|
|
|
+<pre><code class="lang-lua">add_requires("libgpg-error")
|
|
|
|
+</code></pre>
|
|
<h3 id="libiconvlinux">libiconv (linux)</h3>
|
|
<h3 id="libiconvlinux">libiconv (linux)</h3>
|
|
<table>
|
|
<table>
|
|
<thead>
|
|
<thead>
|
|
@@ -3878,6 +3989,43 @@
|
|
<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("libxinerama")
|
|
<pre><code class="lang-lua">add_requires("libxinerama")
|
|
</code></pre>
|
|
</code></pre>
|
|
|
|
+<h3 id="libxkbcommonlinux">libxkbcommon (linux)</h3>
|
|
|
|
+<table>
|
|
|
|
+<thead>
|
|
|
|
+<tr>
|
|
|
|
+<th>Description</th>
|
|
|
|
+<th><em>keymap handling library for toolkits and window systems</em></th>
|
|
|
|
+</tr>
|
|
|
|
+</thead>
|
|
|
|
+<tbody>
|
|
|
|
+<tr>
|
|
|
|
+<td>Homepage</td>
|
|
|
|
+<td><a href="https://xkbcommon.org/">https://xkbcommon.org/</a></td>
|
|
|
|
+</tr>
|
|
|
|
+<tr>
|
|
|
|
+<td>License</td>
|
|
|
|
+<td>MIT</td>
|
|
|
|
+</tr>
|
|
|
|
+<tr>
|
|
|
|
+<td>Versions</td>
|
|
|
|
+<td>1.0.3</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/libxkbcommon/xmake.lua">libxkbcommon/xmake.lua</a></td>
|
|
|
|
+</tr>
|
|
|
|
+</tbody>
|
|
|
|
+</table>
|
|
|
|
+<h5 id="installcommand">Install command</h5>
|
|
|
|
+<pre><code class="lang-console">xrepo install libxkbcommon
|
|
|
|
+</code></pre>
|
|
|
|
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
|
|
|
|
+<pre><code class="lang-lua">add_requires("libxkbcommon")
|
|
|
|
+</code></pre>
|
|
<h3 id="libxmakelinux">libxmake (linux)</h3>
|
|
<h3 id="libxmakelinux">libxmake (linux)</h3>
|
|
<table>
|
|
<table>
|
|
<thead>
|
|
<thead>
|