Преглед изворни кода

autoupdate docs by xmake-repo/ci

ruki пре 2 година
родитељ
комит
471b69e9f7

+ 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: cpp-lazy, vulkanscenegraph, lunasvg**
+- **Recently added: branchless-utf8, cpp-lazy, vulkanscenegraph**
 
 
 [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 (833)
+- Packages (834)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -590,6 +590,39 @@
 <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("blake3")
 <pre><code class="lang-lua">add_requires("blake3")
 </code></pre>
 </code></pre>
+<h3 id="branchlessutf8android">branchless-utf8 (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Branchless UTF-8 decoder</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skeeto/branchless-utf8">https://github.com/skeeto/branchless-utf8</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.08.30</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/b/branchless-utf8/xmake.lua">branchless-utf8/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] branchless-utf8
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("branchless-utf8")
+</code></pre>
 <h3 id="brotliandroid">brotli (android)</h3>
 <h3 id="brotliandroid">brotli (android)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/bsd.html

@@ -594,6 +594,39 @@
 <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("boost")
 <pre><code class="lang-lua">add_requires("boost")
 </code></pre>
 </code></pre>
+<h3 id="branchlessutf8bsd">branchless-utf8 (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Branchless UTF-8 decoder</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skeeto/branchless-utf8">https://github.com/skeeto/branchless-utf8</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.08.30</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/b/branchless-utf8/xmake.lua">branchless-utf8/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install branchless-utf8
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("branchless-utf8")
+</code></pre>
 <h3 id="brotlibsd">brotli (bsd)</h3>
 <h3 id="brotlibsd">brotli (bsd)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/cross.html

@@ -557,6 +557,39 @@
 <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("boost")
 <pre><code class="lang-lua">add_requires("boost")
 </code></pre>
 </code></pre>
+<h3 id="branchlessutf8cross">branchless-utf8 (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Branchless UTF-8 decoder</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skeeto/branchless-utf8">https://github.com/skeeto/branchless-utf8</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.08.30</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/b/branchless-utf8/xmake.lua">branchless-utf8/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] branchless-utf8
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("branchless-utf8")
+</code></pre>
 <h3 id="brotlicross">brotli (cross)</h3>
 <h3 id="brotlicross">brotli (cross)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -520,6 +520,39 @@
 <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("blake3")
 <pre><code class="lang-lua">add_requires("blake3")
 </code></pre>
 </code></pre>
+<h3 id="branchlessutf8iphoneos">branchless-utf8 (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Branchless UTF-8 decoder</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skeeto/branchless-utf8">https://github.com/skeeto/branchless-utf8</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.08.30</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/b/branchless-utf8/xmake.lua">branchless-utf8/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos branchless-utf8
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("branchless-utf8")
+</code></pre>
 <h3 id="brotliiphoneos">brotli (iphoneos)</h3>
 <h3 id="brotliiphoneos">brotli (iphoneos)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -1570,6 +1570,39 @@
 <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("box2d")
 <pre><code class="lang-lua">add_requires("box2d")
 </code></pre>
 </code></pre>
+<h3 id="branchlessutf8linux">branchless-utf8 (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Branchless UTF-8 decoder</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skeeto/branchless-utf8">https://github.com/skeeto/branchless-utf8</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.08.30</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/b/branchless-utf8/xmake.lua">branchless-utf8/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install branchless-utf8
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("branchless-utf8")
+</code></pre>
 <h3 id="brotlilinux">brotli (linux)</h3>
 <h3 id="brotlilinux">brotli (linux)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -1381,6 +1381,39 @@
 <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("box2d")
 <pre><code class="lang-lua">add_requires("box2d")
 </code></pre>
 </code></pre>
+<h3 id="branchlessutf8macosx">branchless-utf8 (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Branchless UTF-8 decoder</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skeeto/branchless-utf8">https://github.com/skeeto/branchless-utf8</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.08.30</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/b/branchless-utf8/xmake.lua">branchless-utf8/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install branchless-utf8
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("branchless-utf8")
+</code></pre>
 <h3 id="brotlimacosx">brotli (macosx)</h3>
 <h3 id="brotlimacosx">brotli (macosx)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -738,6 +738,39 @@
 <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("box2d")
 <pre><code class="lang-lua">add_requires("box2d")
 </code></pre>
 </code></pre>
+<h3 id="branchlessutf8mingw">branchless-utf8 (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Branchless UTF-8 decoder</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skeeto/branchless-utf8">https://github.com/skeeto/branchless-utf8</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.08.30</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/b/branchless-utf8/xmake.lua">branchless-utf8/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] branchless-utf8
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("branchless-utf8")
+</code></pre>
 <h3 id="brotlimingw">brotli (mingw)</h3>
 <h3 id="brotlimingw">brotli (mingw)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/msys.html

@@ -520,6 +520,39 @@
 <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("bison")
 <pre><code class="lang-lua">add_requires("bison")
 </code></pre>
 </code></pre>
+<h3 id="branchlessutf8msys">branchless-utf8 (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Branchless UTF-8 decoder</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skeeto/branchless-utf8">https://github.com/skeeto/branchless-utf8</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.08.30</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/b/branchless-utf8/xmake.lua">branchless-utf8/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install branchless-utf8
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("branchless-utf8")
+</code></pre>
 <h3 id="brotlimsys">brotli (msys)</h3>
 <h3 id="brotlimsys">brotli (msys)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/wasm.html

@@ -483,6 +483,39 @@
 <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("bison")
 <pre><code class="lang-lua">add_requires("bison")
 </code></pre>
 </code></pre>
+<h3 id="branchlessutf8wasm">branchless-utf8 (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Branchless UTF-8 decoder</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skeeto/branchless-utf8">https://github.com/skeeto/branchless-utf8</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.08.30</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/b/branchless-utf8/xmake.lua">branchless-utf8/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm branchless-utf8
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("branchless-utf8")
+</code></pre>
 <h3 id="brotliwasm">brotli (wasm)</h3>
 <h3 id="brotliwasm">brotli (wasm)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -1212,6 +1212,39 @@
 <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("box2d")
 <pre><code class="lang-lua">add_requires("box2d")
 </code></pre>
 </code></pre>
+<h3 id="branchlessutf8windows">branchless-utf8 (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Branchless UTF-8 decoder</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/skeeto/branchless-utf8">https://github.com/skeeto/branchless-utf8</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.08.30</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/b/branchless-utf8/xmake.lua">branchless-utf8/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install branchless-utf8
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("branchless-utf8")
+</code></pre>
 <h3 id="brotliwindows">brotli (windows)</h3>
 <h3 id="brotliwindows">brotli (windows)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 23 - 0
packages/android.md

@@ -332,6 +332,29 @@ add_requires("blake3")
 ```
 ```
 
 
 
 
+### branchless-utf8 (android)
+
+
+| Description | *Branchless UTF-8 decoder* |
+| -- | -- |
+| Homepage | [https://github.com/skeeto/branchless-utf8](https://github.com/skeeto/branchless-utf8) |
+| Versions | 2022.08.30 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [branchless-utf8/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/branchless-utf8/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] branchless-utf8
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("branchless-utf8")
+```
+
+
 ### brotli (android)
 ### brotli (android)
 
 
 
 

+ 23 - 0
packages/bsd.md

@@ -333,6 +333,29 @@ add_requires("boost")
 ```
 ```
 
 
 
 
+### branchless-utf8 (bsd)
+
+
+| Description | *Branchless UTF-8 decoder* |
+| -- | -- |
+| Homepage | [https://github.com/skeeto/branchless-utf8](https://github.com/skeeto/branchless-utf8) |
+| Versions | 2022.08.30 |
+| Architectures | i386, x86_64 |
+| Definition | [branchless-utf8/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/branchless-utf8/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install branchless-utf8
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("branchless-utf8")
+```
+
+
 ### brotli (bsd)
 ### brotli (bsd)
 
 
 
 

+ 23 - 0
packages/cross.md

@@ -309,6 +309,29 @@ add_requires("boost")
 ```
 ```
 
 
 
 
+### branchless-utf8 (cross)
+
+
+| Description | *Branchless UTF-8 decoder* |
+| -- | -- |
+| Homepage | [https://github.com/skeeto/branchless-utf8](https://github.com/skeeto/branchless-utf8) |
+| Versions | 2022.08.30 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [branchless-utf8/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/branchless-utf8/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] branchless-utf8
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("branchless-utf8")
+```
+
+
 ### brotli (cross)
 ### brotli (cross)
 
 
 
 

+ 23 - 0
packages/iphoneos.md

@@ -285,6 +285,29 @@ add_requires("blake3")
 ```
 ```
 
 
 
 
+### branchless-utf8 (iphoneos)
+
+
+| Description | *Branchless UTF-8 decoder* |
+| -- | -- |
+| Homepage | [https://github.com/skeeto/branchless-utf8](https://github.com/skeeto/branchless-utf8) |
+| Versions | 2022.08.30 |
+| Architectures | arm64, x86_64 |
+| Definition | [branchless-utf8/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/branchless-utf8/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos branchless-utf8
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("branchless-utf8")
+```
+
+
 ### brotli (iphoneos)
 ### brotli (iphoneos)
 
 
 
 

+ 23 - 0
packages/linux.md

@@ -977,6 +977,29 @@ add_requires("box2d")
 ```
 ```
 
 
 
 
+### branchless-utf8 (linux)
+
+
+| Description | *Branchless UTF-8 decoder* |
+| -- | -- |
+| Homepage | [https://github.com/skeeto/branchless-utf8](https://github.com/skeeto/branchless-utf8) |
+| Versions | 2022.08.30 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [branchless-utf8/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/branchless-utf8/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install branchless-utf8
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("branchless-utf8")
+```
+
+
 ### brotli (linux)
 ### brotli (linux)
 
 
 
 

+ 23 - 0
packages/macosx.md

@@ -856,6 +856,29 @@ add_requires("box2d")
 ```
 ```
 
 
 
 
+### branchless-utf8 (macosx)
+
+
+| Description | *Branchless UTF-8 decoder* |
+| -- | -- |
+| Homepage | [https://github.com/skeeto/branchless-utf8](https://github.com/skeeto/branchless-utf8) |
+| Versions | 2022.08.30 |
+| Architectures | arm64, x86_64 |
+| Definition | [branchless-utf8/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/branchless-utf8/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install branchless-utf8
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("branchless-utf8")
+```
+
+
 ### brotli (macosx)
 ### brotli (macosx)
 
 
 
 

+ 23 - 0
packages/mingw.md

@@ -428,6 +428,29 @@ add_requires("box2d")
 ```
 ```
 
 
 
 
+### branchless-utf8 (mingw)
+
+
+| Description | *Branchless UTF-8 decoder* |
+| -- | -- |
+| Homepage | [https://github.com/skeeto/branchless-utf8](https://github.com/skeeto/branchless-utf8) |
+| Versions | 2022.08.30 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [branchless-utf8/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/branchless-utf8/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] branchless-utf8
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("branchless-utf8")
+```
+
+
 ### brotli (mingw)
 ### brotli (mingw)
 
 
 
 

+ 23 - 0
packages/msys.md

@@ -285,6 +285,29 @@ add_requires("bison")
 ```
 ```
 
 
 
 
+### branchless-utf8 (msys)
+
+
+| Description | *Branchless UTF-8 decoder* |
+| -- | -- |
+| Homepage | [https://github.com/skeeto/branchless-utf8](https://github.com/skeeto/branchless-utf8) |
+| Versions | 2022.08.30 |
+| Architectures | i386, x86_64 |
+| Definition | [branchless-utf8/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/branchless-utf8/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install branchless-utf8
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("branchless-utf8")
+```
+
+
 ### brotli (msys)
 ### brotli (msys)
 
 
 
 

+ 23 - 0
packages/wasm.md

@@ -261,6 +261,29 @@ add_requires("bison")
 ```
 ```
 
 
 
 
+### branchless-utf8 (wasm)
+
+
+| Description | *Branchless UTF-8 decoder* |
+| -- | -- |
+| Homepage | [https://github.com/skeeto/branchless-utf8](https://github.com/skeeto/branchless-utf8) |
+| Versions | 2022.08.30 |
+| Architectures | wasm32 |
+| Definition | [branchless-utf8/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/branchless-utf8/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm branchless-utf8
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("branchless-utf8")
+```
+
+
 ### brotli (wasm)
 ### brotli (wasm)
 
 
 
 

+ 23 - 0
packages/windows.md

@@ -740,6 +740,29 @@ add_requires("box2d")
 ```
 ```
 
 
 
 
+### branchless-utf8 (windows)
+
+
+| Description | *Branchless UTF-8 decoder* |
+| -- | -- |
+| Homepage | [https://github.com/skeeto/branchless-utf8](https://github.com/skeeto/branchless-utf8) |
+| Versions | 2022.08.30 |
+| Architectures | arm64, x64, x86 |
+| Definition | [branchless-utf8/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/branchless-utf8/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install branchless-utf8
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("branchless-utf8")
+```
+
+
 ### brotli (windows)
 ### brotli (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-02-11T16:50:38+08:00</lastmod>
+  <lastmod>2023-02-12T03:40:24+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-02-11T16:50:40+08:00</lastmod>
+  <lastmod>2023-02-12T03:40:27+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-02-11T16:50:40+08:00</lastmod>
+  <lastmod>2023-02-12T03:40:27+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-02-11T16:50:41+08:00</lastmod>
+  <lastmod>2023-02-12T03:40:27+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-02-11T16:50:41+08:00</lastmod>
+  <lastmod>2023-02-12T03:40:28+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-02-11T16:50:41+08:00</lastmod>
+  <lastmod>2023-02-12T03:40:28+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-02-11T16:50:42+08:00</lastmod>
+  <lastmod>2023-02-12T03:40:28+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-02-11T16:50:42+08:00</lastmod>
+  <lastmod>2023-02-12T03:40:28+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-02-11T16:50:42+08:00</lastmod>
+  <lastmod>2023-02-12T03:40:29+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-02-11T16:50:42+08:00</lastmod>
+  <lastmod>2023-02-12T03:40:29+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-02-11T16:50:43+08:00</lastmod>
+  <lastmod>2023-02-12T03:40:29+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-02-11T16:50:43+08:00</lastmod>
+  <lastmod>2023-02-12T03:40: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>2023-02-11T16:50:43+08:00</lastmod>
+  <lastmod>2023-02-12T03:40:30+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-02-11T16:50:43+08:00</lastmod>
+  <lastmod>2023-02-12T03:40:30+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-02-11T16:50:44+08:00</lastmod>
+  <lastmod>2023-02-12T03:40:30+08:00</lastmod>
 </url>
 </url>
 
 
 </urlset>
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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