Browse Source

autoupdate docs by xmake-repo/ci

ruki 2 years ago
parent
commit
f75cdfcaa5

+ 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: units, cpp-peglib, quill**
+- **Recently added: ada, units, cpp-peglib**
 
 
 [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 (884)
+- Packages (885)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -91,6 +91,43 @@
 }
 }
 </style>
 </style>
     <h2 id="a">a</h2>
     <h2 id="a">a</h2>
+<h3 id="adaandroid">ada (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>WHATWG-compliant and fast URL parser written in modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ada-url.github.io/ada">https://ada-url.github.io/ada</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>table: 0x561d02910560</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.3.1</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/a/ada/xmake.lua">ada/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] ada
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ada")
+</code></pre>
 <h3 id="angelscriptandroid">angelscript (android)</h3>
 <h3 id="angelscriptandroid">angelscript (android)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -91,6 +91,43 @@
 }
 }
 </style>
 </style>
     <h2 id="a">a</h2>
     <h2 id="a">a</h2>
+<h3 id="adabsd">ada (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>WHATWG-compliant and fast URL parser written in modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ada-url.github.io/ada">https://ada-url.github.io/ada</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>table: 0x561d02910560</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.3.1</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/a/ada/xmake.lua">ada/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ada
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ada")
+</code></pre>
 <h3 id="aqtbsd">aqt (bsd)</h3>
 <h3 id="aqtbsd">aqt (bsd)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -91,6 +91,43 @@
 }
 }
 </style>
 </style>
     <h2 id="a">a</h2>
     <h2 id="a">a</h2>
+<h3 id="adacross">ada (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>WHATWG-compliant and fast URL parser written in modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ada-url.github.io/ada">https://ada-url.github.io/ada</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>table: 0x561d02910560</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.3.1</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/a/ada/xmake.lua">ada/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] ada
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ada")
+</code></pre>
 <h3 id="aqtcross">aqt (cross)</h3>
 <h3 id="aqtcross">aqt (cross)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -91,6 +91,43 @@
 }
 }
 </style>
 </style>
     <h2 id="a">a</h2>
     <h2 id="a">a</h2>
+<h3 id="adaiphoneos">ada (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>WHATWG-compliant and fast URL parser written in modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ada-url.github.io/ada">https://ada-url.github.io/ada</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>table: 0x561d02910560</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.3.1</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/a/ada/xmake.lua">ada/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos ada
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ada")
+</code></pre>
 <h3 id="aqtiphoneos">aqt (iphoneos)</h3>
 <h3 id="aqtiphoneos">aqt (iphoneos)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -199,6 +199,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("acl")
 <pre><code class="lang-lua">add_requires("acl")
 </code></pre>
 </code></pre>
+<h3 id="adalinux">ada (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>WHATWG-compliant and fast URL parser written in modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ada-url.github.io/ada">https://ada-url.github.io/ada</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>table: 0x561d02910560</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.3.1</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/a/ada/xmake.lua">ada/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ada
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ada")
+</code></pre>
 <h3 id="amgcllinux">amgcl (linux)</h3>
 <h3 id="amgcllinux">amgcl (linux)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -162,6 +162,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("abseil")
 <pre><code class="lang-lua">add_requires("abseil")
 </code></pre>
 </code></pre>
+<h3 id="adamacosx">ada (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>WHATWG-compliant and fast URL parser written in modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ada-url.github.io/ada">https://ada-url.github.io/ada</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>table: 0x561d02910560</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.3.1</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/a/ada/xmake.lua">ada/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ada
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ada")
+</code></pre>
 <h3 id="amgclmacosx">amgcl (macosx)</h3>
 <h3 id="amgclmacosx">amgcl (macosx)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -91,6 +91,43 @@
 }
 }
 </style>
 </style>
     <h2 id="a">a</h2>
     <h2 id="a">a</h2>
+<h3 id="adamingw">ada (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>WHATWG-compliant and fast URL parser written in modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ada-url.github.io/ada">https://ada-url.github.io/ada</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>table: 0x561d02910560</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.3.1</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/a/ada/xmake.lua">ada/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] ada
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ada")
+</code></pre>
 <h3 id="angelscriptmingw">angelscript (mingw)</h3>
 <h3 id="angelscriptmingw">angelscript (mingw)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -91,6 +91,43 @@
 }
 }
 </style>
 </style>
     <h2 id="a">a</h2>
     <h2 id="a">a</h2>
