Browse Source

autoupdate docs by xmake-repo/ci

ruki 2 years ago
parent
commit
cddc7e0456

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: convertutf, nanobench, pulsar**
+- **Recently added: simpleini, convertutf, nanobench**
 
 [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 (872)
+- Packages (873)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -9919,6 +9919,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("simde")
 </code></pre>
+<h3 id="simpleiniandroid">simpleini (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform C++ library providing a simple API to read and write INI-style configuration files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/brofield/simpleini">https://github.com/brofield/simpleini</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v4.19</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/s/simpleini/xmake.lua">simpleini/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] simpleini
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("simpleini")
+</code></pre>
 <h3 id="simplethreadpoolandroid">simplethreadpool (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -8652,6 +8652,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("simde")
 </code></pre>
+<h3 id="simpleinibsd">simpleini (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform C++ library providing a simple API to read and write INI-style configuration files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/brofield/simpleini">https://github.com/brofield/simpleini</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v4.19</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/s/simpleini/xmake.lua">simpleini/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install simpleini
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("simpleini")
+</code></pre>
 <h3 id="simplethreadpoolbsd">simplethreadpool (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -8026,6 +8026,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("simde")
 </code></pre>
+<h3 id="simpleinicross">simpleini (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform C++ library providing a simple API to read and write INI-style configuration files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/brofield/simpleini">https://github.com/brofield/simpleini</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v4.19</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/s/simpleini/xmake.lua">simpleini/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] simpleini
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("simpleini")
+</code></pre>
 <h3 id="simplethreadpoolcross">simplethreadpool (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -9071,6 +9071,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("simdjson")
 </code></pre>
+<h3 id="simpleiniiphoneos">simpleini (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform C++ library providing a simple API to read and write INI-style configuration files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/brofield/simpleini">https://github.com/brofield/simpleini</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v4.19</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/s/simpleini/xmake.lua">simpleini/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos simpleini
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("simpleini")
+</code></pre>
 <h3 id="simplethreadpooliphoneos">simplethreadpool (iphoneos)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -24717,6 +24717,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("simdjson")
 </code></pre>
+<h3 id="simpleinilinux">simpleini (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform C++ library providing a simple API to read and write INI-style configuration files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/brofield/simpleini">https://github.com/brofield/simpleini</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v4.19</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/s/simpleini/xmake.lua">simpleini/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install simpleini
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("simpleini")
+</code></pre>
 <h3 id="simplethreadpoollinux">simplethreadpool (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -23017,6 +23017,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("simdjson")
 </code></pre>
+<h3 id="simpleinimacosx">simpleini (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform C++ library providing a simple API to read and write INI-style configuration files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/brofield/simpleini">https://github.com/brofield/simpleini</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v4.19</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/s/simpleini/xmake.lua">simpleini/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install simpleini
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("simpleini")
+</code></pre>
 <h3 id="simplethreadpoolmacosx">simplethreadpool (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -10499,6 +10499,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("simdjson")
 </code></pre>
+<h3 id="simpleinimingw">simpleini (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform C++ library providing a simple API to read and write INI-style configuration files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/brofield/simpleini">https://github.com/brofield/simpleini</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v4.19</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/s/simpleini/xmake.lua">simpleini/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] simpleini
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("simpleini")
+</code></pre>
 <h3 id="snappymingw">snappy (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -7153,6 +7153,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("simde")
 </code></pre>
+<h3 id="simpleinimsys">simpleini (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform C++ library providing a simple API to read and write INI-style configuration files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/brofield/simpleini">https://github.com/brofield/simpleini</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v4.19</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/s/simpleini/xmake.lua">simpleini/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install simpleini
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("simpleini")
+</code></pre>
 <h3 id="snitchmsys">snitch (msys)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/wasm.html

@@ -7511,6 +7511,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("simde")
 </code></pre>
+<h3 id="simpleiniwasm">simpleini (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform C++ library providing a simple API to read and write INI-style configuration files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/brofield/simpleini">https://github.com/brofield/simpleini</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v4.19</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/s/simpleini/xmake.lua">simpleini/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm simpleini
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("simpleini")
+</code></pre>
 <h3 id="snitchwasm">snitch (wasm)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -20080,6 +20080,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("simdjson")
 </code></pre>
+<h3 id="simpleiniwindows">simpleini (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross-platform C++ library providing a simple API to read and write INI-style configuration files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/brofield/simpleini">https://github.com/brofield/simpleini</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v4.19</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/s/simpleini/xmake.lua">simpleini/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install simpleini
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("simpleini")
+</code></pre>
 <h3 id="simplethreadpoolwindows">simplethreadpool (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -6588,6 +6588,30 @@ add_requires("simde")
 ```
 
 
+### simpleini (android)
+
+
+| Description | *Cross-platform C++ library providing a simple API to read and write INI-style configuration files.* |
+| -- | -- |
+| Homepage | [https://github.com/brofield/simpleini](https://github.com/brofield/simpleini) |
+| License | MIT |
+| Versions | v4.19 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [simpleini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simpleini/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] simpleini
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("simpleini")
+```
+
+
 ### simplethreadpool (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -5755,6 +5755,30 @@ add_requires("simde")
 ```
 
 
+### simpleini (bsd)
+
+
+| Description | *Cross-platform C++ library providing a simple API to read and write INI-style configuration files.* |
+| -- | -- |
+| Homepage | [https://github.com/brofield/simpleini](https://github.com/brofield/simpleini) |
+| License | MIT |
+| Versions | v4.19 |
+| Architectures | i386, x86_64 |
+| Definition | [simpleini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simpleini/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install simpleini
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("simpleini")
+```
+
+
 ### simplethreadpool (bsd)
 
 

+ 24 - 0
packages/cross.md

@@ -5333,6 +5333,30 @@ add_requires("simde")
 ```
 
 
+### simpleini (cross)
+
+
+| Description | *Cross-platform C++ library providing a simple API to read and write INI-style configuration files.* |
+| -- | -- |
+| Homepage | [https://github.com/brofield/simpleini](https://github.com/brofield/simpleini) |
+| License | MIT |
+| Versions | v4.19 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [simpleini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simpleini/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] simpleini
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("simpleini")
+```
+
+
 ### simplethreadpool (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -6022,6 +6022,30 @@ add_requires("simdjson")
 ```
 
 
+### simpleini (iphoneos)
+
+
+| Description | *Cross-platform C++ library providing a simple API to read and write INI-style configuration files.* |
+| -- | -- |
+| Homepage | [https://github.com/brofield/simpleini](https://github.com/brofield/simpleini) |
+| License | MIT |
+| Versions | v4.19 |
+| Architectures | arm64, x86_64 |
+| Definition | [simpleini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simpleini/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos simpleini
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("simpleini")
+```
+
+
 ### simplethreadpool (iphoneos)
 
 

+ 24 - 0
packages/linux.md

@@ -16462,6 +16462,30 @@ add_requires("simdjson")
 ```
 
 
+### simpleini (linux)
+
+
+| Description | *Cross-platform C++ library providing a simple API to read and write INI-style configuration files.* |
+| -- | -- |
+| Homepage | [https://github.com/brofield/simpleini](https://github.com/brofield/simpleini) |
+| License | MIT |
+| Versions | v4.19 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [simpleini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simpleini/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install simpleini
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("simpleini")
+```
+
+
 ### simplethreadpool (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -15329,6 +15329,30 @@ add_requires("simdjson")
 ```
 
 
+### simpleini (macosx)
+
+
+| Description | *Cross-platform C++ library providing a simple API to read and write INI-style configuration files.* |
+| -- | -- |
+| Homepage | [https://github.com/brofield/simpleini](https://github.com/brofield/simpleini) |
+| License | MIT |
+| Versions | v4.19 |
+| Architectures | arm64, x86_64 |
+| Definition | [simpleini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simpleini/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install simpleini
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("simpleini")
+```
+
+
 ### simplethreadpool (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -6969,6 +6969,30 @@ add_requires("simdjson")
 ```
 
 
+### simpleini (mingw)
+
+
+| Description | *Cross-platform C++ library providing a simple API to read and write INI-style configuration files.* |
+| -- | -- |
+| Homepage | [https://github.com/brofield/simpleini](https://github.com/brofield/simpleini) |
+| License | MIT |
+| Versions | v4.19 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [simpleini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simpleini/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] simpleini
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("simpleini")
+```
+
+
 ### snappy (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -4746,6 +4746,30 @@ add_requires("simde")
 ```
 
 
+### simpleini (msys)
+
+
+| Description | *Cross-platform C++ library providing a simple API to read and write INI-style configuration files.* |
+| -- | -- |
+| Homepage | [https://github.com/brofield/simpleini](https://github.com/brofield/simpleini) |
+| License | MIT |
+| Versions | v4.19 |
+| Architectures | i386, x86_64 |
+| Definition | [simpleini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simpleini/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install simpleini
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("simpleini")
+```
+
+
 ### snitch (msys)
 
 

+ 24 - 0
packages/wasm.md

@@ -4983,6 +4983,30 @@ add_requires("simde")
 ```
 
 
+### simpleini (wasm)
+
+
+| Description | *Cross-platform C++ library providing a simple API to read and write INI-style configuration files.* |
+| -- | -- |
+| Homepage | [https://github.com/brofield/simpleini](https://github.com/brofield/simpleini) |
+| License | MIT |
+| Versions | v4.19 |
+| Architectures | wasm32 |
+| Definition | [simpleini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simpleini/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm simpleini
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("simpleini")
+```
+
+
 ### snitch (wasm)
 
 

+ 24 - 0
packages/windows.md

@@ -13319,6 +13319,30 @@ add_requires("simdjson")
 ```
 
 
+### simpleini (windows)
+
+
+| Description | *Cross-platform C++ library providing a simple API to read and write INI-style configuration files.* |
+| -- | -- |
+| Homepage | [https://github.com/brofield/simpleini](https://github.com/brofield/simpleini) |
+| License | MIT |
+| Versions | v4.19 |
+| Architectures | arm64, x64, x86 |
+| Definition | [simpleini/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/simpleini/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install simpleini
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("simpleini")
+```
+
+
 ### simplethreadpool (windows)
 
 

+ 29 - 29
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-04-06T06:38:47+08:00</lastmod>
+  <lastmod>2023-04-06T10:22:03+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-04-06T06:38:50+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
+  <lastmod>2023-04-06T10:22:07+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-04-06T06:38:50+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
+  <lastmod>2023-04-06T10:22:07+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-04-06T06:38:50+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
+  <lastmod>2023-04-06T10:22:07+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-04-06T06:38:50+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
+  <lastmod>2023-04-06T10:22:07+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-04-06T06:38:51+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
+  <lastmod>2023-04-06T10:22:08+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-04-06T06:38:51+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
+  <lastmod>2023-04-06T10:22:08+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-04-06T06:38:52+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
+  <lastmod>2023-04-06T10:22:08+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-04-06T06:38:52+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
+  <lastmod>2023-04-06T10:22:09+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-04-06T06:38:52+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
+  <lastmod>2023-04-06T10:22:09+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-04-06T06:38:53+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
+  <lastmod>2023-04-06T10:22:09+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-04-06T06:38:53+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
+  <lastmod>2023-04-06T10:22:10+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-04-06T06:38:53+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
+  <lastmod>2023-04-06T10:22:10+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-04-06T06:38:53+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
+  <lastmod>2023-04-06T10:22:10+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-04-06T06:38:54+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
+  <lastmod>2023-04-06T10:22:10+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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