Pārlūkot izejas kodu

autoupdate docs by xmake-repo/ci

ruki 2 gadi atpakaļ
vecāks
revīzija
bbc8a00a21

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: pycdc, simplethreadpool, port**
+- **Recently added: elfio, pycdc, simplethreadpool**
 
 [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 (795)
+- Packages (796)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -2046,6 +2046,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("easyloggingpp")
 </code></pre>
+<h3 id="elfioandroid">elfio (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://serge1.github.io/ELFIO">http://serge1.github.io/ELFIO</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.11</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/e/elfio/xmake.lua">elfio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] elfio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("elfio")
+</code></pre>
 <h3 id="elfutilsandroid">elfutils (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -1976,6 +1976,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("efsw")
 </code></pre>
+<h3 id="elfiobsd">elfio (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://serge1.github.io/ELFIO">http://serge1.github.io/ELFIO</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.11</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/e/elfio/xmake.lua">elfio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install elfio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("elfio")
+</code></pre>
 <h3 id="enetbsd">enet (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -1832,6 +1832,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("easyloggingpp")
 </code></pre>
+<h3 id="elfiocross">elfio (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://serge1.github.io/ELFIO">http://serge1.github.io/ELFIO</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.11</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/e/elfio/xmake.lua">elfio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] elfio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("elfio")
+</code></pre>
 <h3 id="enetcross">enet (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -1939,6 +1939,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("easyloggingpp")
 </code></pre>
+<h3 id="elfioiphoneos">elfio (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://serge1.github.io/ELFIO">http://serge1.github.io/ELFIO</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.11</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/e/elfio/xmake.lua">elfio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos elfio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("elfio")
+</code></pre>
 <h3 id="enetiphoneos">enet (iphoneos)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -4689,6 +4689,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("eigen")
 </code></pre>
+<h3 id="elfiolinux">elfio (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://serge1.github.io/ELFIO">http://serge1.github.io/ELFIO</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.11</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/elfio/xmake.lua">elfio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install elfio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("elfio")
+</code></pre>
 <h3 id="elfutilslinux">elfutils (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -4401,6 +4401,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("eigen")
 </code></pre>
+<h3 id="elfiomacosx">elfio (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://serge1.github.io/ELFIO">http://serge1.github.io/ELFIO</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.11</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/e/elfio/xmake.lua">elfio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install elfio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("elfio")
+</code></pre>
 <h3 id="embreemacosx">embree (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -2305,6 +2305,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("eigen")
 </code></pre>
+<h3 id="elfiomingw">elfio (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://serge1.github.io/ELFIO">http://serge1.github.io/ELFIO</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.11</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/e/elfio/xmake.lua">elfio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] elfio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("elfio")
+</code></pre>
 <h3 id="enetmingw">enet (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -1762,6 +1762,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("easyloggingpp")
 </code></pre>
+<h3 id="elfiomsys">elfio (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://serge1.github.io/ELFIO">http://serge1.github.io/ELFIO</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.11</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/e/elfio/xmake.lua">elfio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install elfio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("elfio")
+</code></pre>
 <h3 id="enetmsys">enet (msys)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/wasm.html

@@ -1692,6 +1692,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("easyloggingpp")
 </code></pre>
+<h3 id="elfiowasm">elfio (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://serge1.github.io/ELFIO">http://serge1.github.io/ELFIO</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.11</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/e/elfio/xmake.lua">elfio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm elfio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("elfio")
+</code></pre>
 <h3 id="enetwasm">enet (wasm)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -4339,6 +4339,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("eigen")
 </code></pre>
+<h3 id="elfiowindows">elfio (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://serge1.github.io/ELFIO">http://serge1.github.io/ELFIO</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.11</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/e/elfio/xmake.lua">elfio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install elfio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("elfio")
+</code></pre>
 <h3 id="embreewindows">embree (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -1306,6 +1306,30 @@ add_requires("easyloggingpp")
 ```
 
 
+### elfio (android)
+
+
+| Description | *ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library* |
+| -- | -- |
+| Homepage | [http://serge1.github.io/ELFIO](http://serge1.github.io/ELFIO) |
+| License | MIT |
+| Versions | 3.11 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [elfio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/elfio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] elfio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("elfio")
+```
+
+
 ### elfutils (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -1259,6 +1259,30 @@ add_requires("efsw")
 ```
 
 
+### elfio (bsd)
+
+
+| Description | *ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library* |
+| -- | -- |
+| Homepage | [http://serge1.github.io/ELFIO](http://serge1.github.io/ELFIO) |
+| License | MIT |
+| Versions | 3.11 |
+| Architectures | i386, x86_64 |
+| Definition | [elfio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/elfio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install elfio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("elfio")
+```
+
+
 ### enet (bsd)
 
 

+ 24 - 0
packages/cross.md

@@ -1164,6 +1164,30 @@ add_requires("easyloggingpp")
 ```
 
 
+### elfio (cross)
+
+
+| Description | *ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library* |
+| -- | -- |
+| Homepage | [http://serge1.github.io/ELFIO](http://serge1.github.io/ELFIO) |
+| License | MIT |
+| Versions | 3.11 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [elfio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/elfio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] elfio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("elfio")
+```
+
+
 ### enet (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -1235,6 +1235,30 @@ add_requires("easyloggingpp")
 ```
 
 
+### elfio (iphoneos)
+
+
+| Description | *ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library* |
+| -- | -- |
+| Homepage | [http://serge1.github.io/ELFIO](http://serge1.github.io/ELFIO) |
+| License | MIT |
+| Versions | 3.11 |
+| Architectures | arm64, x86_64 |
+| Definition | [elfio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/elfio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos elfio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("elfio")
+```
+
+
 ### enet (iphoneos)
 
 

+ 24 - 0
packages/linux.md

@@ -3060,6 +3060,30 @@ add_requires("eigen")
 ```
 
 
+### elfio (linux)
+
+
+| Description | *ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library* |
+| -- | -- |
+| Homepage | [http://serge1.github.io/ELFIO](http://serge1.github.io/ELFIO) |
+| License | MIT |
+| Versions | 3.11 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [elfio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/elfio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install elfio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("elfio")
+```
+
+
 ### elfutils (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -2870,6 +2870,30 @@ add_requires("eigen")
 ```
 
 
+### elfio (macosx)
+
+
+| Description | *ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library* |
+| -- | -- |
+| Homepage | [http://serge1.github.io/ELFIO](http://serge1.github.io/ELFIO) |
+| License | MIT |
+| Versions | 3.11 |
+| Architectures | arm64, x86_64 |
+| Definition | [elfio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/elfio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install elfio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("elfio")
+```
+
+
 ### embree (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -1474,6 +1474,30 @@ add_requires("eigen")
 ```
 
 
+### elfio (mingw)
+
+
+| Description | *ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library* |
+| -- | -- |
+| Homepage | [http://serge1.github.io/ELFIO](http://serge1.github.io/ELFIO) |
+| License | MIT |
+| Versions | 3.11 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [elfio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/elfio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] elfio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("elfio")
+```
+
+
 ### enet (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -1117,6 +1117,30 @@ add_requires("easyloggingpp")
 ```
 
 
+### elfio (msys)
+
+
+| Description | *ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library* |
+| -- | -- |
+| Homepage | [http://serge1.github.io/ELFIO](http://serge1.github.io/ELFIO) |
+| License | MIT |
+| Versions | 3.11 |
+| Architectures | i386, x86_64 |
+| Definition | [elfio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/elfio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install elfio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("elfio")
+```
+
+
 ### enet (msys)
 
 

+ 24 - 0
packages/wasm.md

@@ -1070,6 +1070,30 @@ add_requires("easyloggingpp")
 ```
 
 
+### elfio (wasm)
+
+
+| Description | *ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library* |
+| -- | -- |
+| Homepage | [http://serge1.github.io/ELFIO](http://serge1.github.io/ELFIO) |
+| License | MIT |
+| Versions | 3.11 |
+| Architectures | wasm32 |
+| Definition | [elfio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/elfio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm elfio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("elfio")
+```
+
+
 ### enet (wasm)
 
 

+ 24 - 0
packages/windows.md

@@ -2825,6 +2825,30 @@ add_requires("eigen")
 ```
 
 
+### elfio (windows)
+
+
+| Description | *ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library* |
+| -- | -- |
+| Homepage | [http://serge1.github.io/ELFIO](http://serge1.github.io/ELFIO) |
+| License | MIT |
+| Versions | 3.11 |
+| Architectures | arm64, x64, x86 |
+| Definition | [elfio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/elfio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install elfio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("elfio")
+```
+
+
 ### embree (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-11-30T02:32:55+08:00</lastmod>
+  <lastmod>2022-11-30T04:55:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-11-30T02:32:59+08:00</lastmod>
+  <lastmod>2022-11-30T04:55:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-11-30T02:32:59+08:00</lastmod>
+  <lastmod>2022-11-30T04:55:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-11-30T02:32:59+08:00</lastmod>
+  <lastmod>2022-11-30T04:55:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-11-30T02:33:00+08:00</lastmod>
+  <lastmod>2022-11-30T04:55:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-11-30T02:33:00+08:00</lastmod>
+  <lastmod>2022-11-30T04:55:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-11-30T02:33:00+08:00</lastmod>
+  <lastmod>2022-11-30T04:55:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-11-30T02:33:00+08:00</lastmod>
+  <lastmod>2022-11-30T04:55:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-11-30T02:33:01+08:00</lastmod>
+  <lastmod>2022-11-30T04:55:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-11-30T02:33:01+08:00</lastmod>
+  <lastmod>2022-11-30T04:55:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-11-30T02:33:01+08:00</lastmod>
+  <lastmod>2022-11-30T04:56:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-11-30T02:33:02+08:00</lastmod>
+  <lastmod>2022-11-30T04:56:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-11-30T02:33:02+08:00</lastmod>
+  <lastmod>2022-11-30T04:56:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-11-30T02:33:02+08:00</lastmod>
+  <lastmod>2022-11-30T04:56:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-11-30T02:33:02+08:00</lastmod>
+  <lastmod>2022-11-30T04:56:00+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: pycdc, simplethreadpool, port**
+- **Recently added: elfio, pycdc, simplethreadpool**
 
 [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)
-- 包列表 (795)
+- 包列表 (796)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)