Kaynağa Gözat

autoupdate docs by xmake-repo/ci

ruki 2 yıl önce
ebeveyn
işleme
0fbd4e1781

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: openssl3, out_ptr, cpuinfo**
+- **Recently added: nowide_standalone, openssl3, out_ptr**
 
 [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 (801)
+- Packages (802)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/linux.html

@@ -18275,6 +18275,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("noise-c")
 </code></pre>
+<h3 id="nowide_standalonelinux">nowide_standalone (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ implementation of the Python Numpy library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/boostorg/nowide/tree/standalone">https://github.com/boostorg/nowide/tree/standalone</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Boost Software License, Version 1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>11.2.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/n/nowide_standalone/xmake.lua">nowide_standalone/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nowide_standalone
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nowide_standalone")
+</code></pre>
 <h3 id="ntkernelerrorcategorylinux">ntkernel-error-category (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -17036,6 +17036,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("noise-c")
 </code></pre>
+<h3 id="nowide_standalonemacosx">nowide_standalone (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ implementation of the Python Numpy library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/boostorg/nowide/tree/standalone">https://github.com/boostorg/nowide/tree/standalone</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Boost Software License, Version 1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>11.2.0</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/n/nowide_standalone/xmake.lua">nowide_standalone/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nowide_standalone
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nowide_standalone")
+</code></pre>
 <h3 id="ntkernelerrorcategorymacosx">ntkernel-error-category (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -7588,6 +7588,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nodesoup")
 </code></pre>
+<h3 id="nowide_standalonemingw">nowide_standalone (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ implementation of the Python Numpy library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/boostorg/nowide/tree/standalone">https://github.com/boostorg/nowide/tree/standalone</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Boost Software License, Version 1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>11.2.0</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/n/nowide_standalone/xmake.lua">nowide_standalone/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] nowide_standalone
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nowide_standalone")
+</code></pre>
 <h3 id="ntkernelerrorcategorymingw">ntkernel-error-category (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -14387,6 +14387,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nodesoup")
 </code></pre>
+<h3 id="nowide_standalonewindows">nowide_standalone (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ implementation of the Python Numpy library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/boostorg/nowide/tree/standalone">https://github.com/boostorg/nowide/tree/standalone</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Boost Software License, Version 1.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>11.2.0</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/n/nowide_standalone/xmake.lua">nowide_standalone/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nowide_standalone
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nowide_standalone")
+</code></pre>
 <h3 id="ntkernelerrorcategorywindows">ntkernel-error-category (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/linux.md

@@ -12173,6 +12173,30 @@ add_requires("noise-c")
 ```
 
 
+### nowide_standalone (linux)
+
+
+| Description | *C++ implementation of the Python Numpy library* |
+| -- | -- |
+| Homepage | [https://github.com/boostorg/nowide/tree/standalone](https://github.com/boostorg/nowide/tree/standalone) |
+| License | Boost Software License, Version 1.0 |
+| Versions | 11.2.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [nowide_standalone/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nowide_standalone/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nowide_standalone
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nowide_standalone")
+```
+
+
 ### ntkernel-error-category (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -11347,6 +11347,30 @@ add_requires("noise-c")
 ```
 
 
+### nowide_standalone (macosx)
+
+
+| Description | *C++ implementation of the Python Numpy library* |
+| -- | -- |
+| Homepage | [https://github.com/boostorg/nowide/tree/standalone](https://github.com/boostorg/nowide/tree/standalone) |
+| License | Boost Software License, Version 1.0 |
+| Versions | 11.2.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [nowide_standalone/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nowide_standalone/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nowide_standalone
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nowide_standalone")
+```
+
+
 ### ntkernel-error-category (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -5023,6 +5023,30 @@ add_requires("nodesoup")
 ```
 
 
+### nowide_standalone (mingw)
+
+
+| Description | *C++ implementation of the Python Numpy library* |
+| -- | -- |
+| Homepage | [https://github.com/boostorg/nowide/tree/standalone](https://github.com/boostorg/nowide/tree/standalone) |
+| License | Boost Software License, Version 1.0 |
+| Versions | 11.2.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [nowide_standalone/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nowide_standalone/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] nowide_standalone
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nowide_standalone")
+```
+
+
 ### ntkernel-error-category (mingw)
 
 

+ 24 - 0
packages/windows.md

@@ -9527,6 +9527,30 @@ add_requires("nodesoup")
 ```
 
 
+### nowide_standalone (windows)
+
+
+| Description | *C++ implementation of the Python Numpy library* |
+| -- | -- |
+| Homepage | [https://github.com/boostorg/nowide/tree/standalone](https://github.com/boostorg/nowide/tree/standalone) |
+| License | Boost Software License, Version 1.0 |
+| Versions | 11.2.0 |
+| Architectures | arm64, x64, x86 |
+| Definition | [nowide_standalone/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nowide_standalone/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nowide_standalone
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nowide_standalone")
+```
+
+
 ### ntkernel-error-category (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-01-01T13:24:40+08:00</lastmod>
+  <lastmod>2023-01-02T14:54:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-01-01T13:24:42+08:00</lastmod>
+  <lastmod>2023-01-02T14:54:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-01-01T13:24:43+08:00</lastmod>
+  <lastmod>2023-01-02T14:54:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-01-01T13:24:43+08:00</lastmod>
+  <lastmod>2023-01-02T14:54:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-01-01T13:24:43+08:00</lastmod>
+  <lastmod>2023-01-02T14:54:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-01-01T13:24:44+08:00</lastmod>
+  <lastmod>2023-01-02T14:54:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-01-01T13:24:44+08:00</lastmod>
+  <lastmod>2023-01-02T14:54:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-01-01T13:24:44+08:00</lastmod>
+  <lastmod>2023-01-02T14:54:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-01-01T13:24:44+08:00</lastmod>
+  <lastmod>2023-01-02T14:54:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-01-01T13:24:45+08:00</lastmod>
+  <lastmod>2023-01-02T14:54:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-01-01T13:24:45+08:00</lastmod>
+  <lastmod>2023-01-02T14:54:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-01-01T13:24:45+08:00</lastmod>
+  <lastmod>2023-01-02T14:54:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-01-01T13:24:46+08:00</lastmod>
+  <lastmod>2023-01-02T14:54:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-01-01T13:24:46+08:00</lastmod>
+  <lastmod>2023-01-02T14:54:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-01-01T13:24:46+08:00</lastmod>
+  <lastmod>2023-01-02T14:54:12+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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