فهرست منبع

autoupdate docs by xmake-repo/ci

ruki 3 سال پیش
والد
کامیت
be4699cbd3

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: apr, pdcurses, git-crypt**
+- **Recently added: fast_float, apr, pdcurses**
 
 [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 (713)
+- Packages (714)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -2080,6 +2080,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fast_double_parser")
 </code></pre>
+<h3 id="fast_floatandroid">fast_float (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/fastfloat/fast_float">https://github.com/fastfloat/fast_float</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.4.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/f/fast_float/xmake.lua">fast_float/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] fast_float
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fast_float")
+</code></pre>
 <h3 id="fastcppcsvparserandroid">fastcppcsvparser (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -1932,6 +1932,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("faac")
 </code></pre>
+<h3 id="fast_floatbsd">fast_float (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/fastfloat/fast_float">https://github.com/fastfloat/fast_float</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.4.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/f/fast_float/xmake.lua">fast_float/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install fast_float
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fast_float")
+</code></pre>
 <h3 id="fastcppcsvparserbsd">fastcppcsvparser (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -1755,6 +1755,43 @@
 <pre><code class="lang-lua">add_requires("exprtk")
 </code></pre>
 <h2 id="f">f</h2>
+<h3 id="fast_floatcross">fast_float (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/fastfloat/fast_float">https://github.com/fastfloat/fast_float</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.4.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/f/fast_float/xmake.lua">fast_float/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] fast_float
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fast_float")
+</code></pre>
 <h3 id="fastcppcsvparsercross">fastcppcsvparser (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -1899,6 +1899,43 @@
 <pre><code class="lang-lua">add_requires("exprtk")
 </code></pre>
 <h2 id="f">f</h2>
+<h3 id="fast_floatiphoneos">fast_float (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/fastfloat/fast_float">https://github.com/fastfloat/fast_float</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.4.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/f/fast_float/xmake.lua">fast_float/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos fast_float
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fast_float")
+</code></pre>
 <h3 id="fastcppcsvparseriphoneos">fastcppcsvparser (iphoneos)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -4801,6 +4801,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fast_double_parser")
 </code></pre>
+<h3 id="fast_floatlinux">fast_float (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/fastfloat/fast_float">https://github.com/fastfloat/fast_float</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.4.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fast_float/xmake.lua">fast_float/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install fast_float
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fast_float")
+</code></pre>
 <h3 id="fastcppcsvparserlinux">fastcppcsvparser (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -4439,6 +4439,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fast_double_parser")
 </code></pre>
+<h3 id="fast_floatmacosx">fast_float (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/fastfloat/fast_float">https://github.com/fastfloat/fast_float</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.4.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/f/fast_float/xmake.lua">fast_float/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install fast_float
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fast_float")
+</code></pre>
 <h3 id="fastcppcsvparsermacosx">fastcppcsvparser (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -2228,6 +2228,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fast_double_parser")
 </code></pre>
+<h3 id="fast_floatmingw">fast_float (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/fastfloat/fast_float">https://github.com/fastfloat/fast_float</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.4.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/f/fast_float/xmake.lua">fast_float/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] fast_float
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fast_float")
+</code></pre>
 <h3 id="fastcppcsvparsermingw">fastcppcsvparser (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -1755,6 +1755,43 @@
 <pre><code class="lang-lua">add_requires("exprtk")
 </code></pre>
 <h2 id="f">f</h2>
+<h3 id="fast_floatmsys">fast_float (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/fastfloat/fast_float">https://github.com/fastfloat/fast_float</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.4.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/f/fast_float/xmake.lua">fast_float/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install fast_float
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fast_float")
+</code></pre>
 <h3 id="fastcppcsvparsermsys">fastcppcsvparser (msys)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -4340,6 +4340,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fast_double_parser")
 </code></pre>
+<h3 id="fast_floatwindows">fast_float (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/fastfloat/fast_float">https://github.com/fastfloat/fast_float</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.4.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/f/fast_float/xmake.lua">fast_float/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install fast_float
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fast_float")
+</code></pre>
 <h3 id="fastcppcsvparserwindows">fastcppcsvparser (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -1331,6 +1331,30 @@ add_requires("fast_double_parser")
 ```
 
 
+### fast_float (android)
+
+
+| Description | *Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod* |
+| -- | -- |
+| Homepage | [https://github.com/fastfloat/fast_float](https://github.com/fastfloat/fast_float) |
+| License | Apache-2.0 |
+| Versions | v3.4.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [fast_float/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fast_float/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] fast_float
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fast_float")
+```
+
+
 ### fastcppcsvparser (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -1235,6 +1235,30 @@ add_requires("faac")
 ```
 
 
+### fast_float (bsd)
+
+
+| Description | *Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod* |
+| -- | -- |
+| Homepage | [https://github.com/fastfloat/fast_float](https://github.com/fastfloat/fast_float) |
+| License | Apache-2.0 |
+| Versions | v3.4.0 |
+| Architectures | i386, x86_64 |
+| Definition | [fast_float/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fast_float/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install fast_float
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fast_float")
+```
+
+
 ### fastcppcsvparser (bsd)
 
 

+ 24 - 0
packages/cross.md

@@ -1117,6 +1117,30 @@ add_requires("exprtk")
 
 
 ## f
+### fast_float (cross)
+
+
+| Description | *Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod* |
+| -- | -- |
+| Homepage | [https://github.com/fastfloat/fast_float](https://github.com/fastfloat/fast_float) |
+| License | Apache-2.0 |
+| Versions | v3.4.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [fast_float/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fast_float/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] fast_float
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fast_float")
+```
+
+
 ### fastcppcsvparser (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -1212,6 +1212,30 @@ add_requires("exprtk")
 
 
 ## f
+### fast_float (iphoneos)
+
+
+| Description | *Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod* |
+| -- | -- |
+| Homepage | [https://github.com/fastfloat/fast_float](https://github.com/fastfloat/fast_float) |
+| License | Apache-2.0 |
+| Versions | v3.4.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [fast_float/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fast_float/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos fast_float
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fast_float")
+```
+
+
 ### fastcppcsvparser (iphoneos)
 
 

+ 24 - 0
packages/linux.md

@@ -3134,6 +3134,30 @@ add_requires("fast_double_parser")
 ```
 
 
+### fast_float (linux)
+
+
+| Description | *Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod* |
+| -- | -- |
+| Homepage | [https://github.com/fastfloat/fast_float](https://github.com/fastfloat/fast_float) |
+| License | Apache-2.0 |
+| Versions | v3.4.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [fast_float/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fast_float/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install fast_float
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fast_float")
+```
+
+
 ### fastcppcsvparser (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -2896,6 +2896,30 @@ add_requires("fast_double_parser")
 ```
 
 
+### fast_float (macosx)
+
+
+| Description | *Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod* |
+| -- | -- |
+| Homepage | [https://github.com/fastfloat/fast_float](https://github.com/fastfloat/fast_float) |
+| License | Apache-2.0 |
+| Versions | v3.4.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [fast_float/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fast_float/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install fast_float
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fast_float")
+```
+
+
 ### fastcppcsvparser (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -1427,6 +1427,30 @@ add_requires("fast_double_parser")
 ```
 
 
+### fast_float (mingw)
+
+
+| Description | *Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod* |
+| -- | -- |
+| Homepage | [https://github.com/fastfloat/fast_float](https://github.com/fastfloat/fast_float) |
+| License | Apache-2.0 |
+| Versions | v3.4.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [fast_float/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fast_float/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] fast_float
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fast_float")
+```
+
+
 ### fastcppcsvparser (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -1117,6 +1117,30 @@ add_requires("exprtk")
 
 
 ## f
+### fast_float (msys)
+
+
+| Description | *Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod* |
+| -- | -- |
+| Homepage | [https://github.com/fastfloat/fast_float](https://github.com/fastfloat/fast_float) |
+| License | Apache-2.0 |
+| Versions | v3.4.0 |
+| Architectures | i386, x86_64 |
+| Definition | [fast_float/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fast_float/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install fast_float
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fast_float")
+```
+
+
 ### fastcppcsvparser (msys)
 
 

+ 24 - 0
packages/windows.md

@@ -2827,6 +2827,30 @@ add_requires("fast_double_parser")
 ```
 
 
+### fast_float (windows)
+
+
+| Description | *Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod* |
+| -- | -- |
+| Homepage | [https://github.com/fastfloat/fast_float](https://github.com/fastfloat/fast_float) |
+| License | Apache-2.0 |
+| Versions | v3.4.0 |
+| Architectures | x64, x86 |
+| Definition | [fast_float/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fast_float/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install fast_float
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fast_float")
+```
+
+
 ### fastcppcsvparser (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-06-23T10:34:11+08:00</lastmod>
+  <lastmod>2022-06-24T00:02:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-06-23T10:34:14+08:00</lastmod>
+  <lastmod>2022-06-24T00:02:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-06-23T10:34:14+08:00</lastmod>
+  <lastmod>2022-06-24T00:02:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-06-23T10:34:14+08:00</lastmod>
+  <lastmod>2022-06-24T00:02:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-06-23T10:34:15+08:00</lastmod>
+  <lastmod>2022-06-24T00:02:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-06-23T10:34:15+08:00</lastmod>
+  <lastmod>2022-06-24T00:02:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-06-23T10:34:15+08:00</lastmod>
+  <lastmod>2022-06-24T00:02:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-06-23T10:34:15+08:00</lastmod>
+  <lastmod>2022-06-24T00:02:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-06-23T10:34:16+08:00</lastmod>
+  <lastmod>2022-06-24T00:02:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-06-23T10:34:16+08:00</lastmod>
+  <lastmod>2022-06-24T00:02:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-06-23T10:34:16+08:00</lastmod>
+  <lastmod>2022-06-24T00:02:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-06-23T10:34:17+08:00</lastmod>
+  <lastmod>2022-06-24T00:02:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-06-23T10:34:17+08:00</lastmod>
+  <lastmod>2022-06-24T00:02:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-06-23T10:34:17+08:00</lastmod>
+  <lastmod>2022-06-24T00:02:49+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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