فهرست منبع

autoupdate docs by xmake-repo/ci

ruki 2 سال پیش
والد
کامیت
e0e8627294

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: raw_pdb, g2o, handy**
+- **Recently added: hash-library, raw_pdb, g2o**
 
 [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 (778)
+- Packages (779)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -3173,6 +3173,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("happly")
 </code></pre>
+<h3 id="hashlibraryandroid">hash-library (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable C++ hashing library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://create.stephan-brumme.com/hash-library/">https://create.stephan-brumme.com/hash-library/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.09.29</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/h/hash-library/xmake.lua">hash-library/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] hash-library
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hash-library")
+</code></pre>
 <h3 id="hiredisandroid">hiredis (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -2819,6 +2819,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("happly")
 </code></pre>
+<h3 id="hashlibrarybsd">hash-library (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable C++ hashing library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://create.stephan-brumme.com/hash-library/">https://create.stephan-brumme.com/hash-library/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.09.29</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/h/hash-library/xmake.lua">hash-library/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install hash-library
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hash-library")
+</code></pre>
 <h3 id="hffixbsd">hffix (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -2712,6 +2712,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("happly")
 </code></pre>
+<h3 id="hashlibrarycross">hash-library (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable C++ hashing library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://create.stephan-brumme.com/hash-library/">https://create.stephan-brumme.com/hash-library/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.09.29</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/h/hash-library/xmake.lua">hash-library/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] hash-library
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hash-library")
+</code></pre>
 <h3 id="hirediscross">hiredis (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -2922,6 +2922,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("happly")
 </code></pre>
+<h3 id="hashlibraryiphoneos">hash-library (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable C++ hashing library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://create.stephan-brumme.com/hash-library/">https://create.stephan-brumme.com/hash-library/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.09.29</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/h/hash-library/xmake.lua">hash-library/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos hash-library
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hash-library")
+</code></pre>
 <h3 id="hiredisiphoneos">hiredis (iphoneos)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -7939,6 +7939,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("harfbuzz")
 </code></pre>
+<h3 id="hashlibrarylinux">hash-library (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable C++ hashing library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://create.stephan-brumme.com/hash-library/">https://create.stephan-brumme.com/hash-library/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.09.29</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/h/hash-library/xmake.lua">hash-library/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install hash-library
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hash-library")
+</code></pre>
 <h3 id="hdf5linux">hdf5 (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -7297,6 +7297,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("harfbuzz")
 </code></pre>
+<h3 id="hashlibrarymacosx">hash-library (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable C++ hashing library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://create.stephan-brumme.com/hash-library/">https://create.stephan-brumme.com/hash-library/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.09.29</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/h/hash-library/xmake.lua">hash-library/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install hash-library
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hash-library")
+</code></pre>
 <h3 id="hdf5macosx">hdf5 (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -3613,6 +3613,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("happly")
 </code></pre>
+<h3 id="hashlibrarymingw">hash-library (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable C++ hashing library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://create.stephan-brumme.com/hash-library/">https://create.stephan-brumme.com/hash-library/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.09.29</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/h/hash-library/xmake.lua">hash-library/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] hash-library
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hash-library")
+</code></pre>
 <h3 id="hiredismingw">hiredis (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -2531,6 +2531,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("happly")
 </code></pre>
+<h3 id="hashlibrarymsys">hash-library (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable C++ hashing library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://create.stephan-brumme.com/hash-library/">https://create.stephan-brumme.com/hash-library/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.09.29</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/h/hash-library/xmake.lua">hash-library/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install hash-library
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hash-library")
+</code></pre>
 <h3 id="hiredismsys">hiredis (msys)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/wasm.html

@@ -2428,6 +2428,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("happly")
 </code></pre>
+<h3 id="hashlibrarywasm">hash-library (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable C++ hashing library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://create.stephan-brumme.com/hash-library/">https://create.stephan-brumme.com/hash-library/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.09.29</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/h/hash-library/xmake.lua">hash-library/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm hash-library
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hash-library")
+</code></pre>
 <h3 id="hirediswasm">hiredis (wasm)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -7029,6 +7029,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("harfbuzz")
 </code></pre>
+<h3 id="hashlibrarywindows">hash-library (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable C++ hashing library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://create.stephan-brumme.com/hash-library/">https://create.stephan-brumme.com/hash-library/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.09.29</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/h/hash-library/xmake.lua">hash-library/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install hash-library
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hash-library")
+</code></pre>
 <h3 id="hdf5windows">hdf5 (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -2065,6 +2065,30 @@ add_requires("happly")
 ```
 
 
+### hash-library (android)
+
+
+| Description | *Portable C++ hashing library* |
+| -- | -- |
+| Homepage | [https://create.stephan-brumme.com/hash-library/](https://create.stephan-brumme.com/hash-library/) |
+| License | zlib |
+| Versions | 2021.09.29 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [hash-library/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hash-library/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] hash-library
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hash-library")
+```
+
+
 ### hiredis (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -1829,6 +1829,30 @@ add_requires("happly")
 ```
 
 
+### hash-library (bsd)
+
+
+| Description | *Portable C++ hashing library* |
+| -- | -- |
+| Homepage | [https://create.stephan-brumme.com/hash-library/](https://create.stephan-brumme.com/hash-library/) |
+| License | zlib |
+| Versions | 2021.09.29 |
+| Architectures | i386, x86_64 |
+| Definition | [hash-library/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hash-library/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install hash-library
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hash-library")
+```
+
+
 ### hffix (bsd)
 
 

+ 24 - 0
packages/cross.md

@@ -1758,6 +1758,30 @@ add_requires("happly")
 ```
 
 
+### hash-library (cross)
+
+
+| Description | *Portable C++ hashing library* |
+| -- | -- |
+| Homepage | [https://create.stephan-brumme.com/hash-library/](https://create.stephan-brumme.com/hash-library/) |
+| License | zlib |
+| Versions | 2021.09.29 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [hash-library/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hash-library/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] hash-library
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hash-library")
+```
+
+
 ### hiredis (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -1899,6 +1899,30 @@ add_requires("happly")
 ```
 
 
+### hash-library (iphoneos)
+
+
+| Description | *Portable C++ hashing library* |
+| -- | -- |
+| Homepage | [https://create.stephan-brumme.com/hash-library/](https://create.stephan-brumme.com/hash-library/) |
+| License | zlib |
+| Versions | 2021.09.29 |
+| Architectures | arm64, x86_64 |
+| Definition | [hash-library/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hash-library/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos hash-library
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hash-library")
+```
+
+
 ### hiredis (iphoneos)
 
 

+ 24 - 0
packages/linux.md

@@ -5220,6 +5220,30 @@ add_requires("harfbuzz")
 ```
 
 
+### hash-library (linux)
+
+
+| Description | *Portable C++ hashing library* |
+| -- | -- |
+| Homepage | [https://create.stephan-brumme.com/hash-library/](https://create.stephan-brumme.com/hash-library/) |
+| License | zlib |
+| Versions | 2021.09.29 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [hash-library/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hash-library/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install hash-library
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hash-library")
+```
+
+
 ### hdf5 (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -4794,6 +4794,30 @@ add_requires("harfbuzz")
 ```
 
 
+### hash-library (macosx)
+
+
+| Description | *Portable C++ hashing library* |
+| -- | -- |
+| Homepage | [https://create.stephan-brumme.com/hash-library/](https://create.stephan-brumme.com/hash-library/) |
+| License | zlib |
+| Versions | 2021.09.29 |
+| Architectures | arm64, x86_64 |
+| Definition | [hash-library/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hash-library/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install hash-library
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hash-library")
+```
+
+
 ### hdf5 (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -2352,6 +2352,30 @@ add_requires("happly")
 ```
 
 
+### hash-library (mingw)
+
+
+| Description | *Portable C++ hashing library* |
+| -- | -- |
+| Homepage | [https://create.stephan-brumme.com/hash-library/](https://create.stephan-brumme.com/hash-library/) |
+| License | zlib |
+| Versions | 2021.09.29 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [hash-library/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hash-library/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] hash-library
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hash-library")
+```
+
+
 ### hiredis (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -1639,6 +1639,30 @@ add_requires("happly")
 ```
 
 
+### hash-library (msys)
+
+
+| Description | *Portable C++ hashing library* |
+| -- | -- |
+| Homepage | [https://create.stephan-brumme.com/hash-library/](https://create.stephan-brumme.com/hash-library/) |
+| License | zlib |
+| Versions | 2021.09.29 |
+| Architectures | i386, x86_64 |
+| Definition | [hash-library/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hash-library/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install hash-library
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hash-library")
+```
+
+
 ### hiredis (msys)
 
 

+ 24 - 0
packages/wasm.md

@@ -1569,6 +1569,30 @@ add_requires("happly")
 ```
 
 
+### hash-library (wasm)
+
+
+| Description | *Portable C++ hashing library* |
+| -- | -- |
+| Homepage | [https://create.stephan-brumme.com/hash-library/](https://create.stephan-brumme.com/hash-library/) |
+| License | zlib |
+| Versions | 2021.09.29 |
+| Architectures | wasm32 |
+| Definition | [hash-library/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hash-library/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm hash-library
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hash-library")
+```
+
+
 ### hiredis (wasm)
 
 

+ 24 - 0
packages/windows.md

@@ -4609,6 +4609,30 @@ add_requires("harfbuzz")
 ```
 
 
+### hash-library (windows)
+
+
+| Description | *Portable C++ hashing library* |
+| -- | -- |
+| Homepage | [https://create.stephan-brumme.com/hash-library/](https://create.stephan-brumme.com/hash-library/) |
+| License | zlib |
+| Versions | 2021.09.29 |
+| Architectures | arm64, x64, x86 |
+| Definition | [hash-library/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hash-library/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install hash-library
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hash-library")
+```
+
+
 ### hdf5 (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-11-10T15:08:47+08:00</lastmod>
+  <lastmod>2022-11-11T01:36:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-11-10T15:08:49+08:00</lastmod>
+  <lastmod>2022-11-11T01:36:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-11-10T15:08:49+08:00</lastmod>
+  <lastmod>2022-11-11T01:36:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-11-10T15:08:50+08:00</lastmod>
+  <lastmod>2022-11-11T01:36:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-11-10T15:08:50+08:00</lastmod>
+  <lastmod>2022-11-11T01:36:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-11-10T15:08:50+08:00</lastmod>
+  <lastmod>2022-11-11T01:36:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-11-10T15:08:50+08:00</lastmod>
+  <lastmod>2022-11-11T01:36:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-11-10T15:08:50+08:00</lastmod>
+  <lastmod>2022-11-11T01:36:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-11-10T15:08:50+08:00</lastmod>
+  <lastmod>2022-11-11T01:36:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-11-10T15:08:51+08:00</lastmod>
+  <lastmod>2022-11-11T01:36:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-11-10T15:08:51+08:00</lastmod>
+  <lastmod>2022-11-11T01:36:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-11-10T15:08:51+08:00</lastmod>
+  <lastmod>2022-11-11T01:36:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-11-10T15:08:51+08:00</lastmod>
+  <lastmod>2022-11-11T01:36:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-11-10T15:08:51+08:00</lastmod>
+  <lastmod>2022-11-11T01:36:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-11-10T15:08:52+08:00</lastmod>
+  <lastmod>2022-11-11T01:36:15+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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