Browse Source

autoupdate docs by xmake-repo/ci

ruki 2 năm trước cách đây
mục cha
commit
6b7fc5aa4c

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: cargs, fann, rpmalloc**
+- **Recently added: blake3, cargs, fann**
 
 [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 (783)
+- Packages (784)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -553,6 +553,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bison")
 </code></pre>
+<h3 id="blake3android">blake3 (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it&#39;s a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake3.io/">https://blake3.io/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua">blake3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] blake3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blake3")
+</code></pre>
 <h3 id="brotliandroid">brotli (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -520,6 +520,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bison")
 </code></pre>
+<h3 id="blake3bsd">blake3 (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it&#39;s a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake3.io/">https://blake3.io/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua">blake3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install blake3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blake3")
+</code></pre>
 <h3 id="boostbsd">boost (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -483,6 +483,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bison")
 </code></pre>
+<h3 id="blake3cross">blake3 (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it&#39;s a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake3.io/">https://blake3.io/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua">blake3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] blake3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blake3")
+</code></pre>
 <h3 id="boostcross">boost (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -483,6 +483,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bison")
 </code></pre>
+<h3 id="blake3iphoneos">blake3 (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it&#39;s a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake3.io/">https://blake3.io/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua">blake3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos blake3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blake3")
+</code></pre>
 <h3 id="brotliiphoneos">brotli (iphoneos)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -1245,6 +1245,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bison")
 </code></pre>
+<h3 id="blake3linux">blake3 (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it&#39;s a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake3.io/">https://blake3.io/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua">blake3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install blake3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blake3")
+</code></pre>
 <h3 id="blazelinux">blaze (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -1056,6 +1056,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bison")
 </code></pre>
+<h3 id="blake3macosx">blake3 (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it&#39;s a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake3.io/">https://blake3.io/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua">blake3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install blake3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blake3")
+</code></pre>
 <h3 id="blazemacosx">blaze (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -594,6 +594,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bison")
 </code></pre>
+<h3 id="blake3mingw">blake3 (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it&#39;s a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake3.io/">https://blake3.io/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua">blake3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] blake3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blake3")
+</code></pre>
 <h3 id="bloscmingw">blosc (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -520,6 +520,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bison")
 </code></pre>
+<h3 id="blake3msys">blake3 (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it&#39;s a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake3.io/">https://blake3.io/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua">blake3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install blake3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blake3")
+</code></pre>
 <h3 id="brotlimsys">brotli (msys)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/wasm.html

@@ -483,6 +483,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bison")
 </code></pre>
+<h3 id="blake3wasm">blake3 (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it&#39;s a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake3.io/">https://blake3.io/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.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/b/blake3/xmake.lua">blake3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm blake3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blake3")
+</code></pre>
 <h3 id="brotliwasm">brotli (wasm)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -887,6 +887,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bison")
 </code></pre>
+<h3 id="blake3windows">blake3 (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it&#39;s a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://blake3.io/">https://blake3.io/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0-1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua">blake3/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install blake3
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blake3")
+</code></pre>
 <h3 id="blazewindows">blaze (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -308,6 +308,30 @@ add_requires("bison")
 ```
 
 
+### blake3 (android)
+
+
+| Description | *BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it's a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures.* |
+| -- | -- |
+| Homepage | [https://blake3.io/](https://blake3.io/) |
+| License | CC0-1.0 |
+| Versions | 1.3.1 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [blake3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] blake3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blake3")
+```
+
+
 ### brotli (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -285,6 +285,30 @@ add_requires("bison")
 ```
 
 
+### blake3 (bsd)
+
+
+| Description | *BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it's a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures.* |
+| -- | -- |
+| Homepage | [https://blake3.io/](https://blake3.io/) |
+| License | CC0-1.0 |
+| Versions | 1.3.1 |
+| Architectures | i386, x86_64 |
+| Definition | [blake3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install blake3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blake3")
+```
+
+
 ### boost (bsd)
 
 

+ 24 - 0
packages/cross.md

@@ -261,6 +261,30 @@ add_requires("bison")
 ```
 
 
+### blake3 (cross)
+
+
+| Description | *BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it's a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures.* |
+| -- | -- |
+| Homepage | [https://blake3.io/](https://blake3.io/) |
+| License | CC0-1.0 |
+| Versions | 1.3.1 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [blake3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] blake3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blake3")
+```
+
+
 ### boost (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -261,6 +261,30 @@ add_requires("bison")
 ```
 
 
+### blake3 (iphoneos)
+
+
+| Description | *BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it's a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures.* |
+| -- | -- |
+| Homepage | [https://blake3.io/](https://blake3.io/) |
+| License | CC0-1.0 |
+| Versions | 1.3.1 |
+| Architectures | arm64, x86_64 |
+| Definition | [blake3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos blake3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blake3")
+```
+
+
 ### brotli (iphoneos)
 
 

+ 24 - 0
packages/linux.md

@@ -763,6 +763,30 @@ add_requires("bison")
 ```
 
 
+### blake3 (linux)
+
+
+| Description | *BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it's a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures.* |
+| -- | -- |
+| Homepage | [https://blake3.io/](https://blake3.io/) |
+| License | CC0-1.0 |
+| Versions | 1.3.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [blake3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install blake3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blake3")
+```
+
+
 ### blaze (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -642,6 +642,30 @@ add_requires("bison")
 ```
 
 
+### blake3 (macosx)
+
+
+| Description | *BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it's a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures.* |
+| -- | -- |
+| Homepage | [https://blake3.io/](https://blake3.io/) |
+| License | CC0-1.0 |
+| Versions | 1.3.1 |
+| Architectures | arm64, x86_64 |
+| Definition | [blake3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install blake3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blake3")
+```
+
+
 ### blaze (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -333,6 +333,30 @@ add_requires("bison")
 ```
 
 
+### blake3 (mingw)
+
+
+| Description | *BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it's a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures.* |
+| -- | -- |
+| Homepage | [https://blake3.io/](https://blake3.io/) |
+| License | CC0-1.0 |
+| Versions | 1.3.1 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [blake3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] blake3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blake3")
+```
+
+
 ### blosc (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -285,6 +285,30 @@ add_requires("bison")
 ```
 
 
+### blake3 (msys)
+
+
+| Description | *BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it's a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures.* |
+| -- | -- |
+| Homepage | [https://blake3.io/](https://blake3.io/) |
+| License | CC0-1.0 |
+| Versions | 1.3.1 |
+| Architectures | i386, x86_64 |
+| Definition | [blake3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install blake3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blake3")
+```
+
+
 ### brotli (msys)
 
 

+ 24 - 0
packages/wasm.md

@@ -261,6 +261,30 @@ add_requires("bison")
 ```
 
 
+### blake3 (wasm)
+
+
+| Description | *BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it's a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures.* |
+| -- | -- |
+| Homepage | [https://blake3.io/](https://blake3.io/) |
+| License | CC0-1.0 |
+| Versions | 1.3.1 |
+| Architectures | wasm32 |
+| Definition | [blake3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm blake3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blake3")
+```
+
+
 ### brotli (wasm)
 
 

+ 24 - 0
packages/windows.md

@@ -526,6 +526,30 @@ add_requires("bison")
 ```
 
 
+### blake3 (windows)
+
+
+| Description | *BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it's a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures.* |
+| -- | -- |
+| Homepage | [https://blake3.io/](https://blake3.io/) |
+| License | CC0-1.0 |
+| Versions | 1.3.1 |
+| Architectures | arm64, x64, x86 |
+| Definition | [blake3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install blake3
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blake3")
+```
+
+
 ### blaze (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-11-14T03:57:03+08:00</lastmod>
+  <lastmod>2022-11-14T21:30:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-11-14T03:57:06+08:00</lastmod>
+  <lastmod>2022-11-14T21:30:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-11-14T03:57:06+08:00</lastmod>
+  <lastmod>2022-11-14T21:30:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-11-14T03:57:06+08:00</lastmod>
+  <lastmod>2022-11-14T21:30:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-11-14T03:57:06+08:00</lastmod>
+  <lastmod>2022-11-14T21:30:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-11-14T03:57:07+08:00</lastmod>
+  <lastmod>2022-11-14T21:30:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-11-14T03:57:07+08:00</lastmod>
+  <lastmod>2022-11-14T21:30:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-11-14T03:57:07+08:00</lastmod>
+  <lastmod>2022-11-14T21:30:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-11-14T03:57:07+08:00</lastmod>
+  <lastmod>2022-11-14T21:30:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-11-14T03:57:07+08:00</lastmod>
+  <lastmod>2022-11-14T21:30:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-11-14T03:57:08+08:00</lastmod>
+  <lastmod>2022-11-14T21:30:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-11-14T03:57:08+08:00</lastmod>
+  <lastmod>2022-11-14T21:30:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-11-14T03:57:08+08:00</lastmod>
+  <lastmod>2022-11-14T21:30:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-11-14T03:57:09+08:00</lastmod>
+  <lastmod>2022-11-14T21:30:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-11-14T03:57:09+08:00</lastmod>
+  <lastmod>2022-11-14T21:30:59+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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