|
@@ -1288,6 +1288,39 @@
|
|
|
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
|
|
|
<pre><code class="lang-lua">add_requires("cereal")
|
|
|
</code></pre>
|
|
|
+<h3 id="cfitsiolinux">cfitsio (linux)</h3>
|
|
|
+<table>
|
|
|
+<thead>
|
|
|
+<tr>
|
|
|
+<th>Description</th>
|
|
|
+<th><em>CFITSIO is a library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format.</em></th>
|
|
|
+</tr>
|
|
|
+</thead>
|
|
|
+<tbody>
|
|
|
+<tr>
|
|
|
+<td>Homepage</td>
|
|
|
+<td><a href="https://heasarc.gsfc.nasa.gov/fitsio/">https://heasarc.gsfc.nasa.gov/fitsio/</a></td>
|
|
|
+</tr>
|
|
|
+<tr>
|
|
|
+<td>Versions</td>
|
|
|
+<td>4.0.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/cfitsio/xmake.lua">cfitsio/xmake.lua</a></td>
|
|
|
+</tr>
|
|
|
+</tbody>
|
|
|
+</table>
|
|
|
+<h5 id="installcommand">Install command</h5>
|
|
|
+<pre><code class="lang-console">xrepo install cfitsio
|
|
|
+</code></pre>
|
|
|
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
|
|
|
+<pre><code class="lang-lua">add_requires("cfitsio")
|
|
|
+</code></pre>
|
|
|
<h3 id="cgallinux">cgal (linux)</h3>
|
|
|
<table>
|
|
|
<thead>
|
|
@@ -1535,6 +1568,43 @@
|
|
|
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
|
|
|
<pre><code class="lang-lua">add_requires("clara")
|
|
|
</code></pre>
|
|
|
+<h3 id="clheplinux">clhep (linux)</h3>
|
|
|
+<table>
|
|
|
+<thead>
|
|
|
+<tr>
|
|
|
+<th>Description</th>
|
|
|
+<th><em>CLHEP - A Class Library for High Energy Physics</em></th>
|
|
|
+</tr>
|
|
|
+</thead>
|
|
|
+<tbody>
|
|
|
+<tr>
|
|
|
+<td>Homepage</td>
|
|
|
+<td><a href="https://proj-clhep.web.cern.ch/proj-clhep/">https://proj-clhep.web.cern.ch/proj-clhep/</a></td>
|
|
|
+</tr>
|
|
|
+<tr>
|
|
|
+<td>License</td>
|
|
|
+<td>LGPL-3.0</td>
|
|
|
+</tr>
|
|
|
+<tr>
|
|
|
+<td>Versions</td>
|
|
|
+<td>2.4.5+1</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/clhep/xmake.lua">clhep/xmake.lua</a></td>
|
|
|
+</tr>
|
|
|
+</tbody>
|
|
|
+</table>
|
|
|
+<h5 id="installcommand">Install command</h5>
|
|
|
+<pre><code class="lang-console">xrepo install clhep
|
|
|
+</code></pre>
|
|
|
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
|
|
|
+<pre><code class="lang-lua">add_requires("clhep")
|
|
|
+</code></pre>
|
|
|
<h3 id="cmakelinux">cmake (linux)</h3>
|
|
|
<table>
|
|
|
<thead>
|
|
@@ -3703,6 +3773,43 @@
|
|
|
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
|
|
|
<pre><code class="lang-lua">add_requires("fribidi")
|
|
|
</code></pre>
|
|
|
+<h3 id="ftgllinux">ftgl (linux)</h3>
|
|
|
+<table>
|
|
|
+<thead>
|
|
|
+<tr>
|
|
|
+<th>Description</th>
|
|
|
+<th><em>FTGL is a free open source library to enable developers to use arbitrary fonts in their OpenGL applications.</em></th>
|
|
|
+</tr>
|
|
|
+</thead>
|
|
|
+<tbody>
|
|
|
+<tr>
|
|
|
+<td>Homepage</td>
|
|
|
+<td><a href="https://github.com/frankheckenbach/ftgl">https://github.com/frankheckenbach/ftgl</a></td>
|
|
|
+</tr>
|
|
|
+<tr>
|
|
|
+<td>License</td>
|
|
|
+<td>MIT</td>
|
|
|
+</tr>
|
|
|
+<tr>
|
|
|
+<td>Versions</td>
|
|
|
+<td>v2.4.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/f/ftgl/xmake.lua">ftgl/xmake.lua</a></td>
|
|
|
+</tr>
|
|
|
+</tbody>
|
|
|
+</table>
|
|
|
+<h5 id="installcommand">Install command</h5>
|
|
|
+<pre><code class="lang-console">xrepo install ftgl
|
|
|
+</code></pre>
|
|
|
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
|
|
|
+<pre><code class="lang-lua">add_requires("ftgl")
|
|
|
+</code></pre>
|
|
|
<h3 id="fxgltflinux">fx-gltf (linux)</h3>
|
|
|
<table>
|
|
|
<thead>
|
|
@@ -7959,6 +8066,43 @@
|
|
|
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
|
|
|
<pre><code class="lang-lua">add_requires("libuv")
|
|
|
</code></pre>
|
|
|
+<h3 id="libvertolinux">libverto (linux)</h3>
|
|
|
+<table>
|
|
|
+<thead>
|
|
|
+<tr>
|
|
|
+<th>Description</th>
|
|
|
+<th><em>An async event loop abstraction library</em></th>
|
|
|
+</tr>
|
|
|
+</thead>
|
|
|
+<tbody>
|
|
|
+<tr>
|
|
|
+<td>Homepage</td>
|
|
|
+<td><a href="https://github.com/latchset/libverto">https://github.com/latchset/libverto</a></td>
|
|
|
+</tr>
|
|
|
+<tr>
|
|
|
+<td>License</td>
|
|
|
+<td>MIT</td>
|
|
|
+</tr>
|
|
|
+<tr>
|
|
|
+<td>Versions</td>
|
|
|
+<td>0.3.2</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/libverto/xmake.lua">libverto/xmake.lua</a></td>
|
|
|
+</tr>
|
|
|
+</tbody>
|
|
|
+</table>
|
|
|
+<h5 id="installcommand">Install command</h5>
|
|
|
+<pre><code class="lang-console">xrepo install libverto
|
|
|
+</code></pre>
|
|
|
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
|
|
|
+<pre><code class="lang-lua">add_requires("libverto")
|
|
|
+</code></pre>
|
|
|
<h3 id="libvorbislinux">libvorbis (linux)</h3>
|
|
|
<table>
|
|
|
<thead>
|