Sfoglia il codice sorgente

autoupdate docs by xmake-repo/ci

ruki 2 anni fa
parent
commit
16effde311

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: orangeduck_mpc, branchless-utf8, cpp-lazy**
+- **Recently added: linenoise, orangeduck_mpc, branchless-utf8**
 
 [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 (835)
+- Packages (836)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -5384,6 +5384,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libxml2")
 </code></pre>
+<h3 id="linenoiseandroid">linenoise (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A small self-contained alternative to readline and libedit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/antirez/linenoise">https://github.com/antirez/linenoise</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.3.12</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/l/linenoise/xmake.lua">linenoise/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] linenoise
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("linenoise")
+</code></pre>
 <h3 id="litehtmlandroid">litehtml (android)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/bsd.html

@@ -4631,6 +4631,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libwebp")
 </code></pre>
+<h3 id="linenoisebsd">linenoise (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A small self-contained alternative to readline and libedit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/antirez/linenoise">https://github.com/antirez/linenoise</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.3.12</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/l/linenoise/xmake.lua">linenoise/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install linenoise
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("linenoise")
+</code></pre>
 <h3 id="litehtmlbsd">litehtml (bsd)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/cross.html

@@ -4236,6 +4236,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libunwind")
 </code></pre>
+<h3 id="linenoisecross">linenoise (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A small self-contained alternative to readline and libedit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/antirez/linenoise">https://github.com/antirez/linenoise</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.3.12</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/l/linenoise/xmake.lua">linenoise/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] linenoise
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("linenoise")
+</code></pre>
 <h3 id="linuxheaderscross">linux-headers (cross)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -4849,6 +4849,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libxml2")
 </code></pre>
+<h3 id="linenoiseiphoneos">linenoise (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A small self-contained alternative to readline and libedit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/antirez/linenoise">https://github.com/antirez/linenoise</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.3.12</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/l/linenoise/xmake.lua">linenoise/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos linenoise
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("linenoise")
+</code></pre>
 <h3 id="litehtmliphoneos">litehtml (iphoneos)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -15165,6 +15165,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lightgbm")
 </code></pre>
+<h3 id="linenoiselinux">linenoise (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A small self-contained alternative to readline and libedit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/antirez/linenoise">https://github.com/antirez/linenoise</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.3.12</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/linenoise/xmake.lua">linenoise/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install linenoise
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("linenoise")
+</code></pre>
 <h3 id="linuxheaderslinux">linux-headers (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -14099,6 +14099,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lief")
 </code></pre>
+<h3 id="linenoisemacosx">linenoise (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A small self-contained alternative to readline and libedit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/antirez/linenoise">https://github.com/antirez/linenoise</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.3.12</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/l/linenoise/xmake.lua">linenoise/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install linenoise
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("linenoise")
+</code></pre>
 <h3 id="litehtmlmacosx">litehtml (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/wasm.html

@@ -3931,6 +3931,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libvorbis")
 </code></pre>
+<h3 id="linenoisewasm">linenoise (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A small self-contained alternative to readline and libedit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/antirez/linenoise">https://github.com/antirez/linenoise</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.3.12</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/l/linenoise/xmake.lua">linenoise/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm linenoise
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("linenoise")
+</code></pre>
 <h3 id="litehtmlwasm">litehtml (wasm)</h3>
 <table>
 <thead>

+ 23 - 0
packages/android.md

@@ -3554,6 +3554,29 @@ add_requires("libxml2")
 ```
 
 
+### linenoise (android)
+
+
+| Description | *A small self-contained alternative to readline and libedit* |
+| -- | -- |
+| Homepage | [https://github.com/antirez/linenoise](https://github.com/antirez/linenoise) |
+| Versions | 2020.3.12 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [linenoise/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/linenoise/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] linenoise
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("linenoise")
+```
+
+
 ### litehtml (android)
 
 

+ 23 - 0
packages/bsd.md

@@ -3056,6 +3056,29 @@ add_requires("libwebp")
 ```
 
 
+### linenoise (bsd)
+
+
+| Description | *A small self-contained alternative to readline and libedit* |
+| -- | -- |
+| Homepage | [https://github.com/antirez/linenoise](https://github.com/antirez/linenoise) |
+| Versions | 2020.3.12 |
+| Architectures | i386, x86_64 |
+| Definition | [linenoise/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/linenoise/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install linenoise
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("linenoise")
+```
+
+
 ### litehtml (bsd)
 
 

+ 23 - 0
packages/cross.md

@@ -2795,6 +2795,29 @@ add_requires("libunwind")
 ```
 
 
+### linenoise (cross)
+
+
+| Description | *A small self-contained alternative to readline and libedit* |
+| -- | -- |
+| Homepage | [https://github.com/antirez/linenoise](https://github.com/antirez/linenoise) |
+| Versions | 2020.3.12 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [linenoise/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/linenoise/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] linenoise
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("linenoise")
+```
+
+
 ### linux-headers (cross)
 
 

+ 23 - 0
packages/iphoneos.md

@@ -3199,6 +3199,29 @@ add_requires("libxml2")
 ```
 
 
+### linenoise (iphoneos)
+
+
+| Description | *A small self-contained alternative to readline and libedit* |
+| -- | -- |
+| Homepage | [https://github.com/antirez/linenoise](https://github.com/antirez/linenoise) |
+| Versions | 2020.3.12 |
+| Architectures | arm64, x86_64 |
+| Definition | [linenoise/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/linenoise/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos linenoise
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("linenoise")
+```
+
+
 ### litehtml (iphoneos)
 
 

+ 23 - 0
packages/linux.md

@@ -10094,6 +10094,29 @@ add_requires("lightgbm")
 ```
 
 
+### linenoise (linux)
+
+
+| Description | *A small self-contained alternative to readline and libedit* |
+| -- | -- |
+| Homepage | [https://github.com/antirez/linenoise](https://github.com/antirez/linenoise) |
+| Versions | 2020.3.12 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [linenoise/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/linenoise/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install linenoise
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("linenoise")
+```
+
+
 ### linux-headers (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -9385,6 +9385,29 @@ add_requires("lief")
 ```
 
 
+### linenoise (macosx)
+
+
+| Description | *A small self-contained alternative to readline and libedit* |
+| -- | -- |
+| Homepage | [https://github.com/antirez/linenoise](https://github.com/antirez/linenoise) |
+| Versions | 2020.3.12 |
+| Architectures | arm64, x86_64 |
+| Definition | [linenoise/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/linenoise/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install linenoise
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("linenoise")
+```
+
+
 ### litehtml (macosx)
 
 

+ 23 - 0
packages/wasm.md

@@ -2586,6 +2586,29 @@ add_requires("libvorbis")
 ```
 
 
+### linenoise (wasm)
+
+
+| Description | *A small self-contained alternative to readline and libedit* |
+| -- | -- |
+| Homepage | [https://github.com/antirez/linenoise](https://github.com/antirez/linenoise) |
+| Versions | 2020.3.12 |
+| Architectures | wasm32 |
+| Definition | [linenoise/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/linenoise/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm linenoise
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("linenoise")
+```
+
+
 ### litehtml (wasm)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-02-12T15:24:49+08:00</lastmod>
+  <lastmod>2023-02-12T15:44:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-02-12T15:24:51+08:00</lastmod>
+  <lastmod>2023-02-12T15:44:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-02-12T15:24:51+08:00</lastmod>
+  <lastmod>2023-02-12T15:44:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-02-12T15:24:52+08:00</lastmod>
+  <lastmod>2023-02-12T15:44:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-02-12T15:24:52+08:00</lastmod>
+  <lastmod>2023-02-12T15:44:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-02-12T15:24:52+08:00</lastmod>
+  <lastmod>2023-02-12T15:44:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-02-12T15:24:53+08:00</lastmod>
+  <lastmod>2023-02-12T15:44:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-02-12T15:24:53+08:00</lastmod>
+  <lastmod>2023-02-12T15:44:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-02-12T15:24:53+08:00</lastmod>
+  <lastmod>2023-02-12T15:44:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-02-12T15:24:54+08:00</lastmod>
+  <lastmod>2023-02-12T15:44:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-02-12T15:24:54+08:00</lastmod>
+  <lastmod>2023-02-12T15:44:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-02-12T15:24:54+08:00</lastmod>
+  <lastmod>2023-02-12T15:44:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-02-12T15:24:54+08:00</lastmod>
+  <lastmod>2023-02-12T15:44:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-02-12T15:24:55+08:00</lastmod>
+  <lastmod>2023-02-12T15:44:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-02-12T15:24:55+08:00</lastmod>
+  <lastmod>2023-02-12T15:44:41+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: orangeduck_mpc, branchless-utf8, cpp-lazy**
+- **Recently added: linenoise, orangeduck_mpc, branchless-utf8**
 
 [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)
-- 包列表 (835)
+- 包列表 (836)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)