فهرست منبع

autoupdate docs by xmake-repo/ci

ruki 3 سال پیش
والد
کامیت
072fd6ddf3

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: zycore-c, flecs, h5cpp**
+- **Recently added: zydis, zycore-c, flecs**
 
 [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 (705)
+- Packages (706)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -9450,6 +9450,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zycore-c")
 </code></pre>
+<h3 id="zydisandroid">zydis (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast and lightweight x86/x86-64 disassembler and code generation library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://zydis.re">https://zydis.re</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.2.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/z/zydis/xmake.lua">zydis/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] zydis
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zydis")
+</code></pre>
 </article>
 </body>
 </html>

+ 37 - 0
mirror/packages/bsd.html

@@ -7819,6 +7819,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zycore-c")
 </code></pre>
+<h3 id="zydisbsd">zydis (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast and lightweight x86/x86-64 disassembler and code generation library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://zydis.re">https://zydis.re</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.2.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/z/zydis/xmake.lua">zydis/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install zydis
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zydis")
+</code></pre>
 </article>
 </body>
 </html>

+ 37 - 0
mirror/packages/cross.html

@@ -7226,6 +7226,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zycore-c")
 </code></pre>
+<h3 id="zydiscross">zydis (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast and lightweight x86/x86-64 disassembler and code generation library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://zydis.re">https://zydis.re</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.2.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/z/zydis/xmake.lua">zydis/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] zydis
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zydis")
+</code></pre>
 </article>
 </body>
 </html>

+ 37 - 0
mirror/packages/linux.html

@@ -24351,6 +24351,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zycore-c")
 </code></pre>
+<h3 id="zydislinux">zydis (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast and lightweight x86/x86-64 disassembler and code generation library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://zydis.re">https://zydis.re</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.2.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/z/zydis/xmake.lua">zydis/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install zydis
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zydis")
+</code></pre>
 <h3 id="zzipliblinux">zziplib (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -22495,6 +22495,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zycore-c")
 </code></pre>
+<h3 id="zydismacosx">zydis (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast and lightweight x86/x86-64 disassembler and code generation library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://zydis.re">https://zydis.re</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.2.1</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/z/zydis/xmake.lua">zydis/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install zydis
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zydis")
+</code></pre>
 <h3 id="zziplibmacosx">zziplib (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -9951,6 +9951,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zycore-c")
 </code></pre>
+<h3 id="zydismingw">zydis (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast and lightweight x86/x86-64 disassembler and code generation library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://zydis.re">https://zydis.re</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.2.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/z/zydis/xmake.lua">zydis/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] zydis
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zydis")
+</code></pre>
 </article>
 </body>
 </html>

+ 37 - 0
mirror/packages/windows.html

@@ -19368,6 +19368,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("zycore-c")
 </code></pre>
+<h3 id="zydiswindows">zydis (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast and lightweight x86/x86-64 disassembler and code generation library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://zydis.re">https://zydis.re</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.2.1</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/z/zydis/xmake.lua">zydis/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install zydis
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("zydis")
+</code></pre>
 <h3 id="zziplibwindows">zziplib (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -6306,4 +6306,28 @@ add_requires("zycore-c")
 ```
 
 
+### zydis (android)
+
+
+| Description | *Fast and lightweight x86/x86-64 disassembler and code generation library* |
+| -- | -- |
+| Homepage | [https://zydis.re](https://zydis.re) |
+| License | MIT |
+| Versions | v3.2.1 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [zydis/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zydis/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] zydis
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zydis")
+```
+
+
 

+ 24 - 0
packages/bsd.md

@@ -5218,4 +5218,28 @@ add_requires("zycore-c")
 ```
 
 
+### zydis (bsd)
+
+
+| Description | *Fast and lightweight x86/x86-64 disassembler and code generation library* |
+| -- | -- |
+| Homepage | [https://zydis.re](https://zydis.re) |
+| License | MIT |
+| Versions | v3.2.1 |
+| Architectures | i386, x86_64 |
+| Definition | [zydis/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zydis/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install zydis
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zydis")
+```
+
+
 

+ 24 - 0
packages/cross.md

@@ -4819,4 +4819,28 @@ add_requires("zycore-c")
 ```
 
 
+### zydis (cross)
+
+
+| Description | *Fast and lightweight x86/x86-64 disassembler and code generation library* |
+| -- | -- |
+| Homepage | [https://zydis.re](https://zydis.re) |
+| License | MIT |
+| Versions | v3.2.1 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [zydis/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zydis/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] zydis
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zydis")
+```
+
+
 

+ 24 - 0
packages/linux.md

@@ -16250,6 +16250,30 @@ add_requires("zycore-c")
 ```
 
 
+### zydis (linux)
+
+
+| Description | *Fast and lightweight x86/x86-64 disassembler and code generation library* |
+| -- | -- |
+| Homepage | [https://zydis.re](https://zydis.re) |
+| License | MIT |
+| Versions | v3.2.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [zydis/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zydis/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install zydis
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zydis")
+```
+
+
 ### zziplib (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -15019,6 +15019,30 @@ add_requires("zycore-c")
 ```
 
 
+### zydis (macosx)
+
+
+| Description | *Fast and lightweight x86/x86-64 disassembler and code generation library* |
+| -- | -- |
+| Homepage | [https://zydis.re](https://zydis.re) |
+| License | MIT |
+| Versions | v3.2.1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [zydis/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zydis/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install zydis
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zydis")
+```
+
+
 ### zziplib (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -6636,4 +6636,28 @@ add_requires("zycore-c")
 ```
 
 
+### zydis (mingw)
+
+
+| Description | *Fast and lightweight x86/x86-64 disassembler and code generation library* |
+| -- | -- |
+| Homepage | [https://zydis.re](https://zydis.re) |
+| License | MIT |
+| Versions | v3.2.1 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [zydis/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zydis/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] zydis
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zydis")
+```
+
+
 

+ 24 - 0
packages/windows.md

@@ -12873,6 +12873,30 @@ add_requires("zycore-c")
 ```
 
 
+### zydis (windows)
+
+
+| Description | *Fast and lightweight x86/x86-64 disassembler and code generation library* |
+| -- | -- |
+| Homepage | [https://zydis.re](https://zydis.re) |
+| License | MIT |
+| Versions | v3.2.1 |
+| Architectures | x64, x86 |
+| Definition | [zydis/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/z/zydis/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install zydis
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("zydis")
+```
+
+
 ### zziplib (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-06-20T15:05:57+08:00</lastmod>
+  <lastmod>2022-06-21T02:54:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-06-20T15:06:00+08:00</lastmod>
+  <lastmod>2022-06-21T02:54:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-06-20T15:06:00+08:00</lastmod>
+  <lastmod>2022-06-21T02:54:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-06-20T15:06:00+08:00</lastmod>
+  <lastmod>2022-06-21T02:54:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-06-20T15:06:01+08:00</lastmod>
+  <lastmod>2022-06-21T02:54:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-06-20T15:06:01+08:00</lastmod>
+  <lastmod>2022-06-21T02:54:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-06-20T15:06:01+08:00</lastmod>
+  <lastmod>2022-06-21T02:54:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-06-20T15:06:01+08:00</lastmod>
+  <lastmod>2022-06-21T02:54:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-06-20T15:06:02+08:00</lastmod>
+  <lastmod>2022-06-21T02:54:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-06-20T15:06:02+08:00</lastmod>
+  <lastmod>2022-06-21T02:54:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-06-20T15:06:02+08:00</lastmod>
+  <lastmod>2022-06-21T02:54:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-06-20T15:06:02+08:00</lastmod>
+  <lastmod>2022-06-21T02:54:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-06-20T15:06:02+08:00</lastmod>
+  <lastmod>2022-06-21T02:54:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-06-20T15:06:02+08:00</lastmod>
+  <lastmod>2022-06-21T02:54:54+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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