Browse Source

autoupdate docs by xmake-repo/ci

ruki 2 năm trước cách đây
mục cha
commit
18ff67ff8f

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: outcome, rtm, quickcpplib**
+- **Recently added: ntkernel-error-category, outcome, rtm**
 
 [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 (790)
+- Packages (791)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -6815,6 +6815,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nodesoup")
 </code></pre>
+<h3 id="ntkernelerrorcategoryandroid">ntkernel-error-category (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ 11 std::error_category for the NT kernel&#39;s NTSTATUS error codes </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/ntkernel-error-category">https://github.com/ned14/ntkernel-error-category</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.0</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/n/ntkernel-error-category/xmake.lua">ntkernel-error-category/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] ntkernel-error-category
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ntkernel-error-category")
+</code></pre>
 <h2 id="o">o</h2>
 <h3 id="onetbbandroid">onetbb (android)</h3>
 <table>

+ 37 - 0
mirror/packages/bsd.html

@@ -6066,6 +6066,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nodesoup")
 </code></pre>
+<h3 id="ntkernelerrorcategorybsd">ntkernel-error-category (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ 11 std::error_category for the NT kernel&#39;s NTSTATUS error codes </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/ntkernel-error-category">https://github.com/ned14/ntkernel-error-category</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.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/n/ntkernel-error-category/xmake.lua">ntkernel-error-category/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ntkernel-error-category
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ntkernel-error-category")
+</code></pre>
 <h2 id="o">o</h2>
 <h3 id="openccbsd">opencc (bsd)</h3>
 <table>

+ 37 - 0
mirror/packages/cross.html

@@ -5506,6 +5506,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nodesoup")
 </code></pre>
+<h3 id="ntkernelerrorcategorycross">ntkernel-error-category (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ 11 std::error_category for the NT kernel&#39;s NTSTATUS error codes </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/ntkernel-error-category">https://github.com/ned14/ntkernel-error-category</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.0</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/n/ntkernel-error-category/xmake.lua">ntkernel-error-category/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] ntkernel-error-category
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ntkernel-error-category")
+</code></pre>
 <h2 id="o">o</h2>
 <h3 id="openalsoftcross">openal-soft (cross)</h3>
 <table>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -6206,6 +6206,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nodesoup")
 </code></pre>
+<h3 id="ntkernelerrorcategoryiphoneos">ntkernel-error-category (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ 11 std::error_category for the NT kernel&#39;s NTSTATUS error codes </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/ntkernel-error-category">https://github.com/ned14/ntkernel-error-category</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/ntkernel-error-category/xmake.lua">ntkernel-error-category/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos ntkernel-error-category
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ntkernel-error-category")
+</code></pre>
 <h2 id="o">o</h2>
 <h3 id="openalsoftiphoneos">openal-soft (iphoneos)</h3>
 <table>

+ 38 - 1
mirror/packages/linux.html

@@ -4378,7 +4378,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.1, 0.2, 0.3</td>
+<td>0.1, 0.2, 0.3, 0.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -18164,6 +18164,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("noise-c")
 </code></pre>
+<h3 id="ntkernelerrorcategorylinux">ntkernel-error-category (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ 11 std::error_category for the NT kernel&#39;s NTSTATUS error codes </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/ntkernel-error-category">https://github.com/ned14/ntkernel-error-category</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.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/n/ntkernel-error-category/xmake.lua">ntkernel-error-category/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ntkernel-error-category
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ntkernel-error-category")
+</code></pre>
 <h3 id="numactllinux">numactl (linux)</h3>
 <table>
 <thead>

+ 38 - 1
mirror/packages/macosx.html

@@ -4053,7 +4053,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.1, 0.2, 0.3</td>
+<td>0.1, 0.2, 0.3, 0.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -16888,6 +16888,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("noise-c")
 </code></pre>
+<h3 id="ntkernelerrorcategorymacosx">ntkernel-error-category (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ 11 std::error_category for the NT kernel&#39;s NTSTATUS error codes </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/ntkernel-error-category">https://github.com/ned14/ntkernel-error-category</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/ntkernel-error-category/xmake.lua">ntkernel-error-category/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ntkernel-error-category
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ntkernel-error-category")
+</code></pre>
 <h3 id="numcppmacosx">numcpp (macosx)</h3>
 <table>
 <thead>

+ 38 - 1
mirror/packages/mingw.html

@@ -2175,7 +2175,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.1, 0.2, 0.3</td>
+<td>0.1, 0.2, 0.3, 0.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7514,6 +7514,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nodesoup")
 </code></pre>
+<h3 id="ntkernelerrorcategorymingw">ntkernel-error-category (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ 11 std::error_category for the NT kernel&#39;s NTSTATUS error codes </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/ntkernel-error-category">https://github.com/ned14/ntkernel-error-category</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/ntkernel-error-category/xmake.lua">ntkernel-error-category/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] ntkernel-error-category
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ntkernel-error-category")
+</code></pre>
 <h2 id="o">o</h2>
 <h3 id="openalsoftmingw">openal-soft (mingw)</h3>
 <table>

+ 37 - 0
mirror/packages/msys.html

@@ -4946,6 +4946,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nodesoup")
 </code></pre>
+<h3 id="ntkernelerrorcategorymsys">ntkernel-error-category (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ 11 std::error_category for the NT kernel&#39;s NTSTATUS error codes </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/ntkernel-error-category">https://github.com/ned14/ntkernel-error-category</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.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/n/ntkernel-error-category/xmake.lua">ntkernel-error-category/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ntkernel-error-category
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ntkernel-error-category")
+</code></pre>
 <h2 id="o">o</h2>
 <h3 id="openclclhppmsys">opencl-clhpp (msys)</h3>
 <table>

+ 37 - 0
mirror/packages/wasm.html

@@ -4946,6 +4946,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nodesoup")
 </code></pre>
+<h3 id="ntkernelerrorcategorywasm">ntkernel-error-category (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ 11 std::error_category for the NT kernel&#39;s NTSTATUS error codes </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/ntkernel-error-category">https://github.com/ned14/ntkernel-error-category</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.0</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/n/ntkernel-error-category/xmake.lua">ntkernel-error-category/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm ntkernel-error-category
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ntkernel-error-category")
+</code></pre>
 <h2 id="o">o</h2>
 <h3 id="openclclhppwasm">opencl-clhpp (wasm)</h3>
 <table>

+ 38 - 1
mirror/packages/windows.html

@@ -4061,7 +4061,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.1, 0.2, 0.3</td>
+<td>0.1, 0.2, 0.3, 0.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -14239,6 +14239,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nodesoup")
 </code></pre>
+<h3 id="ntkernelerrorcategorywindows">ntkernel-error-category (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ 11 std::error_category for the NT kernel&#39;s NTSTATUS error codes </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/ned14/ntkernel-error-category">https://github.com/ned14/ntkernel-error-category</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.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/ntkernel-error-category/xmake.lua">ntkernel-error-category/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ntkernel-error-category
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ntkernel-error-category")
+</code></pre>
 <h3 id="numcppwindows">numcpp (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -4520,6 +4520,30 @@ add_requires("nodesoup")
 ```
 
 
+### ntkernel-error-category (android)
+
+
+| Description | *A C++ 11 std::error_category for the NT kernel's NTSTATUS error codes * |
+| -- | -- |
+| Homepage | [https://github.com/ned14/ntkernel-error-category](https://github.com/ned14/ntkernel-error-category) |
+| License | Apache-2.0 |
+| Versions | v1.0.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [ntkernel-error-category/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ntkernel-error-category/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] ntkernel-error-category
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ntkernel-error-category")
+```
+
+
 
 ## o
 ### onetbb (android)

+ 24 - 0
packages/bsd.md

@@ -4023,6 +4023,30 @@ add_requires("nodesoup")
 ```
 
 
+### ntkernel-error-category (bsd)
+
+
+| Description | *A C++ 11 std::error_category for the NT kernel's NTSTATUS error codes * |
+| -- | -- |
+| Homepage | [https://github.com/ned14/ntkernel-error-category](https://github.com/ned14/ntkernel-error-category) |
+| License | Apache-2.0 |
+| Versions | v1.0.0 |
+| Architectures | i386, x86_64 |
+| Definition | [ntkernel-error-category/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ntkernel-error-category/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ntkernel-error-category
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ntkernel-error-category")
+```
+
+
 
 ## o
 ### opencc (bsd)

+ 24 - 0
packages/cross.md

@@ -3647,6 +3647,30 @@ add_requires("nodesoup")
 ```
 
 
+### ntkernel-error-category (cross)
+
+
+| Description | *A C++ 11 std::error_category for the NT kernel's NTSTATUS error codes * |
+| -- | -- |
+| Homepage | [https://github.com/ned14/ntkernel-error-category](https://github.com/ned14/ntkernel-error-category) |
+| License | Apache-2.0 |
+| Versions | v1.0.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [ntkernel-error-category/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ntkernel-error-category/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] ntkernel-error-category
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ntkernel-error-category")
+```
+
+
 
 ## o
 ### openal-soft (cross)

+ 24 - 0
packages/iphoneos.md

@@ -4117,6 +4117,30 @@ add_requires("nodesoup")
 ```
 
 
+### ntkernel-error-category (iphoneos)
+
+
+| Description | *A C++ 11 std::error_category for the NT kernel's NTSTATUS error codes * |
+| -- | -- |
+| Homepage | [https://github.com/ned14/ntkernel-error-category](https://github.com/ned14/ntkernel-error-category) |
+| License | Apache-2.0 |
+| Versions | v1.0.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [ntkernel-error-category/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ntkernel-error-category/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos ntkernel-error-category
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ntkernel-error-category")
+```
+
+
 
 ## o
 ### openal-soft (iphoneos)

+ 25 - 1
packages/linux.md

@@ -2850,7 +2850,7 @@ add_requires("dune-common")
 | Description | *Ansi C library for parsing binary output files of LS Dyna (d3plot, binout)* |
 | -- | -- |
 | Homepage | [https://github.com/PucklaMotzer09/dynareadout](https://github.com/PucklaMotzer09/dynareadout) |
-| Versions | 0.1, 0.2, 0.3 |
+| Versions | 0.1, 0.2, 0.3, 0.4 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [dynareadout/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dynareadout/xmake.lua) |
 
@@ -12101,6 +12101,30 @@ add_requires("noise-c")
 ```
 
 
+### ntkernel-error-category (linux)
+
+
+| Description | *A C++ 11 std::error_category for the NT kernel's NTSTATUS error codes * |
+| -- | -- |
+| Homepage | [https://github.com/ned14/ntkernel-error-category](https://github.com/ned14/ntkernel-error-category) |
+| License | Apache-2.0 |
+| Versions | v1.0.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [ntkernel-error-category/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ntkernel-error-category/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ntkernel-error-category
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ntkernel-error-category")
+```
+
+
 ### numactl (linux)
 
 

+ 25 - 1
packages/macosx.md

@@ -2636,7 +2636,7 @@ add_requires("dune-common")
 | Description | *Ansi C library for parsing binary output files of LS Dyna (d3plot, binout)* |
 | -- | -- |
 | Homepage | [https://github.com/PucklaMotzer09/dynareadout](https://github.com/PucklaMotzer09/dynareadout) |
-| Versions | 0.1, 0.2, 0.3 |
+| Versions | 0.1, 0.2, 0.3, 0.4 |
 | Architectures | arm64, x86_64 |
 | Definition | [dynareadout/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dynareadout/xmake.lua) |
 
@@ -11251,6 +11251,30 @@ add_requires("noise-c")
 ```
 
 
+### ntkernel-error-category (macosx)
+
+
+| Description | *A C++ 11 std::error_category for the NT kernel's NTSTATUS error codes * |
+| -- | -- |
+| Homepage | [https://github.com/ned14/ntkernel-error-category](https://github.com/ned14/ntkernel-error-category) |
+| License | Apache-2.0 |
+| Versions | v1.0.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [ntkernel-error-category/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ntkernel-error-category/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ntkernel-error-category
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ntkernel-error-category")
+```
+
+
 ### numcpp (macosx)
 
 

+ 25 - 1
packages/mingw.md

@@ -1383,7 +1383,7 @@ add_requires("dr_wav")
 | Description | *Ansi C library for parsing binary output files of LS Dyna (d3plot, binout)* |
 | -- | -- |
 | Homepage | [https://github.com/PucklaMotzer09/dynareadout](https://github.com/PucklaMotzer09/dynareadout) |
-| Versions | 0.1, 0.2, 0.3 |
+| Versions | 0.1, 0.2, 0.3, 0.4 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [dynareadout/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dynareadout/xmake.lua) |
 
@@ -4975,6 +4975,30 @@ add_requires("nodesoup")
 ```
 
 
+### ntkernel-error-category (mingw)
+
+
+| Description | *A C++ 11 std::error_category for the NT kernel's NTSTATUS error codes * |
+| -- | -- |
+| Homepage | [https://github.com/ned14/ntkernel-error-category](https://github.com/ned14/ntkernel-error-category) |
+| License | Apache-2.0 |
+| Versions | v1.0.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [ntkernel-error-category/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ntkernel-error-category/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] ntkernel-error-category
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ntkernel-error-category")
+```
+
+
 
 ## o
 ### openal-soft (mingw)

+ 24 - 0
packages/msys.md

@@ -3271,6 +3271,30 @@ add_requires("nodesoup")
 ```
 
 
+### ntkernel-error-category (msys)
+
+
+| Description | *A C++ 11 std::error_category for the NT kernel's NTSTATUS error codes * |
+| -- | -- |
+| Homepage | [https://github.com/ned14/ntkernel-error-category](https://github.com/ned14/ntkernel-error-category) |
+| License | Apache-2.0 |
+| Versions | v1.0.0 |
+| Architectures | i386, x86_64 |
+| Definition | [ntkernel-error-category/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ntkernel-error-category/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ntkernel-error-category
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ntkernel-error-category")
+```
+
+
 
 ## o
 ### opencl-clhpp (msys)

+ 24 - 0
packages/wasm.md

@@ -3271,6 +3271,30 @@ add_requires("nodesoup")
 ```
 
 
+### ntkernel-error-category (wasm)
+
+
+| Description | *A C++ 11 std::error_category for the NT kernel's NTSTATUS error codes * |
+| -- | -- |
+| Homepage | [https://github.com/ned14/ntkernel-error-category](https://github.com/ned14/ntkernel-error-category) |
+| License | Apache-2.0 |
+| Versions | v1.0.0 |
+| Architectures | wasm32 |
+| Definition | [ntkernel-error-category/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ntkernel-error-category/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm ntkernel-error-category
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ntkernel-error-category")
+```
+
+
 
 ## o
 ### opencl-clhpp (wasm)

+ 25 - 1
packages/windows.md

@@ -2638,7 +2638,7 @@ add_requires("drogon")
 | Description | *Ansi C library for parsing binary output files of LS Dyna (d3plot, binout)* |
 | -- | -- |
 | Homepage | [https://github.com/PucklaMotzer09/dynareadout](https://github.com/PucklaMotzer09/dynareadout) |
-| Versions | 0.1, 0.2, 0.3 |
+| Versions | 0.1, 0.2, 0.3, 0.4 |
 | Architectures | arm64, x64, x86 |
 | Definition | [dynareadout/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dynareadout/xmake.lua) |
 
@@ -9431,6 +9431,30 @@ add_requires("nodesoup")
 ```
 
 
+### ntkernel-error-category (windows)
+
+
+| Description | *A C++ 11 std::error_category for the NT kernel's NTSTATUS error codes * |
+| -- | -- |
+| Homepage | [https://github.com/ned14/ntkernel-error-category](https://github.com/ned14/ntkernel-error-category) |
+| License | Apache-2.0 |
+| Versions | v1.0.0 |
+| Architectures | arm64, x64, x86 |
+| Definition | [ntkernel-error-category/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ntkernel-error-category/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ntkernel-error-category
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ntkernel-error-category")
+```
+
+
 ### numcpp (windows)
 
 

+ 28 - 28
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-11-23T01:02:57+08:00</lastmod>
-</url>
-
-<url>
-  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-11-23T01:03:00+08:00</lastmod>
+  <lastmod>2022-11-23T11:51:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-11-23T01:03:00+08:00</lastmod>
+  <lastmod>2022-11-23T11:51:56+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-11-23T01:03:00+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
+  <lastmod>2022-11-23T11:51:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-11-23T01:03:01+08:00</lastmod>
+  <lastmod>2022-11-23T11:51:57+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-11-23T01:03:01+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
+  <lastmod>2022-11-23T11:51:57+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-11-23T01:03:01+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
+  <lastmod>2022-11-23T11:51:57+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-11-23T01:03:01+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
+  <lastmod>2022-11-23T11:51:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-11-23T01:03:02+08:00</lastmod>
+  <lastmod>2022-11-23T11:51:58+08:00</lastmod>
+</url>
+
+<url>
+  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
+  <lastmod>2022-11-23T11:51:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-11-23T01:03:02+08:00</lastmod>
+  <lastmod>2022-11-23T11:51:58+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-11-23T01:03:02+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
+  <lastmod>2022-11-23T11:51:59+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-11-23T01:03:03+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
+  <lastmod>2022-11-23T11:51:59+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-11-23T01:03:03+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
+  <lastmod>2022-11-23T11:51:59+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-11-23T01:03:03+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
+  <lastmod>2022-11-23T11:51:59+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-11-23T01:03:03+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
+  <lastmod>2022-11-23T11:51:59+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: outcome, rtm, quickcpplib**
+- **Recently added: ntkernel-error-category, outcome, rtm**
 
 [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)
-- 包列表 (790)
+- 包列表 (791)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)