瀏覽代碼

autoupdate docs by xmake-repo/ci

ruki 3 年之前
父節點
當前提交
bec0d6269b
共有 11 個文件被更改,包括 390 次插入24 次删除
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 75 1
      mirror/packages/linux.html
  4. 75 1
      mirror/packages/macosx.html
  5. 75 1
      mirror/packages/windows.html
  6. 49 1
      packages/linux.md
  7. 49 1
      packages/macosx.md
  8. 49 1
      packages/windows.md
  9. 14 14
      sitemap.xml
  10. 1 1
      zh-cn/_coverpage.md
  11. 1 1
      zh-cn/_sidebar.md

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *Simple, lightweight, cross-platform*
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: port, libintl, ctre**
+- **Recently added: port, libcroco, ptl**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

@@ -1,7 +1,7 @@
 - Getting Started
 - Getting Started
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Quick Start](getting_started.md)
   - [Quick Start](getting_started.md)
-- Packages (482)
+- Packages (484)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)

+ 75 - 1
mirror/packages/linux.html

@@ -6097,6 +6097,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libccd")
 <pre><code class="lang-lua">add_requires("libccd")
 </code></pre>
 </code></pre>
+<h3 id="libcrocolinux">libcroco (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Libcroco is a standalone css2 parsing and manipulation library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gitlab.com/inkscape/libcroco">https://gitlab.com/inkscape/libcroco</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.6.13</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/l/libcroco/xmake.lua">libcroco/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libcroco
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libcroco")
+</code></pre>
 <h3 id="libcurllinux">libcurl (linux)</h3>
 <h3 id="libcurllinux">libcurl (linux)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -12937,6 +12974,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ptex")
 <pre><code class="lang-lua">add_requires("ptex")
 </code></pre>
 </code></pre>
+<h3 id="ptllinux">ptl (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Lightweight C++11 multithreading tasking system featuring thread-pool, task-groups, and lock-free task queue</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/jrmadsen/PTL">https://github.com/jrmadsen/PTL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.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/p/ptl/xmake.lua">ptl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ptl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ptl")
+</code></pre>
 <h3 id="pugixmllinux">pugixml (linux)</h3>
 <h3 id="pugixmllinux">pugixml (linux)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -14525,7 +14599,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>2020.3, 2021.2.0, 2021.3.0</td>
+<td>2020.3, 2021.2.0, 2021.3.0, 2021.4.0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>

+ 75 - 1
mirror/packages/macosx.html

@@ -5669,6 +5669,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libccd")
 <pre><code class="lang-lua">add_requires("libccd")
 </code></pre>
 </code></pre>
+<h3 id="libcrocomacosx">libcroco (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Libcroco is a standalone css2 parsing and manipulation library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gitlab.com/inkscape/libcroco">https://gitlab.com/inkscape/libcroco</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.6.13</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/l/libcroco/xmake.lua">libcroco/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libcroco
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libcroco")
+</code></pre>
 <h3 id="libcurlmacosx">libcurl (macosx)</h3>
 <h3 id="libcurlmacosx">libcurl (macosx)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -12081,6 +12118,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ptex")
 <pre><code class="lang-lua">add_requires("ptex")
 </code></pre>
 </code></pre>
+<h3 id="ptlmacosx">ptl (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Lightweight C++11 multithreading tasking system featuring thread-pool, task-groups, and lock-free task queue</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/jrmadsen/PTL">https://github.com/jrmadsen/PTL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.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/p/ptl/xmake.lua">ptl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ptl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ptl")
+</code></pre>
 <h3 id="pugixmlmacosx">pugixml (macosx)</h3>
 <h3 id="pugixmlmacosx">pugixml (macosx)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -13599,7 +13673,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>2020.3, 2021.2.0, 2021.3.0</td>
+<td>2020.3, 2021.2.0, 2021.3.0, 2021.4.0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>

+ 75 - 1
mirror/packages/windows.html

@@ -5504,6 +5504,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libccd")
 <pre><code class="lang-lua">add_requires("libccd")
 </code></pre>
 </code></pre>
+<h3 id="libcrocowindows">libcroco (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Libcroco is a standalone css2 parsing and manipulation library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gitlab.com/inkscape/libcroco">https://gitlab.com/inkscape/libcroco</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.6.13</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/l/libcroco/xmake.lua">libcroco/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libcroco
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libcroco")
+</code></pre>
 <h3 id="libcurlwindows">libcurl (windows)</h3>
 <h3 id="libcurlwindows">libcurl (windows)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -10490,6 +10527,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pthreads4w")
 <pre><code class="lang-lua">add_requires("pthreads4w")
 </code></pre>
 </code></pre>
+<h3 id="ptlwindows">ptl (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Lightweight C++11 multithreading tasking system featuring thread-pool, task-groups, and lock-free task queue</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/jrmadsen/PTL">https://github.com/jrmadsen/PTL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.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/p/ptl/xmake.lua">ptl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ptl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ptl")
+</code></pre>
 <h3 id="pugixmlwindows">pugixml (windows)</h3>
 <h3 id="pugixmlwindows">pugixml (windows)</h3>
 <table>
 <table>
 <thead>
 <thead>
@@ -11938,7 +12012,7 @@
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Versions</td>
 <td>Versions</td>
-<td>2020.3, 2021.2.0, 2021.3.0</td>
+<td>2020.3, 2021.2.0, 2021.3.0, 2021.4.0</td>
 </tr>
 </tr>
 <tr>
 <tr>
 <td>Architectures</td>
 <td>Architectures</td>

+ 49 - 1
packages/linux.md

@@ -4029,6 +4029,30 @@ add_requires("libccd")
 ```
 ```
 
 
 
 
+### libcroco (linux)
+
+
+| Description | *Libcroco is a standalone css2 parsing and manipulation library.* |
+| -- | -- |
+| Homepage | [https://gitlab.com/inkscape/libcroco](https://gitlab.com/inkscape/libcroco) |
+| License | LGPL-2.0 |
+| Versions | 0.6.13 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libcroco/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libcroco/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libcroco
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libcroco")
+```
+
+
 ### libcurl (linux)
 ### libcurl (linux)
 
 
 
 
@@ -8637,6 +8661,30 @@ add_requires("ptex")
 ```
 ```
 
 
 
 
+### ptl (linux)
+
+
+| Description | *Lightweight C++11 multithreading tasking system featuring thread-pool, task-groups, and lock-free task queue* |
+| -- | -- |
+| Homepage | [https://github.com/jrmadsen/PTL](https://github.com/jrmadsen/PTL) |
+| License | MIT |
+| Versions | v2.0.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [ptl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ptl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ptl")
+```
+
+
 ### pugixml (linux)
 ### pugixml (linux)
 
 
 
 
@@ -9707,7 +9755,7 @@ add_requires("taskflow")
 | Description | *Threading Building Blocks (TBB) lets you easily write parallel C++ programs that take full advantage of multicore performance, that are portable, composable and have future-proof scalability.* |
 | Description | *Threading Building Blocks (TBB) lets you easily write parallel C++ programs that take full advantage of multicore performance, that are portable, composable and have future-proof scalability.* |
 | -- | -- |
 | -- | -- |
 | Homepage | [https://software.intel.com/en-us/tbb/](https://software.intel.com/en-us/tbb/) |
 | Homepage | [https://software.intel.com/en-us/tbb/](https://software.intel.com/en-us/tbb/) |
-| Versions | 2020.3, 2021.2.0, 2021.3.0 |
+| Versions | 2020.3, 2021.2.0, 2021.3.0, 2021.4.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [tbb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tbb/xmake.lua) |
 | Definition | [tbb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tbb/xmake.lua) |
 
 

+ 49 - 1
packages/macosx.md

@@ -3745,6 +3745,30 @@ add_requires("libccd")
 ```
 ```
 
 
 
 
+### libcroco (macosx)
+
+
+| Description | *Libcroco is a standalone css2 parsing and manipulation library.* |
+| -- | -- |
+| Homepage | [https://gitlab.com/inkscape/libcroco](https://gitlab.com/inkscape/libcroco) |
+| License | LGPL-2.0 |
+| Versions | 0.6.13 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libcroco/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libcroco/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libcroco
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libcroco")
+```
+
+
 ### libcurl (macosx)
 ### libcurl (macosx)
 
 
 
 
@@ -8069,6 +8093,30 @@ add_requires("ptex")
 ```
 ```
 
 
 
 
+### ptl (macosx)
+
+
+| Description | *Lightweight C++11 multithreading tasking system featuring thread-pool, task-groups, and lock-free task queue* |
+| -- | -- |
+| Homepage | [https://github.com/jrmadsen/PTL](https://github.com/jrmadsen/PTL) |
+| License | MIT |
+| Versions | v2.0.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [ptl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ptl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ptl")
+```
+
+
 ### pugixml (macosx)
 ### pugixml (macosx)
 
 
 
 
@@ -9092,7 +9140,7 @@ add_requires("taskflow")
 | Description | *Threading Building Blocks (TBB) lets you easily write parallel C++ programs that take full advantage of multicore performance, that are portable, composable and have future-proof scalability.* |
 | Description | *Threading Building Blocks (TBB) lets you easily write parallel C++ programs that take full advantage of multicore performance, that are portable, composable and have future-proof scalability.* |
 | -- | -- |
 | -- | -- |
 | Homepage | [https://software.intel.com/en-us/tbb/](https://software.intel.com/en-us/tbb/) |
 | Homepage | [https://software.intel.com/en-us/tbb/](https://software.intel.com/en-us/tbb/) |
-| Versions | 2020.3, 2021.2.0, 2021.3.0 |
+| Versions | 2020.3, 2021.2.0, 2021.3.0, 2021.4.0 |
 | Architectures | arm64, i386, x86_64 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [tbb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tbb/xmake.lua) |
 | Definition | [tbb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tbb/xmake.lua) |
 
 

+ 49 - 1
packages/windows.md

@@ -3630,6 +3630,30 @@ add_requires("libccd")
 ```
 ```
 
 
 
 
+### libcroco (windows)
+
+
+| Description | *Libcroco is a standalone css2 parsing and manipulation library.* |
+| -- | -- |
+| Homepage | [https://gitlab.com/inkscape/libcroco](https://gitlab.com/inkscape/libcroco) |
+| License | LGPL-2.0 |
+| Versions | 0.6.13 |
+| Architectures | x64, x86 |
+| Definition | [libcroco/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libcroco/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libcroco
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libcroco")
+```
+
+
 ### libcurl (windows)
 ### libcurl (windows)
 
 
 
 
@@ -6978,6 +7002,30 @@ add_requires("pthreads4w")
 ```
 ```
 
 
 
 
+### ptl (windows)
+
+
+| Description | *Lightweight C++11 multithreading tasking system featuring thread-pool, task-groups, and lock-free task queue* |
+| -- | -- |
+| Homepage | [https://github.com/jrmadsen/PTL](https://github.com/jrmadsen/PTL) |
+| License | MIT |
+| Versions | v2.0.0 |
+| Architectures | x64, x86 |
+| Definition | [ptl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ptl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ptl")
+```
+
+
 ### pugixml (windows)
 ### pugixml (windows)
 
 
 
 
@@ -7954,7 +8002,7 @@ add_requires("taskflow")
 | Description | *Threading Building Blocks (TBB) lets you easily write parallel C++ programs that take full advantage of multicore performance, that are portable, composable and have future-proof scalability.* |
 | Description | *Threading Building Blocks (TBB) lets you easily write parallel C++ programs that take full advantage of multicore performance, that are portable, composable and have future-proof scalability.* |
 | -- | -- |
 | -- | -- |
 | Homepage | [https://software.intel.com/en-us/tbb/](https://software.intel.com/en-us/tbb/) |
 | Homepage | [https://software.intel.com/en-us/tbb/](https://software.intel.com/en-us/tbb/) |
-| Versions | 2020.3, 2021.2.0, 2021.3.0 |
+| Versions | 2020.3, 2021.2.0, 2021.3.0, 2021.4.0 |
 | Architectures | x64, x86 |
 | Architectures | x64, x86 |
 | Definition | [tbb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tbb/xmake.lua) |
 | Definition | [tbb/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tbb/xmake.lua) |
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
     
 <url>
 <url>
   <loc>https://xrepo.xmake.io</loc>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-11-08T05:40:30+08:00</lastmod>
+  <lastmod>2021-11-08T16:47:29+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-11-08T05:40:32+08:00</lastmod>
+  <lastmod>2021-11-08T16:47:31+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-11-08T05:40:32+08:00</lastmod>
+  <lastmod>2021-11-08T16:47:31+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-11-08T05:40:32+08:00</lastmod>
+  <lastmod>2021-11-08T16:47:32+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-11-08T05:40:33+08:00</lastmod>
+  <lastmod>2021-11-08T16:47:32+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-11-08T05:40:33+08:00</lastmod>
+  <lastmod>2021-11-08T16:47:32+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-11-08T05:40:33+08:00</lastmod>
+  <lastmod>2021-11-08T16:47:33+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-11-08T05:40:33+08:00</lastmod>
+  <lastmod>2021-11-08T16:47:33+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-11-08T05:40:34+08:00</lastmod>
+  <lastmod>2021-11-08T16:47:33+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-11-08T05:40:34+08:00</lastmod>
+  <lastmod>2021-11-08T16:47:33+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-11-08T05:40:34+08:00</lastmod>
+  <lastmod>2021-11-08T16:47:34+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-11-08T05:40:34+08:00</lastmod>
+  <lastmod>2021-11-08T16:47:34+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-11-08T05:40:34+08:00</lastmod>
+  <lastmod>2021-11-08T16:47:34+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-11-08T05:40:35+08:00</lastmod>
+  <lastmod>2021-11-08T16:47:34+08:00</lastmod>
 </url>
 </url>
 
 
 </urlset>
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *简单,轻量,跨平台*
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: port, libintl, ctre**
+- **Recently added: port, libcroco, ptl**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/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)
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (482)
+- 包列表 (484)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)