Browse Source

autoupdate docs by xmake-repo/ci

ruki 3 years ago
parent
commit
7ce9d33226

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: libspectre, simbody, jsmn**
+- **Recently added: meowhash, libspectre, simbody**
 
 [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 (466)
+- Packages (467)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/bsd.html

@@ -2702,6 +2702,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mbedtls")
 </code></pre>
+<h3 id="meowhashbsd">meowhash (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Official version of the Meow hash, an extremely fast level 1 hash</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://mollyrocket.com/meowhash">https://mollyrocket.com/meowhash</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.0</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/m/meowhash/xmake.lua">meowhash/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install meowhash
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("meowhash")
+</code></pre>
 <h3 id="mesonbsd">meson (bsd)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -9855,6 +9855,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mem")
 </code></pre>
+<h3 id="meowhashlinux">meowhash (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Official version of the Meow hash, an extremely fast level 1 hash</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://mollyrocket.com/meowhash">https://mollyrocket.com/meowhash</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.0</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/m/meowhash/xmake.lua">meowhash/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install meowhash
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("meowhash")
+</code></pre>
 <h3 id="mesonlinux">meson (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -9036,6 +9036,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("memorymapping")
 </code></pre>
+<h3 id="meowhashmacosx">meowhash (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Official version of the Meow hash, an extremely fast level 1 hash</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://mollyrocket.com/meowhash">https://mollyrocket.com/meowhash</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meowhash/xmake.lua">meowhash/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install meowhash
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("meowhash")
+</code></pre>
 <h3 id="mesonmacosx">meson (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -7630,6 +7630,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mem")
 </code></pre>
+<h3 id="meowhashwindows">meowhash (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Official version of the Meow hash, an extremely fast level 1 hash</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://mollyrocket.com/meowhash">https://mollyrocket.com/meowhash</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meowhash/xmake.lua">meowhash/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install meowhash
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("meowhash")
+</code></pre>
 <h3 id="mesonwindows">meson (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/bsd.md

@@ -1779,6 +1779,29 @@ add_requires("mbedtls")
 ```
 
 
+### meowhash (bsd)
+
+
+| Description | *Official version of the Meow hash, an extremely fast level 1 hash* |
+| -- | -- |
+| Homepage | [https://mollyrocket.com/meowhash](https://mollyrocket.com/meowhash) |
+| Versions | 1.0.0 |
+| Architectures | i386, x86_64 |
+| Definition | [meowhash/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meowhash/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install meowhash
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("meowhash")
+```
+
+
 ### meson (bsd)
 
 

+ 23 - 0
packages/linux.md

@@ -6578,6 +6578,29 @@ add_requires("mem")
 ```
 
 
+### meowhash (linux)
+
+
+| Description | *Official version of the Meow hash, an extremely fast level 1 hash* |
+| -- | -- |
+| Homepage | [https://mollyrocket.com/meowhash](https://mollyrocket.com/meowhash) |
+| Versions | 1.0.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [meowhash/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meowhash/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install meowhash
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("meowhash")
+```
+
+
 ### meson (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -6034,6 +6034,29 @@ add_requires("memorymapping")
 ```
 
 
+### meowhash (macosx)
+
+
+| Description | *Official version of the Meow hash, an extremely fast level 1 hash* |
+| -- | -- |
+| Homepage | [https://mollyrocket.com/meowhash](https://mollyrocket.com/meowhash) |
+| Versions | 1.0.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [meowhash/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meowhash/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install meowhash
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("meowhash")
+```
+
+
 ### meson (macosx)
 
 

+ 23 - 0
packages/windows.md

@@ -5063,6 +5063,29 @@ add_requires("mem")
 ```
 
 
+### meowhash (windows)
+
+
+| Description | *Official version of the Meow hash, an extremely fast level 1 hash* |
+| -- | -- |
+| Homepage | [https://mollyrocket.com/meowhash](https://mollyrocket.com/meowhash) |
+| Versions | 1.0.0 |
+| Architectures | x64, x86 |
+| Definition | [meowhash/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meowhash/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install meowhash
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("meowhash")
+```
+
+
 ### meson (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-10-17T00:04:31+08:00</lastmod>
+  <lastmod>2021-10-17T00:23:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-10-17T00:04:33+08:00</lastmod>
+  <lastmod>2021-10-17T00:23:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-10-17T00:04:33+08:00</lastmod>
+  <lastmod>2021-10-17T00:23:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-10-17T00:04:33+08:00</lastmod>
+  <lastmod>2021-10-17T00:23:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-10-17T00:04:33+08:00</lastmod>
+  <lastmod>2021-10-17T00:23:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-10-17T00:04:33+08:00</lastmod>
+  <lastmod>2021-10-17T00:23:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-10-17T00:04:34+08:00</lastmod>
+  <lastmod>2021-10-17T00:23:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-10-17T00:04:34+08:00</lastmod>
+  <lastmod>2021-10-17T00:23:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-10-17T00:04:34+08:00</lastmod>
+  <lastmod>2021-10-17T00:23:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-10-17T00:04:34+08:00</lastmod>
+  <lastmod>2021-10-17T00:23:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-10-17T00:04:35+08:00</lastmod>
+  <lastmod>2021-10-17T00:23:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-10-17T00:04:35+08:00</lastmod>
+  <lastmod>2021-10-17T00:23:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-10-17T00:04:35+08:00</lastmod>
+  <lastmod>2021-10-17T00:23:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-10-17T00:04:36+08:00</lastmod>
+  <lastmod>2021-10-17T00:23:52+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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