+<h3 id="adamsys">ada (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>WHATWG-compliant and fast URL parser written in modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ada-url.github.io/ada">https://ada-url.github.io/ada</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>table: 0x561d02910560</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.3.1</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/a/ada/xmake.lua">ada/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ada
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ada")
+</code></pre>
 <h3 id="angelscriptmsys">angelscript (msys)</h3>
 <h3 id="angelscriptmsys">angelscript (msys)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -162,6 +162,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("abseil")
 <pre><code class="lang-lua">add_requires("abseil")
 </code></pre>
 </code></pre>
+<h3 id="adawindows">ada (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>WHATWG-compliant and fast URL parser written in modern C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://ada-url.github.io/ada">https://ada-url.github.io/ada</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>table: 0x561d02910560</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.3.1</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/a/ada/xmake.lua">ada/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ada
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ada")
+</code></pre>
 <h3 id="amgclwindows">amgcl (windows)</h3>
 <h3 id="amgclwindows">amgcl (windows)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 24 - 0
packages/android.md

@@ -1,4 +1,28 @@
 ## a
 ## a
+### ada (android)
+
+
+| Description | *WHATWG-compliant and fast URL parser written in modern C++* |
+| -- | -- |
+| Homepage | [https://ada-url.github.io/ada](https://ada-url.github.io/ada) |
+| License | table: 0x561d02910560 |
+| Versions | 2.3.1 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [ada/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/ada/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] ada
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ada")
+```
+
+
 ### angelscript (android)
 ### angelscript (android)
 
 
 
 

+ 24 - 0
packages/bsd.md

@@ -1,4 +1,28 @@
 ## a
 ## a
+### ada (bsd)
+
+
+| Description | *WHATWG-compliant and fast URL parser written in modern C++* |
+| -- | -- |
+| Homepage | [https://ada-url.github.io/ada](https://ada-url.github.io/ada) |
+| License | table: 0x561d02910560 |
+| Versions | 2.3.1 |
+| Architectures | i386, x86_64 |
+| Definition | [ada/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/ada/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ada
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ada")
+```
+
+
 ### aqt (bsd)
 ### aqt (bsd)
 
 
 
 

+ 24 - 0
packages/cross.md

@@ -1,4 +1,28 @@
 ## a
 ## a
+### ada (cross)
+
+
+| Description | *WHATWG-compliant and fast URL parser written in modern C++* |
+| -- | -- |
+| Homepage | [https://ada-url.github.io/ada](https://ada-url.github.io/ada) |
+| License | table: 0x561d02910560 |
+| Versions | 2.3.1 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [ada/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/ada/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] ada
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ada")
+```
+
+
 ### aqt (cross)
 ### aqt (cross)
 
 
 
 

+ 24 - 0
packages/iphoneos.md

@@ -1,4 +1,28 @@
 ## a
 ## a
+### ada (iphoneos)
+
+
+| Description | *WHATWG-compliant and fast URL parser written in modern C++* |
+| -- | -- |
+| Homepage | [https://ada-url.github.io/ada](https://ada-url.github.io/ada) |
+| License | table: 0x561d02910560 |
+| Versions | 2.3.1 |
+| Architectures | arm64, x86_64 |
+| Definition | [ada/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/ada/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos ada
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ada")
+```
+
+
 ### aqt (iphoneos)
 ### aqt (iphoneos)
 
 
 
 

+ 24 - 0
packages/linux.md

@@ -72,6 +72,30 @@ add_requires("acl")
 ```
 ```
 
 
 
 
+### ada (linux)
+
+
+| Description | *WHATWG-compliant and fast URL parser written in modern C++* |
+| -- | -- |
+| Homepage | [https://ada-url.github.io/ada](https://ada-url.github.io/ada) |
+| License | table: 0x561d02910560 |
+| Versions | 2.3.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [ada/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/ada/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ada
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ada")
+```
+
+
 ### amgcl (linux)
 ### amgcl (linux)
 
 
 
 

+ 24 - 0
packages/macosx.md

@@ -48,6 +48,30 @@ add_requires("abseil")
 ```
 ```
 
 
 
 
+### ada (macosx)
+
+
+| Description | *WHATWG-compliant and fast URL parser written in modern C++* |
+| -- | -- |
+| Homepage | [https://ada-url.github.io/ada](https://ada-url.github.io/ada) |
+| License | table: 0x561d02910560 |
+| Versions | 2.3.1 |
+| Architectures | arm64, x86_64 |
+| Definition | [ada/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/ada/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ada
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ada")
+```
+
+
 ### amgcl (macosx)
 ### amgcl (macosx)
 
 
 
 

+ 24 - 0
packages/mingw.md

@@ -1,4 +1,28 @@
 ## a
 ## a
+### ada (mingw)
+
+
+| Description | *WHATWG-compliant and fast URL parser written in modern C++* |
+| -- | -- |
+| Homepage | [https://ada-url.github.io/ada](https://ada-url.github.io/ada) |
+| License | table: 0x561d02910560 |
+| Versions | 2.3.1 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [ada/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/ada/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] ada
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ada")
+```
+
+
 ### angelscript (mingw)
 ### angelscript (mingw)
 
 
 
 

+ 24 - 0
packages/msys.md

@@ -1,4 +1,28 @@
 ## a
 ## a
+### ada (msys)
+
+
+| Description | *WHATWG-compliant and fast URL parser written in modern C++* |
+| -- | -- |
+| Homepage | [https://ada-url.github.io/ada](https://ada-url.github.io/ada) |
+| License | table: 0x561d02910560 |
+| Versions | 2.3.1 |
+| Architectures | i386, x86_64 |
+| Definition | [ada/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/ada/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ada
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ada")
+```
+
+
 ### angelscript (msys)
 ### angelscript (msys)
 
 
 
 

+ 24 - 0
packages/windows.md

@@ -48,6 +48,30 @@ add_requires("abseil")
 ```
 ```
 
 
 
 
+### ada (windows)
+
+
+| Description | *WHATWG-compliant and fast URL parser written in modern C++* |
+| -- | -- |
+| Homepage | [https://ada-url.github.io/ada](https://ada-url.github.io/ada) |
+| License | table: 0x561d02910560 |
+| Versions | 2.3.1 |
+| Architectures | arm64, x64, x86 |
+| Definition | [ada/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/ada/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ada
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ada")
+```
+
+
 ### amgcl (windows)
 ### amgcl (windows)
 
 
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
     
 <url>
 <url>
   <loc>https://xrepo.xmake.io</loc>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-05-07T04:40:15+08:00</lastmod>
+  <lastmod>2023-05-07T12:08:42+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>2023-05-07T04:40:19+08:00</lastmod>
+  <lastmod>2023-05-07T12:08:46+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>2023-05-07T04:40:19+08:00</lastmod>
+  <lastmod>2023-05-07T12:08:46+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>2023-05-07T04:40:19+08:00</lastmod>
+  <lastmod>2023-05-07T12:08:46+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>2023-05-07T04:40:19+08:00</lastmod>
+  <lastmod>2023-05-07T12:08:46+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>2023-05-07T04:40:19+08:00</lastmod>
+  <lastmod>2023-05-07T12:08:47+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>2023-05-07T04:40:20+08:00</lastmod>
+  <lastmod>2023-05-07T12:08:47+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>2023-05-07T04:40:20+08:00</lastmod>
+  <lastmod>2023-05-07T12:08:48+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>2023-05-07T04:40:20+08:00</lastmod>
+  <lastmod>2023-05-07T12:08:48+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>2023-05-07T04:40:21+08:00</lastmod>
+  <lastmod>2023-05-07T12:08:48+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-05-07T04:40:21+08:00</lastmod>
+  <lastmod>2023-05-07T12:08:49+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>2023-05-07T04:40:21+08:00</lastmod>
+  <lastmod>2023-05-07T12:08:49+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>2023-05-07T04:40:21+08:00</lastmod>
+  <lastmod>2023-05-07T12:08:49+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>2023-05-07T04:40:22+08:00</lastmod>
+  <lastmod>2023-05-07T12:08:50+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>2023-05-07T04:40:22+08:00</lastmod>
+  <lastmod>2023-05-07T12:08:50+08:00</lastmod>
 </url>
 </url>
 
 
 </urlset>
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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