Browse Source

autoupdate docs by xmake-repo/ci

ruki 2 years ago
parent
commit
f8014e95e9

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: branchless-utf8, cpp-lazy, vulkanscenegraph**
+- **Recently added: orangeduck_mpc, branchless-utf8, cpp-lazy**
 
 [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 (834)
+- Packages (835)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -7680,6 +7680,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("optick")
 </code></pre>
+<h3 id="orangeduck_mpcandroid">orangeduck_mpc (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Parser Combinator library for C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/orangeduck/mpc">https://github.com/orangeduck/mpc</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.0</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/o/orangeduck_mpc/xmake.lua">orangeduck_mpc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] orangeduck_mpc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("orangeduck_mpc")
+</code></pre>
 <h3 id="ordered_mapandroid">ordered_map (android)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/bsd.html

@@ -6742,6 +6742,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openssl3")
 </code></pre>
+<h3 id="orangeduck_mpcbsd">orangeduck_mpc (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Parser Combinator library for C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/orangeduck/mpc">https://github.com/orangeduck/mpc</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.0</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/o/orangeduck_mpc/xmake.lua">orangeduck_mpc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install orangeduck_mpc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("orangeduck_mpc")
+</code></pre>
 <h3 id="ordered_mapbsd">ordered_map (bsd)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/cross.html

@@ -6083,6 +6083,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openssl3")
 </code></pre>
+<h3 id="orangeduck_mpccross">orangeduck_mpc (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Parser Combinator library for C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/orangeduck/mpc">https://github.com/orangeduck/mpc</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.0</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/o/orangeduck_mpc/xmake.lua">orangeduck_mpc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] orangeduck_mpc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("orangeduck_mpc")
+</code></pre>
 <h3 id="ordered_mapcross">ordered_map (cross)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -6865,6 +6865,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openrestry-luajit")
 </code></pre>
+<h3 id="orangeduck_mpciphoneos">orangeduck_mpc (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Parser Combinator library for C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/orangeduck/mpc">https://github.com/orangeduck/mpc</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.0</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/o/orangeduck_mpc/xmake.lua">orangeduck_mpc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos orangeduck_mpc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("orangeduck_mpc")
+</code></pre>
 <h3 id="ordered_mapiphoneos">ordered_map (iphoneos)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -20247,6 +20247,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("optick")
 </code></pre>
+<h3 id="orangeduck_mpclinux">orangeduck_mpc (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Parser Combinator library for C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/orangeduck/mpc">https://github.com/orangeduck/mpc</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.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/o/orangeduck_mpc/xmake.lua">orangeduck_mpc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install orangeduck_mpc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("orangeduck_mpc")
+</code></pre>
 <h3 id="ordered_maplinux">ordered_map (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -18901,6 +18901,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openvdb")
 </code></pre>
+<h3 id="orangeduck_mpcmacosx">orangeduck_mpc (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Parser Combinator library for C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/orangeduck/mpc">https://github.com/orangeduck/mpc</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.0</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/o/orangeduck_mpc/xmake.lua">orangeduck_mpc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install orangeduck_mpc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("orangeduck_mpc")
+</code></pre>
 <h3 id="ordered_mapmacosx">ordered_map (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -8239,6 +8239,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openssl3")
 </code></pre>
+<h3 id="orangeduck_mpcmingw">orangeduck_mpc (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Parser Combinator library for C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/orangeduck/mpc">https://github.com/orangeduck/mpc</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.0</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/o/orangeduck_mpc/xmake.lua">orangeduck_mpc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] orangeduck_mpc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("orangeduck_mpc")
+</code></pre>
 <h3 id="ordered_mapmingw">ordered_map (mingw)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/msys.html

@@ -5486,6 +5486,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("opencl-headers")
 </code></pre>
+<h3 id="orangeduck_mpcmsys">orangeduck_mpc (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Parser Combinator library for C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/orangeduck/mpc">https://github.com/orangeduck/mpc</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.0</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/o/orangeduck_mpc/xmake.lua">orangeduck_mpc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install orangeduck_mpc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("orangeduck_mpc")
+</code></pre>
 <h3 id="ordered_mapmsys">ordered_map (msys)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/wasm.html

@@ -5638,6 +5638,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("opencl-headers")
 </code></pre>
+<h3 id="orangeduck_mpcwasm">orangeduck_mpc (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Parser Combinator library for C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/orangeduck/mpc">https://github.com/orangeduck/mpc</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.0</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/o/orangeduck_mpc/xmake.lua">orangeduck_mpc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm orangeduck_mpc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("orangeduck_mpc")
+</code></pre>
 <h3 id="ordered_mapwasm">ordered_map (wasm)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -16281,6 +16281,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("optick")
 </code></pre>
+<h3 id="orangeduck_mpcwindows">orangeduck_mpc (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A Parser Combinator library for C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/orangeduck/mpc">https://github.com/orangeduck/mpc</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.0</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/o/orangeduck_mpc/xmake.lua">orangeduck_mpc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install orangeduck_mpc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("orangeduck_mpc")
+</code></pre>
 <h3 id="ordered_mapwindows">ordered_map (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/android.md

@@ -5092,6 +5092,29 @@ add_requires("optick")
 ```
 
 
+### orangeduck_mpc (android)
+
+
+| Description | *A Parser Combinator library for C* |
+| -- | -- |
+| Homepage | [https://github.com/orangeduck/mpc](https://github.com/orangeduck/mpc) |
+| Versions | 0.9.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [orangeduck_mpc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/orangeduck_mpc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] orangeduck_mpc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("orangeduck_mpc")
+```
+
+
 ### ordered_map (android)
 
 

+ 23 - 0
packages/bsd.md

@@ -4474,6 +4474,29 @@ add_requires("openssl3")
 ```
 
 
+### orangeduck_mpc (bsd)
+
+
+| Description | *A Parser Combinator library for C* |
+| -- | -- |
+| Homepage | [https://github.com/orangeduck/mpc](https://github.com/orangeduck/mpc) |
+| Versions | 0.9.0 |
+| Architectures | i386, x86_64 |
+| Definition | [orangeduck_mpc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/orangeduck_mpc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install orangeduck_mpc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("orangeduck_mpc")
+```
+
+
 ### ordered_map (bsd)
 
 

+ 23 - 0
packages/cross.md

@@ -4029,6 +4029,29 @@ add_requires("openssl3")
 ```
 
 
+### orangeduck_mpc (cross)
+
+
+| Description | *A Parser Combinator library for C* |
+| -- | -- |
+| Homepage | [https://github.com/orangeduck/mpc](https://github.com/orangeduck/mpc) |
+| Versions | 0.9.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [orangeduck_mpc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/orangeduck_mpc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] orangeduck_mpc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("orangeduck_mpc")
+```
+
+
 ### ordered_map (cross)
 
 

+ 23 - 0
packages/iphoneos.md

@@ -4549,6 +4549,29 @@ add_requires("openrestry-luajit")
 ```
 
 
+### orangeduck_mpc (iphoneos)
+
+
+| Description | *A Parser Combinator library for C* |
+| -- | -- |
+| Homepage | [https://github.com/orangeduck/mpc](https://github.com/orangeduck/mpc) |
+| Versions | 0.9.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [orangeduck_mpc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/orangeduck_mpc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos orangeduck_mpc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("orangeduck_mpc")
+```
+
+
 ### ordered_map (iphoneos)
 
 

+ 23 - 0
packages/linux.md

@@ -13479,6 +13479,29 @@ add_requires("optick")
 ```
 
 
+### orangeduck_mpc (linux)
+
+
+| Description | *A Parser Combinator library for C* |
+| -- | -- |
+| Homepage | [https://github.com/orangeduck/mpc](https://github.com/orangeduck/mpc) |
+| Versions | 0.9.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [orangeduck_mpc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/orangeduck_mpc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install orangeduck_mpc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("orangeduck_mpc")
+```
+
+
 ### ordered_map (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -12582,6 +12582,29 @@ add_requires("openvdb")
 ```
 
 
+### orangeduck_mpc (macosx)
+
+
+| Description | *A Parser Combinator library for C* |
+| -- | -- |
+| Homepage | [https://github.com/orangeduck/mpc](https://github.com/orangeduck/mpc) |
+| Versions | 0.9.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [orangeduck_mpc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/orangeduck_mpc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install orangeduck_mpc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("orangeduck_mpc")
+```
+
+
 ### ordered_map (macosx)
 
 

+ 23 - 0
packages/mingw.md

@@ -5453,6 +5453,29 @@ add_requires("openssl3")
 ```
 
 
+### orangeduck_mpc (mingw)
+
+
+| Description | *A Parser Combinator library for C* |
+| -- | -- |
+| Homepage | [https://github.com/orangeduck/mpc](https://github.com/orangeduck/mpc) |
+| Versions | 0.9.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [orangeduck_mpc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/orangeduck_mpc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] orangeduck_mpc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("orangeduck_mpc")
+```
+
+
 ### ordered_map (mingw)
 
 

+ 23 - 0
packages/msys.md

@@ -3629,6 +3629,29 @@ add_requires("opencl-headers")
 ```
 
 
+### orangeduck_mpc (msys)
+
+
+| Description | *A Parser Combinator library for C* |
+| -- | -- |
+| Homepage | [https://github.com/orangeduck/mpc](https://github.com/orangeduck/mpc) |
+| Versions | 0.9.0 |
+| Architectures | i386, x86_64 |
+| Definition | [orangeduck_mpc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/orangeduck_mpc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install orangeduck_mpc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("orangeduck_mpc")
+```
+
+
 ### ordered_map (msys)
 
 

+ 23 - 0
packages/wasm.md

@@ -3726,6 +3726,29 @@ add_requires("opencl-headers")
 ```
 
 
+### orangeduck_mpc (wasm)
+
+
+| Description | *A Parser Combinator library for C* |
+| -- | -- |
+| Homepage | [https://github.com/orangeduck/mpc](https://github.com/orangeduck/mpc) |
+| Versions | 0.9.0 |
+| Architectures | wasm32 |
+| Definition | [orangeduck_mpc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/orangeduck_mpc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm orangeduck_mpc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("orangeduck_mpc")
+```
+
+
 ### ordered_map (wasm)
 
 

+ 23 - 0
packages/windows.md

@@ -10784,6 +10784,29 @@ add_requires("optick")
 ```
 
 
+### orangeduck_mpc (windows)
+
+
+| Description | *A Parser Combinator library for C* |
+| -- | -- |
+| Homepage | [https://github.com/orangeduck/mpc](https://github.com/orangeduck/mpc) |
+| Versions | 0.9.0 |
+| Architectures | arm64, x64, x86 |
+| Definition | [orangeduck_mpc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/orangeduck_mpc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install orangeduck_mpc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("orangeduck_mpc")
+```
+
+
 ### ordered_map (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-02-12T05:18:41+08:00</lastmod>
+  <lastmod>2023-02-12T15:24:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-02-12T05:18:43+08:00</lastmod>
+  <lastmod>2023-02-12T15:24:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-02-12T05:18:44+08:00</lastmod>
+  <lastmod>2023-02-12T15:24:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-02-12T05:18:44+08:00</lastmod>
+  <lastmod>2023-02-12T15:24:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-02-12T05:18:44+08:00</lastmod>
+  <lastmod>2023-02-12T15:24:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-02-12T05:18:44+08:00</lastmod>
+  <lastmod>2023-02-12T15:24:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-02-12T05:18:45+08:00</lastmod>
+  <lastmod>2023-02-12T15:24:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-02-12T05:18:45+08:00</lastmod>
+  <lastmod>2023-02-12T15:24:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-02-12T05:18:45+08:00</lastmod>
+  <lastmod>2023-02-12T15:24:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-02-12T05:18:46+08:00</lastmod>
+  <lastmod>2023-02-12T15:24:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-02-12T05:18:46+08:00</lastmod>
+  <lastmod>2023-02-12T15:24:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-02-12T05:18:46+08:00</lastmod>
+  <lastmod>2023-02-12T15:24:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-02-12T05:18:47+08:00</lastmod>
+  <lastmod>2023-02-12T15:24:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-02-12T05:18:47+08:00</lastmod>
+  <lastmod>2023-02-12T15:24:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-02-12T05:18:47+08:00</lastmod>
+  <lastmod>2023-02-12T15:24:55+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: branchless-utf8, cpp-lazy, vulkanscenegraph**
+- **Recently added: orangeduck_mpc, branchless-utf8, cpp-lazy**
 
 [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)
-- 包列表 (834)
+- 包列表 (835)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)