Prechádzať zdrojové kódy

autoupdate docs by xmake-repo/ci

ruki 1 rok pred
rodič
commit
2a94c91195

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: port, liba52, port**
+- **Recently added: port, blake2, port**
 
 [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 (1436)
+- Packages (1438)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 75 - 1
mirror/packages/android.html

@@ -1691,6 +1691,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bitsery")
 </code></pre>
+<h3 id="blake2android">blake2 (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>BLAKE2 official implementations</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake2.net">https://blake2.net</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.02.12</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/blake2/xmake.lua">blake2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] blake2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blake2")
+</code></pre>
 <h3 id="blake3android">blake3 (android)</h3>
 <table>
 <thead>
@@ -10159,6 +10196,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libavif")
 </code></pre>
+<h3 id="libb2android">libb2 (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake2.net">https://blake2.net</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.98.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/libb2/xmake.lua">libb2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] libb2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libb2")
+</code></pre>
 <h3 id="libbigwigandroid">libbigwig (android)</h3>
 <table>
 <thead>
@@ -21257,7 +21331,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 75 - 1
mirror/packages/bsd.html

@@ -2064,6 +2064,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bitsery")
 </code></pre>
+<h3 id="blake2bsd">blake2 (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>BLAKE2 official implementations</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake2.net">https://blake2.net</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.02.12</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/blake2/xmake.lua">blake2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install blake2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blake2")
+</code></pre>
 <h3 id="blake3bsd">blake3 (bsd)</h3>
 <table>
 <thead>
@@ -10507,6 +10544,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libavif")
 </code></pre>
+<h3 id="libb2bsd">libb2 (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake2.net">https://blake2.net</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.98.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/libb2/xmake.lua">libb2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libb2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libb2")
+</code></pre>
 <h3 id="libbigwigbsd">libbigwig (bsd)</h3>
 <table>
 <thead>
@@ -21442,7 +21516,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 75 - 1
mirror/packages/cross.html

@@ -1953,6 +1953,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bitsery")
 </code></pre>
+<h3 id="blake2cross">blake2 (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>BLAKE2 official implementations</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake2.net">https://blake2.net</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.02.12</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, loong64, 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/blake2/xmake.lua">blake2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] blake2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blake2")
+</code></pre>
 <h3 id="blake3cross">blake3 (cross)</h3>
 <table>
 <thead>
@@ -10141,6 +10178,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libatomic_ops")
 </code></pre>
+<h3 id="libb2cross">libb2 (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake2.net">https://blake2.net</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.98.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, loong64, 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/libb2/xmake.lua">libb2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] libb2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libb2")
+</code></pre>
 <h3 id="libbigwigcross">libbigwig (cross)</h3>
 <table>
 <thead>
@@ -20268,7 +20342,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 75 - 1
mirror/packages/iphoneos.html

@@ -1583,6 +1583,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bitsery")
 </code></pre>
+<h3 id="blake2iphoneos">blake2 (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>BLAKE2 official implementations</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake2.net">https://blake2.net</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.02.12</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/blake2/xmake.lua">blake2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos blake2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blake2")
+</code></pre>
 <h3 id="blake3iphoneos">blake3 (iphoneos)</h3>
 <table>
 <thead>
@@ -9751,6 +9788,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libavif")
 </code></pre>
+<h3 id="libb2iphoneos">libb2 (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake2.net">https://blake2.net</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.98.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/libb2/xmake.lua">libb2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos libb2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libb2")
+</code></pre>
 <h3 id="libbigwigiphoneos">libbigwig (iphoneos)</h3>
 <table>
 <thead>
@@ -20232,7 +20306,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 76 - 2
mirror/packages/linux.html

@@ -3012,6 +3012,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("blah")
 </code></pre>
+<h3 id="blake2linux">blake2 (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>BLAKE2 official implementations</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake2.net">https://blake2.net</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.02.12</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, 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/blake2/xmake.lua">blake2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install blake2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blake2")
+</code></pre>
 <h3 id="blake3linux">blake3 (linux)</h3>
 <table>
 <thead>
@@ -18968,6 +19005,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libavif")
 </code></pre>
+<h3 id="libb2linux">libb2 (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake2.net">https://blake2.net</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.98.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, 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/libb2/xmake.lua">libb2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libb2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libb2")
+</code></pre>
 <h3 id="libbacktracelinux">libbacktrace (linux)</h3>
 <table>
 <thead>
@@ -41586,7 +41660,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -47416,7 +47490,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x55eddb1c1300</td>
+<td>table: 0x55ee2ea546a0</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 76 - 2
mirror/packages/macosx.html

@@ -2786,6 +2786,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("blah")
 </code></pre>
+<h3 id="blake2macosx">blake2 (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>BLAKE2 official implementations</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake2.net">https://blake2.net</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.02.12</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/blake2/xmake.lua">blake2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install blake2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blake2")
+</code></pre>
 <h3 id="blake3macosx">blake3 (macosx)</h3>
 <table>
 <thead>
@@ -17816,6 +17853,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libavif")
 </code></pre>
+<h3 id="libb2macosx">libb2 (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake2.net">https://blake2.net</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.98.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/libb2/xmake.lua">libb2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libb2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libb2")
+</code></pre>
 <h3 id="libbacktracemacosx">libbacktrace (macosx)</h3>
 <table>
 <thead>
@@ -38545,7 +38619,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -43980,7 +44054,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x55eddb1c1300</td>
+<td>table: 0x55ee2ea546a0</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 75 - 1
mirror/packages/mingw.html

@@ -1843,6 +1843,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bitsery")
 </code></pre>
+<h3 id="blake2mingw">blake2 (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>BLAKE2 official implementations</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake2.net">https://blake2.net</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.02.12</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/blake2/xmake.lua">blake2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] blake2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blake2")
+</code></pre>
 <h3 id="blake3mingw">blake3 (mingw)</h3>
 <table>
 <thead>
@@ -11611,6 +11648,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libavif")
 </code></pre>
+<h3 id="libb2mingw">libb2 (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake2.net">https://blake2.net</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.98.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/libb2/xmake.lua">libb2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] libb2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libb2")
+</code></pre>
 <h3 id="libbigwigmingw">libbigwig (mingw)</h3>
 <table>
 <thead>
@@ -24046,7 +24120,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 75 - 1
mirror/packages/msys.html

@@ -1990,6 +1990,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bitsery")
 </code></pre>
+<h3 id="blake2msys">blake2 (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>BLAKE2 official implementations</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake2.net">https://blake2.net</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.02.12</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/blake2/xmake.lua">blake2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install blake2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blake2")
+</code></pre>
 <h3 id="blake3msys">blake3 (msys)</h3>
 <table>
 <thead>
@@ -9726,6 +9763,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libavif")
 </code></pre>
+<h3 id="libb2msys">libb2 (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake2.net">https://blake2.net</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.98.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/libb2/xmake.lua">libb2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libb2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libb2")
+</code></pre>
 <h3 id="libbigwigmsys">libbigwig (msys)</h3>
 <table>
 <thead>
@@ -18849,7 +18923,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 75 - 1
mirror/packages/wasm.html

@@ -1476,6 +1476,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bitsery")
 </code></pre>
+<h3 id="blake2wasm">blake2 (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>BLAKE2 official implementations</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake2.net">https://blake2.net</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.02.12</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32, wasm64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake2/xmake.lua">blake2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm blake2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blake2")
+</code></pre>
 <h3 id="blake3wasm">blake3 (wasm)</h3>
 <table>
 <thead>
@@ -8788,6 +8825,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libatomic_ops")
 </code></pre>
+<h3 id="libb2wasm">libb2 (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake2.net">https://blake2.net</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.98.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32, wasm64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libb2/xmake.lua">libb2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm libb2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libb2")
+</code></pre>
 <h3 id="libdicomwasm">libdicom (wasm)</h3>
 <table>
 <thead>
@@ -17714,7 +17788,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 75 - 1
mirror/packages/windows.html

@@ -2687,6 +2687,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("blah")
 </code></pre>
+<h3 id="blake2windows">blake2 (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>BLAKE2 official implementations</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake2.net">https://blake2.net</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.02.12</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, arm64ec, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake2/xmake.lua">blake2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install blake2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blake2")
+</code></pre>
 <h3 id="blake3windows">blake3 (windows)</h3>
 <table>
 <thead>
@@ -17478,6 +17515,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libavif")
 </code></pre>
+<h3 id="libb2windows">libb2 (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake2.net">https://blake2.net</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.98.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, arm64ec, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libb2/xmake.lua">libb2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libb2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libb2")
+</code></pre>
 <h3 id="libbpgwindows">libbpg (windows)</h3>
 <table>
 <thead>
@@ -35789,7 +35863,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 49 - 1
packages/android.md

@@ -1051,6 +1051,30 @@ add_requires("bitsery")
 ```
 
 
+### blake2 (android)
+
+
+| Description | *BLAKE2 official implementations* |
+| -- | -- |
+| Homepage | [https://blake2.net](https://blake2.net) |
+| License | CC0-1.0 |
+| Versions | 2023.02.12 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [blake2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] blake2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blake2")
+```
+
+
 ### blake3 (android)
 
 
@@ -6637,6 +6661,30 @@ add_requires("libavif")
 ```
 
 
+### libb2 (android)
+
+
+| Description | *C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp* |
+| -- | -- |
+| Homepage | [https://blake2.net](https://blake2.net) |
+| License | CC0-1.0 |
+| Versions | v0.98.1 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [libb2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libb2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] libb2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libb2")
+```
+
+
 ### libbigwig (android)
 
 
@@ -13969,7 +14017,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 49 - 1
packages/bsd.md

@@ -1290,6 +1290,30 @@ add_requires("bitsery")
 ```
 
 
+### blake2 (bsd)
+
+
+| Description | *BLAKE2 official implementations* |
+| -- | -- |
+| Homepage | [https://blake2.net](https://blake2.net) |
+| License | CC0-1.0 |
+| Versions | 2023.02.12 |
+| Architectures | i386, x86_64 |
+| Definition | [blake2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install blake2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blake2")
+```
+
+
 ### blake3 (bsd)
 
 
@@ -6855,6 +6879,30 @@ add_requires("libavif")
 ```
 
 
+### libb2 (bsd)
+
+
+| Description | *C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp* |
+| -- | -- |
+| Homepage | [https://blake2.net](https://blake2.net) |
+| License | CC0-1.0 |
+| Versions | v0.98.1 |
+| Architectures | i386, x86_64 |
+| Definition | [libb2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libb2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libb2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libb2")
+```
+
+
 ### libbigwig (bsd)
 
 
@@ -14102,7 +14150,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 49 - 1
packages/cross.md

@@ -1218,6 +1218,30 @@ add_requires("bitsery")
 ```
 
 
+### blake2 (cross)
+
+
+| Description | *BLAKE2 official implementations* |
+| -- | -- |
+| Homepage | [https://blake2.net](https://blake2.net) |
+| License | CC0-1.0 |
+| Versions | 2023.02.12 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [blake2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] blake2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blake2")
+```
+
+
 ### blake3 (cross)
 
 
@@ -6616,6 +6640,30 @@ add_requires("libatomic_ops")
 ```
 
 
+### libb2 (cross)
+
+
+| Description | *C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp* |
+| -- | -- |
+| Homepage | [https://blake2.net](https://blake2.net) |
+| License | CC0-1.0 |
+| Versions | v0.98.1 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [libb2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libb2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] libb2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libb2")
+```
+
+
 ### libbigwig (cross)
 
 
@@ -13307,7 +13355,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 49 - 1
packages/iphoneos.md

@@ -978,6 +978,30 @@ add_requires("bitsery")
 ```
 
 
+### blake2 (iphoneos)
+
+
+| Description | *BLAKE2 official implementations* |
+| -- | -- |
+| Homepage | [https://blake2.net](https://blake2.net) |
+| License | CC0-1.0 |
+| Versions | 2023.02.12 |
+| Architectures | arm64, x86_64 |
+| Definition | [blake2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos blake2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blake2")
+```
+
+
 ### blake3 (iphoneos)
 
 
@@ -6371,6 +6395,30 @@ add_requires("libavif")
 ```
 
 
+### libb2 (iphoneos)
+
+
+| Description | *C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp* |
+| -- | -- |
+| Homepage | [https://blake2.net](https://blake2.net) |
+| License | CC0-1.0 |
+| Versions | v0.98.1 |
+| Architectures | arm64, x86_64 |
+| Definition | [libb2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libb2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos libb2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libb2")
+```
+
+
 ### libbigwig (iphoneos)
 
 
@@ -13298,7 +13346,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 50 - 2
packages/linux.md

@@ -1914,6 +1914,30 @@ add_requires("blah")
 ```
 
 
+### blake2 (linux)
+
+
+| Description | *BLAKE2 official implementations* |
+| -- | -- |
+| Homepage | [https://blake2.net](https://blake2.net) |
+| License | CC0-1.0 |
+| Versions | 2023.02.12 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [blake2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install blake2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blake2")
+```
+
+
 ### blake3 (linux)
 
 
@@ -12462,6 +12486,30 @@ add_requires("libavif")
 ```
 
 
+### libb2 (linux)
+
+
+| Description | *C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp* |
+| -- | -- |
+| Homepage | [https://blake2.net](https://blake2.net) |
+| License | CC0-1.0 |
+| Versions | v0.98.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libb2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libb2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libb2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libb2")
+```
+
+
 ### libbacktrace (linux)
 
 
@@ -27453,7 +27501,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -31307,7 +31355,7 @@ add_requires("whisper.cpp")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | -- | -- |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x55eddb1c1300 |
+| License | table: 0x55ee2ea546a0 |
 | Versions | 1.13 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 50 - 2
packages/macosx.md

@@ -1769,6 +1769,30 @@ add_requires("blah")
 ```
 
 
+### blake2 (macosx)
+
+
+| Description | *BLAKE2 official implementations* |
+| -- | -- |
+| Homepage | [https://blake2.net](https://blake2.net) |
+| License | CC0-1.0 |
+| Versions | 2023.02.12 |
+| Architectures | arm64, x86_64 |
+| Definition | [blake2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install blake2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blake2")
+```
+
+
 ### blake3 (macosx)
 
 
@@ -11702,6 +11726,30 @@ add_requires("libavif")
 ```
 
 
+### libb2 (macosx)
+
+
+| Description | *C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp* |
+| -- | -- |
+| Homepage | [https://blake2.net](https://blake2.net) |
+| License | CC0-1.0 |
+| Versions | v0.98.1 |
+| Architectures | arm64, x86_64 |
+| Definition | [libb2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libb2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libb2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libb2")
+```
+
+
 ### libbacktrace (macosx)
 
 
@@ -25439,7 +25487,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -29032,7 +29080,7 @@ add_requires("which")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | -- | -- |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x55eddb1c1300 |
+| License | table: 0x55ee2ea546a0 |
 | Versions | 1.13 |
 | Architectures | arm64, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 49 - 1
packages/mingw.md

@@ -1148,6 +1148,30 @@ add_requires("bitsery")
 ```
 
 
+### blake2 (mingw)
+
+
+| Description | *BLAKE2 official implementations* |
+| -- | -- |
+| Homepage | [https://blake2.net](https://blake2.net) |
+| License | CC0-1.0 |
+| Versions | 2023.02.12 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [blake2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] blake2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blake2")
+```
+
+
 ### blake3 (mingw)
 
 
@@ -7590,6 +7614,30 @@ add_requires("libavif")
 ```
 
 
+### libb2 (mingw)
+
+
+| Description | *C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp* |
+| -- | -- |
+| Homepage | [https://blake2.net](https://blake2.net) |
+| License | CC0-1.0 |
+| Versions | v0.98.1 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [libb2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libb2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] libb2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libb2")
+```
+
+
 ### libbigwig (mingw)
 
 
@@ -15802,7 +15850,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 49 - 1
packages/msys.md

@@ -1242,6 +1242,30 @@ add_requires("bitsery")
 ```
 
 
+### blake2 (msys)
+
+
+| Description | *BLAKE2 official implementations* |
+| -- | -- |
+| Homepage | [https://blake2.net](https://blake2.net) |
+| License | CC0-1.0 |
+| Versions | 2023.02.12 |
+| Architectures | i386, x86_64 |
+| Definition | [blake2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install blake2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blake2")
+```
+
+
 ### blake3 (msys)
 
 
@@ -6350,6 +6374,30 @@ add_requires("libavif")
 ```
 
 
+### libb2 (msys)
+
+
+| Description | *C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp* |
+| -- | -- |
+| Homepage | [https://blake2.net](https://blake2.net) |
+| License | CC0-1.0 |
+| Versions | v0.98.1 |
+| Architectures | i386, x86_64 |
+| Definition | [libb2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libb2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libb2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libb2")
+```
+
+
 ### libbigwig (msys)
 
 
@@ -12377,7 +12425,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 49 - 1
packages/wasm.md

@@ -907,6 +907,30 @@ add_requires("bitsery")
 ```
 
 
+### blake2 (wasm)
+
+
+| Description | *BLAKE2 official implementations* |
+| -- | -- |
+| Homepage | [https://blake2.net](https://blake2.net) |
+| License | CC0-1.0 |
+| Versions | 2023.02.12 |
+| Architectures | wasm32, wasm64 |
+| Definition | [blake2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm blake2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blake2")
+```
+
+
 ### blake3 (wasm)
 
 
@@ -5732,6 +5756,30 @@ add_requires("libatomic_ops")
 ```
 
 
+### libb2 (wasm)
+
+
+| Description | *C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp* |
+| -- | -- |
+| Homepage | [https://blake2.net](https://blake2.net) |
+| License | CC0-1.0 |
+| Versions | v0.98.1 |
+| Architectures | wasm32, wasm64 |
+| Definition | [libb2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libb2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm libb2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libb2")
+```
+
+
 ### libdicom (wasm)
 
 
@@ -11636,7 +11684,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+300, 3.45.0+100, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+0 |
 | Architectures | wasm32, wasm64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 49 - 1
packages/windows.md

@@ -1700,6 +1700,30 @@ add_requires("blah")
 ```
 
 
+### blake2 (windows)
+
+
+| Description | *BLAKE2 official implementations* |
+| -- | -- |
+| Homepage | [https://blake2.net](https://blake2.net) |
+| License | CC0-1.0 |
+| Versions | 2023.02.12 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [blake2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install blake2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blake2")
+```
+
+
 ### blake3 (windows)
 
 
@@ -11448,6 +11472,30 @@ add_requires("libavif")
 ```
 
 
+### libb2 (windows)
+
+
+| Description | *C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp* |
+| -- | -- |
+| Homepage | [https://blake2.net](https://blake2.net) |
+| License | CC0-1.0 |
+| Versions | v0.98.1 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [libb2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libb2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libb2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libb2")
+```
+
+
 ### libbpg (windows)
 
 
@@ -23548,7 +23596,7 @@ add_requires("sqlcipher")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2024-08-03T07:16:59+08:00</lastmod>
+  <lastmod>2024-08-03T08:02:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-08-03T07:17:06+08:00</lastmod>
+  <lastmod>2024-08-03T08:02:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-08-03T07:17:06+08:00</lastmod>
+  <lastmod>2024-08-03T08:02:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-08-03T07:17:06+08:00</lastmod>
+  <lastmod>2024-08-03T08:02:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2024-08-03T07:17:06+08:00</lastmod>
+  <lastmod>2024-08-03T08:02:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2024-08-03T07:17:06+08:00</lastmod>
+  <lastmod>2024-08-03T08:02:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2024-08-03T07:17:07+08:00</lastmod>
+  <lastmod>2024-08-03T08:02:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2024-08-03T07:17:07+08:00</lastmod>
+  <lastmod>2024-08-03T08:02:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2024-08-03T07:17:07+08:00</lastmod>
+  <lastmod>2024-08-03T08:02:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2024-08-03T07:17:08+08:00</lastmod>
+  <lastmod>2024-08-03T08:02:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2024-08-03T07:17:08+08:00</lastmod>
+  <lastmod>2024-08-03T08:02:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2024-08-03T07:17:09+08:00</lastmod>
+  <lastmod>2024-08-03T08:02:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2024-08-03T07:17:09+08:00</lastmod>
+  <lastmod>2024-08-03T08:02:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2024-08-03T07:17:09+08:00</lastmod>
+  <lastmod>2024-08-03T08:02:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2024-08-03T07:17:10+08:00</lastmod>
+  <lastmod>2024-08-03T08:02:59+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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