Kaynağa Gözat

autoupdate docs by xmake-repo/ci

ruki 2 yıl önce
ebeveyn
işleme
81aca1654f

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: xege, brpc, aws-sdk-cpp**
+- **Recently added: libsais, xege, brpc**
 
 [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 (764)
+- Packages (765)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -4483,6 +4483,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("librdkafka")
 </code></pre>
+<h3 id="libsaisandroid">libsais (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libsais is a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/IlyaGrebnov/libsais">https://github.com/IlyaGrebnov/libsais</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.7.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/l/libsais/xmake.lua">libsais/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] libsais
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsais")
+</code></pre>
 <h3 id="libsndfileandroid">libsndfile (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -3820,6 +3820,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libressl")
 </code></pre>
+<h3 id="libsaisbsd">libsais (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libsais is a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/IlyaGrebnov/libsais">https://github.com/IlyaGrebnov/libsais</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.7.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/l/libsais/xmake.lua">libsais/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsais
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsais")
+</code></pre>
 <h3 id="libsdlbsd">libsdl (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -3635,6 +3635,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("librdkafka")
 </code></pre>
+<h3 id="libsaiscross">libsais (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libsais is a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/IlyaGrebnov/libsais">https://github.com/IlyaGrebnov/libsais</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.7.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/l/libsais/xmake.lua">libsais/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] libsais
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsais")
+</code></pre>
 <h3 id="libsoundiocross">libsoundio (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -4059,6 +4059,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("librdkafka")
 </code></pre>
+<h3 id="libsaisiphoneos">libsais (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libsais is a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/IlyaGrebnov/libsais">https://github.com/IlyaGrebnov/libsais</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.7.1</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/l/libsais/xmake.lua">libsais/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos libsais
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsais")
+</code></pre>
 <h3 id="libsndfileiphoneos">libsndfile (iphoneos)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -11941,6 +11941,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libressl")
 </code></pre>
+<h3 id="libsaislinux">libsais (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libsais is a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/IlyaGrebnov/libsais">https://github.com/IlyaGrebnov/libsais</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.7.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/l/libsais/xmake.lua">libsais/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsais
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsais")
+</code></pre>
 <h3 id="libsdllinux">libsdl (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -10908,6 +10908,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libressl")
 </code></pre>
+<h3 id="libsaismacosx">libsais (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libsais is a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/IlyaGrebnov/libsais">https://github.com/IlyaGrebnov/libsais</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.7.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/l/libsais/xmake.lua">libsais/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsais
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsais")
+</code></pre>
 <h3 id="libsdlmacosx">libsdl (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -4923,6 +4923,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("librdkafka")
 </code></pre>
+<h3 id="libsaismingw">libsais (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libsais is a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/IlyaGrebnov/libsais">https://github.com/IlyaGrebnov/libsais</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.7.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/l/libsais/xmake.lua">libsais/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] libsais
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsais")
+</code></pre>
 <h3 id="libsdlmingw">libsdl (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -3145,6 +3145,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("librdkafka")
 </code></pre>
+<h3 id="libsaismsys">libsais (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libsais is a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/IlyaGrebnov/libsais">https://github.com/IlyaGrebnov/libsais</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.7.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/l/libsais/xmake.lua">libsais/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsais
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsais")
+</code></pre>
 <h3 id="libsoundiomsys">libsoundio (msys)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/wasm.html

@@ -3079,6 +3079,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("librdkafka")
 </code></pre>
+<h3 id="libsaiswasm">libsais (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libsais is a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/IlyaGrebnov/libsais">https://github.com/IlyaGrebnov/libsais</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.7.1</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/l/libsais/xmake.lua">libsais/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm libsais
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsais")
+</code></pre>
 <h3 id="libsoundiowasm">libsoundio (wasm)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -9730,6 +9730,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libressl")
 </code></pre>
+<h3 id="libsaiswindows">libsais (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>libsais is a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/IlyaGrebnov/libsais">https://github.com/IlyaGrebnov/libsais</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.7.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/l/libsais/xmake.lua">libsais/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsais
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsais")
+</code></pre>
 <h3 id="libsdlwindows">libsdl (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -2960,6 +2960,30 @@ add_requires("librdkafka")
 ```
 
 
+### libsais (android)
+
+
+| Description | *libsais is a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm.* |
+| -- | -- |
+| Homepage | [https://github.com/IlyaGrebnov/libsais](https://github.com/IlyaGrebnov/libsais) |
+| License | Apache-2.0 |
+| Versions | v2.7.1 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [libsais/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsais/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] libsais
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsais")
+```
+
+
 ### libsndfile (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -2514,6 +2514,30 @@ add_requires("libressl")
 ```
 
 
+### libsais (bsd)
+
+
+| Description | *libsais is a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm.* |
+| -- | -- |
+| Homepage | [https://github.com/IlyaGrebnov/libsais](https://github.com/IlyaGrebnov/libsais) |
+| License | Apache-2.0 |
+| Versions | v2.7.1 |
+| Architectures | i386, x86_64 |
+| Definition | [libsais/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsais/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsais
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsais")
+```
+
+
 ### libsdl (bsd)
 
 

+ 24 - 0
packages/cross.md

@@ -2394,6 +2394,30 @@ add_requires("librdkafka")
 ```
 
 
+### libsais (cross)
+
+
+| Description | *libsais is a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm.* |
+| -- | -- |
+| Homepage | [https://github.com/IlyaGrebnov/libsais](https://github.com/IlyaGrebnov/libsais) |
+| License | Apache-2.0 |
+| Versions | v2.7.1 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [libsais/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsais/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] libsais
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsais")
+```
+
+
 ### libsoundio (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -2677,6 +2677,30 @@ add_requires("librdkafka")
 ```
 
 
+### libsais (iphoneos)
+
+
+| Description | *libsais is a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm.* |
+| -- | -- |
+| Homepage | [https://github.com/IlyaGrebnov/libsais](https://github.com/IlyaGrebnov/libsais) |
+| License | Apache-2.0 |
+| Versions | v2.7.1 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [libsais/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsais/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos libsais
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsais")
+```
+
+
 ### libsndfile (iphoneos)
 
 

+ 24 - 0
packages/linux.md

@@ -7931,6 +7931,30 @@ add_requires("libressl")
 ```
 
 
+### libsais (linux)
+
+
+| Description | *libsais is a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm.* |
+| -- | -- |
+| Homepage | [https://github.com/IlyaGrebnov/libsais](https://github.com/IlyaGrebnov/libsais) |
+| License | Apache-2.0 |
+| Versions | v2.7.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libsais/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsais/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsais
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsais")
+```
+
+
 ### libsdl (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -7245,6 +7245,30 @@ add_requires("libressl")
 ```
 
 
+### libsais (macosx)
+
+
+| Description | *libsais is a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm.* |
+| -- | -- |
+| Homepage | [https://github.com/IlyaGrebnov/libsais](https://github.com/IlyaGrebnov/libsais) |
+| License | Apache-2.0 |
+| Versions | v2.7.1 |
+| Architectures | arm64, x86_64 |
+| Definition | [libsais/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsais/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsais
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsais")
+```
+
+
 ### libsdl (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -3247,6 +3247,30 @@ add_requires("librdkafka")
 ```
 
 
+### libsais (mingw)
+
+
+| Description | *libsais is a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm.* |
+| -- | -- |
+| Homepage | [https://github.com/IlyaGrebnov/libsais](https://github.com/IlyaGrebnov/libsais) |
+| License | Apache-2.0 |
+| Versions | v2.7.1 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [libsais/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsais/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] libsais
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsais")
+```
+
+
 ### libsdl (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -2065,6 +2065,30 @@ add_requires("librdkafka")
 ```
 
 
+### libsais (msys)
+
+
+| Description | *libsais is a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm.* |
+| -- | -- |
+| Homepage | [https://github.com/IlyaGrebnov/libsais](https://github.com/IlyaGrebnov/libsais) |
+| License | Apache-2.0 |
+| Versions | v2.7.1 |
+| Architectures | i386, x86_64 |
+| Definition | [libsais/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsais/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsais
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsais")
+```
+
+
 ### libsoundio (msys)
 
 

+ 24 - 0
packages/wasm.md

@@ -2019,6 +2019,30 @@ add_requires("librdkafka")
 ```
 
 
+### libsais (wasm)
+
+
+| Description | *libsais is a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm.* |
+| -- | -- |
+| Homepage | [https://github.com/IlyaGrebnov/libsais](https://github.com/IlyaGrebnov/libsais) |
+| License | Apache-2.0 |
+| Versions | v2.7.1 |
+| Architectures | wasm32 |
+| Definition | [libsais/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsais/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm libsais
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsais")
+```
+
+
 ### libsoundio (wasm)
 
 

+ 24 - 0
packages/windows.md

@@ -6427,6 +6427,30 @@ add_requires("libressl")
 ```
 
 
+### libsais (windows)
+
+
+| Description | *libsais is a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm.* |
+| -- | -- |
+| Homepage | [https://github.com/IlyaGrebnov/libsais](https://github.com/IlyaGrebnov/libsais) |
+| License | Apache-2.0 |
+| Versions | v2.7.1 |
+| Architectures | arm64, x64, x86 |
+| Definition | [libsais/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsais/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsais
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsais")
+```
+
+
 ### libsdl (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-10-18T06:19:23+08:00</lastmod>
+  <lastmod>2022-10-18T06:32:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-10-18T06:19:26+08:00</lastmod>
+  <lastmod>2022-10-18T06:32:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-10-18T06:19:27+08:00</lastmod>
+  <lastmod>2022-10-18T06:32:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-10-18T06:19:27+08:00</lastmod>
+  <lastmod>2022-10-18T06:32:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-10-18T06:19:27+08:00</lastmod>
+  <lastmod>2022-10-18T06:32:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-10-18T06:19:28+08:00</lastmod>
+  <lastmod>2022-10-18T06:32:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-10-18T06:19:28+08:00</lastmod>
+  <lastmod>2022-10-18T06:32:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-10-18T06:19:28+08:00</lastmod>
+  <lastmod>2022-10-18T06:32:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-10-18T06:19:29+08:00</lastmod>
+  <lastmod>2022-10-18T06:32:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-10-18T06:19:29+08:00</lastmod>
+  <lastmod>2022-10-18T06:32:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-10-18T06:19:29+08:00</lastmod>
+  <lastmod>2022-10-18T06:32:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-10-18T06:19:29+08:00</lastmod>
+  <lastmod>2022-10-18T06:32:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-10-18T06:19:30+08:00</lastmod>
+  <lastmod>2022-10-18T06:32:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-10-18T06:19:30+08:00</lastmod>
+  <lastmod>2022-10-18T06:32:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-10-18T06:19:30+08:00</lastmod>
+  <lastmod>2022-10-18T06:32:26+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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