瀏覽代碼

autoupdate docs by xmake-repo/ci

ruki 2 年之前
父節點
當前提交
ae8e1f0cea

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: libdill, utf8.h, json.h**
+- **Recently added: clib, libdill, utf8.h**
 
 [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 (808)
+- Packages (809)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -1229,6 +1229,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cli")
 </code></pre>
+<h3 id="clibandroid">clib (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header-only library for C99 that implements the most important classes from GLib: GList, GHashTable and GString.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/aheck/clib">https://github.com/aheck/clib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.12.25</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/c/clib/xmake.lua">clib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] clib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("clib")
+</code></pre>
 <h3 id="cmakeandroid">cmake (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -1126,6 +1126,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cli")
 </code></pre>
+<h3 id="clibbsd">clib (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header-only library for C99 that implements the most important classes from GLib: GList, GHashTable and GString.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/aheck/clib">https://github.com/aheck/clib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.12.25</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/c/clib/xmake.lua">clib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install clib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("clib")
+</code></pre>
 <h3 id="cmakebsd">cmake (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/cross.html

@@ -1052,6 +1052,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cli")
 </code></pre>
+<h3 id="clibcross">clib (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header-only library for C99 that implements the most important classes from GLib: GList, GHashTable and GString.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/aheck/clib">https://github.com/aheck/clib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.12.25</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/c/clib/xmake.lua">clib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] clib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("clib")
+</code></pre>
 <h3 id="cmakecross">cmake (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -1126,6 +1126,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cli")
 </code></pre>
+<h3 id="clibiphoneos">clib (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header-only library for C99 that implements the most important classes from GLib: GList, GHashTable and GString.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/aheck/clib">https://github.com/aheck/clib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.12.25</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/c/clib/xmake.lua">clib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos clib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("clib")
+</code></pre>
 <h3 id="cmakeiphoneos">cmake (iphoneos)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -2687,6 +2687,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cli11")
 </code></pre>
+<h3 id="cliblinux">clib (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header-only library for C99 that implements the most important classes from GLib: GList, GHashTable and GString.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/aheck/clib">https://github.com/aheck/clib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.12.25</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/c/clib/xmake.lua">clib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install clib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("clib")
+</code></pre>
 <h3 id="cliplinux">clip (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -2432,6 +2432,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cli11")
 </code></pre>
+<h3 id="clibmacosx">clib (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header-only library for C99 that implements the most important classes from GLib: GList, GHashTable and GString.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/aheck/clib">https://github.com/aheck/clib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.12.25</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/c/clib/xmake.lua">clib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install clib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("clib")
+</code></pre>
 <h3 id="cmakemacosx">cmake (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -1307,6 +1307,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cli")
 </code></pre>
+<h3 id="clibmingw">clib (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header-only library for C99 that implements the most important classes from GLib: GList, GHashTable and GString.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/aheck/clib">https://github.com/aheck/clib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.12.25</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/c/clib/xmake.lua">clib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] clib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("clib")
+</code></pre>
 <h3 id="cmakemingw">cmake (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/msys.html

@@ -1015,6 +1015,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cli")
 </code></pre>
+<h3 id="clibmsys">clib (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header-only library for C99 that implements the most important classes from GLib: GList, GHashTable and GString.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/aheck/clib">https://github.com/aheck/clib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.12.25</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/c/clib/xmake.lua">clib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install clib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("clib")
+</code></pre>
 <h3 id="cmakemsys">cmake (msys)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/wasm.html

@@ -982,6 +982,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cli")
 </code></pre>
+<h3 id="clibwasm">clib (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header-only library for C99 that implements the most important classes from GLib: GList, GHashTable and GString.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/aheck/clib">https://github.com/aheck/clib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.12.25</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/c/clib/xmake.lua">clib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm clib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("clib")
+</code></pre>
 <h3 id="cmakewasm">cmake (wasm)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -2234,6 +2234,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cli11")
 </code></pre>
+<h3 id="clibwindows">clib (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Header-only library for C99 that implements the most important classes from GLib: GList, GHashTable and GString.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/aheck/clib">https://github.com/aheck/clib</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2022.12.25</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/c/clib/xmake.lua">clib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install clib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("clib")
+</code></pre>
 <h3 id="clipwindows">clip (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -759,6 +759,30 @@ add_requires("cli")
 ```
 
 
+### clib (android)
+
+
+| Description | *Header-only library for C99 that implements the most important classes from GLib: GList, GHashTable and GString.* |
+| -- | -- |
+| Homepage | [https://github.com/aheck/clib](https://github.com/aheck/clib) |
+| License | MIT |
+| Versions | 2022.12.25 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [clib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/clib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] clib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("clib")
+```
+
+
 ### cmake (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -689,6 +689,30 @@ add_requires("cli")
 ```
 
 
+### clib (bsd)
+
+
+| Description | *Header-only library for C99 that implements the most important classes from GLib: GList, GHashTable and GString.* |
+| -- | -- |
+| Homepage | [https://github.com/aheck/clib](https://github.com/aheck/clib) |
+| License | MIT |
+| Versions | 2022.12.25 |
+| Architectures | i386, x86_64 |
+| Definition | [clib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/clib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install clib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("clib")
+```
+
+
 ### cmake (bsd)
 
 

+ 24 - 0
packages/cross.md

@@ -641,6 +641,30 @@ add_requires("cli")
 ```
 
 
+### clib (cross)
+
+
+| Description | *Header-only library for C99 that implements the most important classes from GLib: GList, GHashTable and GString.* |
+| -- | -- |
+| Homepage | [https://github.com/aheck/clib](https://github.com/aheck/clib) |
+| License | MIT |
+| Versions | 2022.12.25 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [clib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/clib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] clib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("clib")
+```
+
+
 ### cmake (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -689,6 +689,30 @@ add_requires("cli")
 ```
 
 
+### clib (iphoneos)
+
+
+| Description | *Header-only library for C99 that implements the most important classes from GLib: GList, GHashTable and GString.* |
+| -- | -- |
+| Homepage | [https://github.com/aheck/clib](https://github.com/aheck/clib) |
+| License | MIT |
+| Versions | 2022.12.25 |
+| Architectures | arm64, x86_64 |
+| Definition | [clib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/clib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos clib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("clib")
+```
+
+
 ### cmake (iphoneos)
 
 

+ 24 - 0
packages/linux.md

@@ -1730,6 +1730,30 @@ add_requires("cli11")
 ```
 
 
+### clib (linux)
+
+
+| Description | *Header-only library for C99 that implements the most important classes from GLib: GList, GHashTable and GString.* |
+| -- | -- |
+| Homepage | [https://github.com/aheck/clib](https://github.com/aheck/clib) |
+| License | MIT |
+| Versions | 2022.12.25 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [clib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/clib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install clib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("clib")
+```
+
+
 ### clip (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -1563,6 +1563,30 @@ add_requires("cli11")
 ```
 
 
+### clib (macosx)
+
+
+| Description | *Header-only library for C99 that implements the most important classes from GLib: GList, GHashTable and GString.* |
+| -- | -- |
+| Homepage | [https://github.com/aheck/clib](https://github.com/aheck/clib) |
+| License | MIT |
+| Versions | 2022.12.25 |
+| Architectures | arm64, x86_64 |
+| Definition | [clib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/clib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install clib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("clib")
+```
+
+
 ### cmake (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -808,6 +808,30 @@ add_requires("cli")
 ```
 
 
+### clib (mingw)
+
+
+| Description | *Header-only library for C99 that implements the most important classes from GLib: GList, GHashTable and GString.* |
+| -- | -- |
+| Homepage | [https://github.com/aheck/clib](https://github.com/aheck/clib) |
+| License | MIT |
+| Versions | 2022.12.25 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [clib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/clib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] clib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("clib")
+```
+
+
 ### cmake (mingw)
 
 

+ 24 - 0
packages/msys.md

@@ -617,6 +617,30 @@ add_requires("cli")
 ```
 
 
+### clib (msys)
+
+
+| Description | *Header-only library for C99 that implements the most important classes from GLib: GList, GHashTable and GString.* |
+| -- | -- |
+| Homepage | [https://github.com/aheck/clib](https://github.com/aheck/clib) |
+| License | MIT |
+| Versions | 2022.12.25 |
+| Architectures | i386, x86_64 |
+| Definition | [clib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/clib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install clib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("clib")
+```
+
+
 ### cmake (msys)
 
 

+ 24 - 0
packages/wasm.md

@@ -594,6 +594,30 @@ add_requires("cli")
 ```
 
 
+### clib (wasm)
+
+
+| Description | *Header-only library for C99 that implements the most important classes from GLib: GList, GHashTable and GString.* |
+| -- | -- |
+| Homepage | [https://github.com/aheck/clib](https://github.com/aheck/clib) |
+| License | MIT |
+| Versions | 2022.12.25 |
+| Architectures | wasm32 |
+| Definition | [clib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/clib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm clib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("clib")
+```
+
+
 ### cmake (wasm)
 
 

+ 24 - 0
packages/windows.md

@@ -1425,6 +1425,30 @@ add_requires("cli11")
 ```
 
 
+### clib (windows)
+
+
+| Description | *Header-only library for C99 that implements the most important classes from GLib: GList, GHashTable and GString.* |
+| -- | -- |
+| Homepage | [https://github.com/aheck/clib](https://github.com/aheck/clib) |
+| License | MIT |
+| Versions | 2022.12.25 |
+| Architectures | arm64, x64, x86 |
+| Definition | [clib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/clib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install clib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("clib")
+```
+
+
 ### clip (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-01-04T10:24:38+08:00</lastmod>
+  <lastmod>2023-01-04T13:44:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-01-04T10:24:41+08:00</lastmod>
+  <lastmod>2023-01-04T13:44:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-01-04T10:24:42+08:00</lastmod>
+  <lastmod>2023-01-04T13:44:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-01-04T10:24:42+08:00</lastmod>
+  <lastmod>2023-01-04T13:44:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-01-04T10:24:42+08:00</lastmod>
+  <lastmod>2023-01-04T13:44:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-01-04T10:24:42+08:00</lastmod>
+  <lastmod>2023-01-04T13:44:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-01-04T10:24:43+08:00</lastmod>
+  <lastmod>2023-01-04T13:44:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-01-04T10:24:43+08:00</lastmod>
+  <lastmod>2023-01-04T13:44:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-01-04T10:24:43+08:00</lastmod>
+  <lastmod>2023-01-04T13:44:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-01-04T10:24:44+08:00</lastmod>
+  <lastmod>2023-01-04T13:44:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-01-04T10:24:44+08:00</lastmod>
+  <lastmod>2023-01-04T13:44:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-01-04T10:24:44+08:00</lastmod>
+  <lastmod>2023-01-04T13:44:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-01-04T10:24:45+08:00</lastmod>
+  <lastmod>2023-01-04T13:44:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-01-04T10:24:45+08:00</lastmod>
+  <lastmod>2023-01-04T13:44:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-01-04T10:24:45+08:00</lastmod>
+  <lastmod>2023-01-04T13:44:44+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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