Jelajahi Sumber

autoupdate docs by xmake-repo/ci

ruki 3 tahun lalu
induk
melakukan
b67c0f61f6
9 mengubah file dengan 82 tambahan dan 18 penghapusan
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 8 0
      mirror/packages/linux.html
  4. 8 0
      mirror/packages/macosx.html
  5. 24 0
      packages/linux.md
  6. 24 0
      packages/macosx.md
  7. 14 14
      sitemap.xml
  8. 1 1
      zh-cn/_coverpage.md
  9. 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: libssh2, dlib, libgit2**
+- **Recently added: jemalloc, libssh2, dlib**
 
 [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 (495)
+- Packages (496)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 8 - 0
mirror/packages/linux.html

@@ -5691,6 +5691,14 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("jasper")
 </code></pre>
+<h3 id="jemalloclinux">jemalloc (linux)</h3>
+<p>| Description | <em>A general purpose malloc(3) implementation that emphasizes<br>fragmentation avoidance and scalable concurrency support</em> |<br>| -- | -- |<br>| Homepage | <a href="http://jemalloc.net/">http://jemalloc.net/</a> |<br>| Versions | 5.2.1 |<br>| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |<br>| Definition | <a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jemalloc/xmake.lua">jemalloc/xmake.lua</a> |</p>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install jemalloc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("jemalloc")
+</code></pre>
 <h3 id="jsmnlinux">jsmn (linux)</h3>
 <table>
 <thead>

+ 8 - 0
mirror/packages/macosx.html

@@ -5366,6 +5366,14 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("jasper")
 </code></pre>
+<h3 id="jemallocmacosx">jemalloc (macosx)</h3>
+<p>| Description | <em>A general purpose malloc(3) implementation that emphasizes<br>fragmentation avoidance and scalable concurrency support</em> |<br>| -- | -- |<br>| Homepage | <a href="http://jemalloc.net/">http://jemalloc.net/</a> |<br>| Versions | 5.2.1 |<br>| Architectures | arm64, i386, x86_64 |<br>| Definition | <a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jemalloc/xmake.lua">jemalloc/xmake.lua</a> |</p>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install jemalloc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("jemalloc")
+</code></pre>
 <h3 id="jsmnmacosx">jsmn (macosx)</h3>
 <table>
 <thead>

+ 24 - 0
packages/linux.md

@@ -3747,6 +3747,30 @@ add_requires("jasper")
 ```
 
 
+### jemalloc (linux)
+
+
+| Description | *A general purpose malloc(3) implementation that emphasizes
+fragmentation avoidance and scalable concurrency support* |
+| -- | -- |
+| Homepage | [http://jemalloc.net/](http://jemalloc.net/) |
+| Versions | 5.2.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [jemalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jemalloc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install jemalloc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("jemalloc")
+```
+
+
 ### jsmn (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -3533,6 +3533,30 @@ add_requires("jasper")
 ```
 
 
+### jemalloc (macosx)
+
+
+| Description | *A general purpose malloc(3) implementation that emphasizes
+fragmentation avoidance and scalable concurrency support* |
+| -- | -- |
+| Homepage | [http://jemalloc.net/](http://jemalloc.net/) |
+| Versions | 5.2.1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [jemalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/j/jemalloc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install jemalloc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("jemalloc")
+```
+
+
 ### jsmn (macosx)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-11-13T15:55:55+08:00</lastmod>
+  <lastmod>2021-11-14T03:47:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-11-13T15:55:57+08:00</lastmod>
+  <lastmod>2021-11-14T03:47:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-11-13T15:55:57+08:00</lastmod>
+  <lastmod>2021-11-14T03:47:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-11-13T15:55:57+08:00</lastmod>
+  <lastmod>2021-11-14T03:47:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-11-13T15:55:57+08:00</lastmod>
+  <lastmod>2021-11-14T03:47:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-11-13T15:55:58+08:00</lastmod>
+  <lastmod>2021-11-14T03:47:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-11-13T15:55:58+08:00</lastmod>
+  <lastmod>2021-11-14T03:47:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-11-13T15:55:58+08:00</lastmod>
+  <lastmod>2021-11-14T03:47:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-11-13T15:55:58+08:00</lastmod>
+  <lastmod>2021-11-14T03:47:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-11-13T15:55:59+08:00</lastmod>
+  <lastmod>2021-11-14T03:47:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-11-13T15:55:59+08:00</lastmod>
+  <lastmod>2021-11-14T03:47:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-11-13T15:55:59+08:00</lastmod>
+  <lastmod>2021-11-14T03:47:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-11-13T15:55:59+08:00</lastmod>
+  <lastmod>2021-11-14T03:47:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-11-13T15:55:59+08:00</lastmod>
+  <lastmod>2021-11-14T03:47:39+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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