Bläddra i källkod

autoupdate docs by xmake-repo/ci

ruki 3 år sedan
förälder
incheckning
c68ff34901

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: port, dpp, better-enums**
+- **Recently added: ordered_map, port, dpp**
 
 [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 (699)
+- Packages (700)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -6438,6 +6438,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("optick")
 </code></pre>
+<h3 id="ordered_mapandroid">ordered_map (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ hash map and hash set which preserve the order of insertion</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tessil/ordered-map">https://github.com/Tessil/ordered-map</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/ordered_map/xmake.lua">ordered_map/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] ordered_map
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ordered_map")
+</code></pre>
 <h2 id="p">p</h2>
 <h3 id="parallelhashmapandroid">parallel-hashmap (android)</h3>
 <table>

+ 37 - 0
mirror/packages/bsd.html

@@ -5421,6 +5421,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openrestry-luajit")
 </code></pre>
+<h3 id="ordered_mapbsd">ordered_map (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ hash map and hash set which preserve the order of insertion</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tessil/ordered-map">https://github.com/Tessil/ordered-map</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/ordered_map/xmake.lua">ordered_map/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ordered_map
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ordered_map")
+</code></pre>
 <h2 id="p">p</h2>
 <h3 id="parallelhashmapbsd">parallel-hashmap (bsd)</h3>
 <table>

+ 37 - 0
mirror/packages/cross.html

@@ -4861,6 +4861,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openssl")
 </code></pre>
+<h3 id="ordered_mapcross">ordered_map (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ hash map and hash set which preserve the order of insertion</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tessil/ordered-map">https://github.com/Tessil/ordered-map</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/ordered_map/xmake.lua">ordered_map/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] ordered_map
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ordered_map")
+</code></pre>
 <h2 id="p">p</h2>
 <h3 id="parallelhashmapcross">parallel-hashmap (cross)</h3>
 <table>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -5701,6 +5701,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openrestry-luajit")
 </code></pre>
+<h3 id="ordered_mapiphoneos">ordered_map (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ hash map and hash set which preserve the order of insertion</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tessil/ordered-map">https://github.com/Tessil/ordered-map</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/o/ordered_map/xmake.lua">ordered_map/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos ordered_map
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ordered_map")
+</code></pre>
 <h2 id="p">p</h2>
 <h3 id="parallelhashmapiphoneos">parallel-hashmap (iphoneos)</h3>
 <table>

+ 37 - 0
mirror/packages/linux.html

@@ -17392,6 +17392,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("optick")
 </code></pre>
+<h3 id="ordered_maplinux">ordered_map (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ hash map and hash set which preserve the order of insertion</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tessil/ordered-map">https://github.com/Tessil/ordered-map</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.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/o/ordered_map/xmake.lua">ordered_map/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ordered_map
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ordered_map")
+</code></pre>
 <h3 id="osqplinux">osqp (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -16079,6 +16079,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openvdb")
 </code></pre>
+<h3 id="ordered_mapmacosx">ordered_map (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ hash map and hash set which preserve the order of insertion</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tessil/ordered-map">https://github.com/Tessil/ordered-map</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/o/ordered_map/xmake.lua">ordered_map/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ordered_map
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ordered_map")
+</code></pre>
 <h3 id="osqpmacosx">osqp (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -6594,6 +6594,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openssl")
 </code></pre>
+<h3 id="ordered_mapmingw">ordered_map (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ hash map and hash set which preserve the order of insertion</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tessil/ordered-map">https://github.com/Tessil/ordered-map</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/ordered_map/xmake.lua">ordered_map/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] ordered_map
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ordered_map")
+</code></pre>
 <h3 id="osqpmingw">osqp (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -4470,6 +4470,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("opencl-headers")
 </code></pre>
+<h3 id="ordered_mapmsys">ordered_map (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ hash map and hash set which preserve the order of insertion</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tessil/ordered-map">https://github.com/Tessil/ordered-map</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/ordered_map/xmake.lua">ordered_map/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ordered_map
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ordered_map")
+</code></pre>
 <h2 id="p">p</h2>
 <h3 id="parallelhashmapmsys">parallel-hashmap (msys)</h3>
 <table>

+ 37 - 0
mirror/packages/windows.html

@@ -13628,6 +13628,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("optick")
 </code></pre>
+<h3 id="ordered_mapwindows">ordered_map (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ hash map and hash set which preserve the order of insertion</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/Tessil/ordered-map">https://github.com/Tessil/ordered-map</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/o/ordered_map/xmake.lua">ordered_map/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ordered_map
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ordered_map")
+</code></pre>
 <h3 id="osqpwindows">osqp (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -4280,6 +4280,30 @@ add_requires("optick")
 ```
 
 
+### ordered_map (android)
+
+
+| Description | *C++ hash map and hash set which preserve the order of insertion* |
+| -- | -- |
+| Homepage | [https://github.com/Tessil/ordered-map](https://github.com/Tessil/ordered-map) |
+| License | MIT |
+| Versions | v1.0.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [ordered_map/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/ordered_map/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] ordered_map
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ordered_map")
+```
+
+
 
 ## p
 ### parallel-hashmap (android)

+ 24 - 0
packages/bsd.md

@@ -3598,6 +3598,30 @@ add_requires("openrestry-luajit")
 ```
 
 
+### ordered_map (bsd)
+
+
+| Description | *C++ hash map and hash set which preserve the order of insertion* |
+| -- | -- |
+| Homepage | [https://github.com/Tessil/ordered-map](https://github.com/Tessil/ordered-map) |
+| License | MIT |
+| Versions | v1.0.0 |
+| Architectures | i386, x86_64 |
+| Definition | [ordered_map/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/ordered_map/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ordered_map
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ordered_map")
+```
+
+
 
 ## p
 ### parallel-hashmap (bsd)

+ 24 - 0
packages/cross.md

@@ -3222,6 +3222,30 @@ add_requires("openssl")
 ```
 
 
+### ordered_map (cross)
+
+
+| Description | *C++ hash map and hash set which preserve the order of insertion* |
+| -- | -- |
+| Homepage | [https://github.com/Tessil/ordered-map](https://github.com/Tessil/ordered-map) |
+| License | MIT |
+| Versions | v1.0.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [ordered_map/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/ordered_map/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] ordered_map
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ordered_map")
+```
+
+
 
 ## p
 ### parallel-hashmap (cross)

+ 24 - 0
packages/iphoneos.md

@@ -3786,6 +3786,30 @@ add_requires("openrestry-luajit")
 ```
 
 
+### ordered_map (iphoneos)
+
+
+| Description | *C++ hash map and hash set which preserve the order of insertion* |
+| -- | -- |
+| Homepage | [https://github.com/Tessil/ordered-map](https://github.com/Tessil/ordered-map) |
+| License | MIT |
+| Versions | v1.0.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [ordered_map/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/ordered_map/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos ordered_map
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ordered_map")
+```
+
+
 
 ## p
 ### parallel-hashmap (iphoneos)

+ 24 - 0
packages/linux.md

@@ -11600,6 +11600,30 @@ add_requires("optick")
 ```
 
 
+### ordered_map (linux)
+
+
+| Description | *C++ hash map and hash set which preserve the order of insertion* |
+| -- | -- |
+| Homepage | [https://github.com/Tessil/ordered-map](https://github.com/Tessil/ordered-map) |
+| License | MIT |
+| Versions | v1.0.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [ordered_map/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/ordered_map/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ordered_map
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ordered_map")
+```
+
+
 ### osqp (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -10726,6 +10726,30 @@ add_requires("openvdb")
 ```
 
 
+### ordered_map (macosx)
+
+
+| Description | *C++ hash map and hash set which preserve the order of insertion* |
+| -- | -- |
+| Homepage | [https://github.com/Tessil/ordered-map](https://github.com/Tessil/ordered-map) |
+| License | MIT |
+| Versions | v1.0.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [ordered_map/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/ordered_map/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ordered_map
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ordered_map")
+```
+
+
 ### osqp (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -4378,6 +4378,30 @@ add_requires("openssl")
 ```
 
 
+### ordered_map (mingw)
+
+
+| Description | *C++ hash map and hash set which preserve the order of insertion* |
+| -- | -- |
+| Homepage | [https://github.com/Tessil/ordered-map](https://github.com/Tessil/ordered-map) |
+| License | MIT |
+| Versions | v1.0.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [ordered_map/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/ordered_map/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] ordered_map
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ordered_map")
+```
+
+
 ### osqp (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -2962,6 +2962,30 @@ add_requires("opencl-headers")
 ```
 
 
+### ordered_map (msys)
+
+
+| Description | *C++ hash map and hash set which preserve the order of insertion* |
+| -- | -- |
+| Homepage | [https://github.com/Tessil/ordered-map](https://github.com/Tessil/ordered-map) |
+| License | MIT |
+| Versions | v1.0.0 |
+| Architectures | i386, x86_64 |
+| Definition | [ordered_map/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/ordered_map/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ordered_map
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ordered_map")
+```
+
+
 
 ## p
 ### parallel-hashmap (msys)

+ 24 - 0
packages/windows.md

@@ -9044,6 +9044,30 @@ add_requires("optick")
 ```
 
 
+### ordered_map (windows)
+
+
+| Description | *C++ hash map and hash set which preserve the order of insertion* |
+| -- | -- |
+| Homepage | [https://github.com/Tessil/ordered-map](https://github.com/Tessil/ordered-map) |
+| License | MIT |
+| Versions | v1.0.0 |
+| Architectures | x64, x86 |
+| Definition | [ordered_map/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/ordered_map/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ordered_map
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ordered_map")
+```
+
+
 ### osqp (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-05-21T00:54:26+08:00</lastmod>
+  <lastmod>2022-05-21T16:01:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-05-21T00:54:29+08:00</lastmod>
+  <lastmod>2022-05-21T16:01:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-05-21T00:54:29+08:00</lastmod>
+  <lastmod>2022-05-21T16:01:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-05-21T00:54:29+08:00</lastmod>
+  <lastmod>2022-05-21T16:01:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-05-21T00:54:29+08:00</lastmod>
+  <lastmod>2022-05-21T16:01:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-05-21T00:54:30+08:00</lastmod>
+  <lastmod>2022-05-21T16:01:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-05-21T00:54:30+08:00</lastmod>
+  <lastmod>2022-05-21T16:01:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-05-21T00:54:30+08:00</lastmod>
+  <lastmod>2022-05-21T16:01:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-05-21T00:54:30+08:00</lastmod>
+  <lastmod>2022-05-21T16:01:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-05-21T00:54:31+08:00</lastmod>
+  <lastmod>2022-05-21T16:01:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-05-21T00:54:31+08:00</lastmod>
+  <lastmod>2022-05-21T16:01:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-05-21T00:54:31+08:00</lastmod>
+  <lastmod>2022-05-21T16:01:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-05-21T00:54:31+08:00</lastmod>
+  <lastmod>2022-05-21T16:01:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-05-21T00:54:31+08:00</lastmod>
+  <lastmod>2022-05-21T16:01:50+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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