فهرست منبع

autoupdate docs by xmake-repo/ci

ruki 3 سال پیش
والد
کامیت
2165a4970a
11فایلهای تغییر یافته به همراه201 افزوده شده و 18 حذف شده
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 37 0
      mirror/packages/linux.html
  4. 37 0
      mirror/packages/macosx.html
  5. 37 0
      mirror/packages/windows.html
  6. 24 0
      packages/linux.md
  7. 24 0
      packages/macosx.md
  8. 24 0
      packages/windows.md
  9. 14 14
      sitemap.xml
  10. 1 1
      zh-cn/_coverpage.md
  11. 1 1
      zh-cn/_sidebar.md

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: gli, pupnp, boringssl**
+- **Recently added: promise-cpp, gli, pupnp**
 
 [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 (584)
+- Packages (585)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/linux.html

@@ -15390,6 +15390,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pqp")
 </code></pre>
+<h3 id="promisecpplinux">promise-cpp (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ promise/A+ library in Javascript style.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/xhawk18/promise-cpp">https://github.com/xhawk18/promise-cpp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.1.3</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/p/promise-cpp/xmake.lua">promise-cpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install promise-cpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("promise-cpp")
+</code></pre>
 <h3 id="protobufclinux">protobuf-c (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -14398,6 +14398,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pqp")
 </code></pre>
+<h3 id="promisecppmacosx">promise-cpp (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ promise/A+ library in Javascript style.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/xhawk18/promise-cpp">https://github.com/xhawk18/promise-cpp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.1.3</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/p/promise-cpp/xmake.lua">promise-cpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install promise-cpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("promise-cpp")
+</code></pre>
 <h3 id="protobufcmacosx">protobuf-c (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -12046,6 +12046,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pqp")
 </code></pre>
+<h3 id="promisecppwindows">promise-cpp (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ promise/A+ library in Javascript style.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/xhawk18/promise-cpp">https://github.com/xhawk18/promise-cpp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.1.3</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/p/promise-cpp/xmake.lua">promise-cpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install promise-cpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("promise-cpp")
+</code></pre>
 <h3 id="protobufcwindows">protobuf-c (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/linux.md

@@ -10290,6 +10290,30 @@ add_requires("pqp")
 ```
 
 
+### promise-cpp (linux)
+
+
+| Description | *C++ promise/A+ library in Javascript style.* |
+| -- | -- |
+| Homepage | [https://github.com/xhawk18/promise-cpp](https://github.com/xhawk18/promise-cpp) |
+| License | MIT |
+| Versions | 2.1.3 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [promise-cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/promise-cpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install promise-cpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("promise-cpp")
+```
+
+
 ### protobuf-c (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -9629,6 +9629,30 @@ add_requires("pqp")
 ```
 
 
+### promise-cpp (macosx)
+
+
+| Description | *C++ promise/A+ library in Javascript style.* |
+| -- | -- |
+| Homepage | [https://github.com/xhawk18/promise-cpp](https://github.com/xhawk18/promise-cpp) |
+| License | MIT |
+| Versions | 2.1.3 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [promise-cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/promise-cpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install promise-cpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("promise-cpp")
+```
+
+
 ### protobuf-c (macosx)
 
 

+ 24 - 0
packages/windows.md

@@ -8016,6 +8016,30 @@ add_requires("pqp")
 ```
 
 
+### promise-cpp (windows)
+
+
+| Description | *C++ promise/A+ library in Javascript style.* |
+| -- | -- |
+| Homepage | [https://github.com/xhawk18/promise-cpp](https://github.com/xhawk18/promise-cpp) |
+| License | MIT |
+| Versions | 2.1.3 |
+| Architectures | x64, x86 |
+| Definition | [promise-cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/promise-cpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install promise-cpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("promise-cpp")
+```
+
+
 ### protobuf-c (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-01-11T00:45:26+08:00</lastmod>
+  <lastmod>2022-01-11T02:40:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-01-11T00:45:27+08:00</lastmod>
+  <lastmod>2022-01-11T02:40:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-01-11T00:45:27+08:00</lastmod>
+  <lastmod>2022-01-11T02:40:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-01-11T00:45:28+08:00</lastmod>
+  <lastmod>2022-01-11T02:40:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-01-11T00:45:28+08:00</lastmod>
+  <lastmod>2022-01-11T02:40:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-01-11T00:45:28+08:00</lastmod>
+  <lastmod>2022-01-11T02:40:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-01-11T00:45:28+08:00</lastmod>
+  <lastmod>2022-01-11T02:40:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-01-11T00:45:29+08:00</lastmod>
+  <lastmod>2022-01-11T02:40:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-01-11T00:45:29+08:00</lastmod>
+  <lastmod>2022-01-11T02:40:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-01-11T00:45:29+08:00</lastmod>
+  <lastmod>2022-01-11T02:40:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-01-11T00:45:29+08:00</lastmod>
+  <lastmod>2022-01-11T02:40:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-01-11T00:45:29+08:00</lastmod>
+  <lastmod>2022-01-11T02:40:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-01-11T00:45:30+08:00</lastmod>
+  <lastmod>2022-01-11T02:40:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-01-11T00:45:30+08:00</lastmod>
+  <lastmod>2022-01-11T02:40:06+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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