Browse Source

autoupdate docs by xmake-repo/ci

ruki 3 years ago
parent
commit
8f64f7f413

+ 1 - 1
_coverpage.md

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

+ 33 - 0
mirror/packages/linux.html

@@ -8810,6 +8810,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libtiff")
 </code></pre>
+<h3 id="libtinslinux">libtins (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>High-level, multiplatform C++ network packet sniffing and crafting library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://libtins.github.io/">http://libtins.github.io/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.6.23</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/l/libtins/xmake.lua">libtins/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libtins
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libtins")
+</code></pre>
 <h3 id="libtoollinux">libtool (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -8279,6 +8279,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libtiff")
 </code></pre>
+<h3 id="libtinsmacosx">libtins (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>High-level, multiplatform C++ network packet sniffing and crafting library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://libtins.github.io/">http://libtins.github.io/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.6.23</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/l/libtins/xmake.lua">libtins/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libtins
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libtins")
+</code></pre>
 <h3 id="libtoolmacosx">libtool (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -7336,6 +7336,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libtiff")
 </code></pre>
+<h3 id="libtinswindows">libtins (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>High-level, multiplatform C++ network packet sniffing and crafting library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://libtins.github.io/">http://libtins.github.io/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.6.23</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/l/libtins/xmake.lua">libtins/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libtins
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libtins")
+</code></pre>
 <h3 id="libtoolwindows">libtool (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/linux.md

@@ -5865,6 +5865,29 @@ add_requires("libtiff")
 ```
 
 
+### libtins (linux)
+
+
+| Description | *High-level, multiplatform C++ network packet sniffing and crafting library.* |
+| -- | -- |
+| Homepage | [http://libtins.github.io/](http://libtins.github.io/) |
+| Versions | 2021.6.23 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libtins/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libtins/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libtins
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libtins")
+```
+
+
 ### libtool (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -5511,6 +5511,29 @@ add_requires("libtiff")
 ```
 
 
+### libtins (macosx)
+
+
+| Description | *High-level, multiplatform C++ network packet sniffing and crafting library.* |
+| -- | -- |
+| Homepage | [http://libtins.github.io/](http://libtins.github.io/) |
+| Versions | 2021.6.23 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libtins/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libtins/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libtins
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libtins")
+```
+
+
 ### libtool (macosx)
 
 

+ 23 - 0
packages/windows.md

@@ -4855,6 +4855,29 @@ add_requires("libtiff")
 ```
 
 
+### libtins (windows)
+
+
+| Description | *High-level, multiplatform C++ network packet sniffing and crafting library.* |
+| -- | -- |
+| Homepage | [http://libtins.github.io/](http://libtins.github.io/) |
+| Versions | 2021.6.23 |
+| Architectures | x64, x86 |
+| Definition | [libtins/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libtins/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libtins
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libtins")
+```
+
+
 ### libtool (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-12-05T23:27:45+08:00</lastmod>
+  <lastmod>2021-12-06T03:17:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-12-05T23:27:46+08:00</lastmod>
+  <lastmod>2021-12-06T03:17:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-12-05T23:27:47+08:00</lastmod>
+  <lastmod>2021-12-06T03:17:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-12-05T23:27:47+08:00</lastmod>
+  <lastmod>2021-12-06T03:17:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-12-05T23:27:47+08:00</lastmod>
+  <lastmod>2021-12-06T03:17:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-12-05T23:27:47+08:00</lastmod>
+  <lastmod>2021-12-06T03:17:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-12-05T23:27:47+08:00</lastmod>
+  <lastmod>2021-12-06T03:17:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-12-05T23:27:48+08:00</lastmod>
+  <lastmod>2021-12-06T03:17:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-12-05T23:27:48+08:00</lastmod>
+  <lastmod>2021-12-06T03:17:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-12-05T23:27:48+08:00</lastmod>
+  <lastmod>2021-12-06T03:17:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-12-05T23:27:48+08:00</lastmod>
+  <lastmod>2021-12-06T03:17:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-12-05T23:27:48+08:00</lastmod>
+  <lastmod>2021-12-06T03:17:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-12-05T23:27:49+08:00</lastmod>
+  <lastmod>2021-12-06T03:17:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-12-05T23:27:49+08:00</lastmod>
+  <lastmod>2021-12-06T03:17:44+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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