Forráskód Böngészése

autoupdate docs by xmake-repo/ci

ruki 3 éve
szülő
commit
358fb3b645

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: wil, reproc, grpc**
+- **Recently added: uchardet, wil, reproc**
 
 [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 (755)
+- Packages (756)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -9354,6 +9354,39 @@
 <pre><code class="lang-lua">add_requires("toml11")
 </code></pre>
 <h2 id="u">u</h2>
+<h3 id="uchardetandroid">uchardet (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.freedesktop.org/wiki/Software/uchardet/">https://www.freedesktop.org/wiki/Software/uchardet/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.0.7</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/u/uchardet/xmake.lua">uchardet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] uchardet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uchardet")
+</code></pre>
 <h3 id="unordered_denseandroid">unordered_dense (android)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/bsd.html

@@ -8144,6 +8144,39 @@
 <pre><code class="lang-lua">add_requires("toml11")
 </code></pre>
 <h2 id="u">u</h2>
+<h3 id="uchardetbsd">uchardet (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.freedesktop.org/wiki/Software/uchardet/">https://www.freedesktop.org/wiki/Software/uchardet/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.0.7</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/u/uchardet/xmake.lua">uchardet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install uchardet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uchardet")
+</code></pre>
 <h3 id="unordered_densebsd">unordered_dense (bsd)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/cross.html

@@ -7481,6 +7481,39 @@
 <pre><code class="lang-lua">add_requires("toml11")
 </code></pre>
 <h2 id="u">u</h2>
+<h3 id="uchardetcross">uchardet (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.freedesktop.org/wiki/Software/uchardet/">https://www.freedesktop.org/wiki/Software/uchardet/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.0.7</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/u/uchardet/xmake.lua">uchardet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] uchardet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uchardet")
+</code></pre>
 <h3 id="unordered_densecross">unordered_dense (cross)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -8584,6 +8584,39 @@
 <pre><code class="lang-lua">add_requires("toml11")
 </code></pre>
 <h2 id="u">u</h2>
+<h3 id="uchardetiphoneos">uchardet (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.freedesktop.org/wiki/Software/uchardet/">https://www.freedesktop.org/wiki/Software/uchardet/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.0.7</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uchardet/xmake.lua">uchardet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos uchardet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uchardet")
+</code></pre>
 <h3 id="unordered_denseiphoneos">unordered_dense (iphoneos)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -23604,6 +23604,39 @@
 <pre><code class="lang-lua">add_requires("turbobase64")
 </code></pre>
 <h2 id="u">u</h2>
+<h3 id="uchardetlinux">uchardet (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.freedesktop.org/wiki/Software/uchardet/">https://www.freedesktop.org/wiki/Software/uchardet/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.0.7</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/u/uchardet/xmake.lua">uchardet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install uchardet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uchardet")
+</code></pre>
 <h3 id="ucxlinux">ucx (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -21900,6 +21900,39 @@
 <pre><code class="lang-lua">add_requires("trantor")
 </code></pre>
 <h2 id="u">u</h2>
+<h3 id="uchardetmacosx">uchardet (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.freedesktop.org/wiki/Software/uchardet/">https://www.freedesktop.org/wiki/Software/uchardet/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.0.7</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/u/uchardet/xmake.lua">uchardet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install uchardet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uchardet")
+</code></pre>
 <h3 id="unicornmacosx">unicorn (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -10263,6 +10263,39 @@
 <pre><code class="lang-lua">add_requires("toml11")
 </code></pre>
 <h2 id="u">u</h2>
+<h3 id="uchardetmingw">uchardet (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.freedesktop.org/wiki/Software/uchardet/">https://www.freedesktop.org/wiki/Software/uchardet/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.0.7</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/u/uchardet/xmake.lua">uchardet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] uchardet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uchardet")
+</code></pre>
 <h3 id="unordered_densemingw">unordered_dense (mingw)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/msys.html

@@ -6884,6 +6884,39 @@
 <pre><code class="lang-lua">add_requires("toml11")
 </code></pre>
 <h2 id="u">u</h2>
+<h3 id="uchardetmsys">uchardet (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.freedesktop.org/wiki/Software/uchardet/">https://www.freedesktop.org/wiki/Software/uchardet/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.0.7</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/u/uchardet/xmake.lua">uchardet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install uchardet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uchardet")
+</code></pre>
 <h3 id="unordered_densemsys">unordered_dense (msys)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/wasm.html

@@ -6818,6 +6818,39 @@
 <pre><code class="lang-lua">add_requires("toml11")
 </code></pre>
 <h2 id="u">u</h2>
+<h3 id="uchardetwasm">uchardet (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.freedesktop.org/wiki/Software/uchardet/">https://www.freedesktop.org/wiki/Software/uchardet/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.0.7</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/u/uchardet/xmake.lua">uchardet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm uchardet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uchardet")
+</code></pre>
 <h3 id="unordered_densewasm">unordered_dense (wasm)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -19161,6 +19161,39 @@
 <pre><code class="lang-lua">add_requires("turbobase64")
 </code></pre>
 <h2 id="u">u</h2>
+<h3 id="uchardetwindows">uchardet (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. </em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.freedesktop.org/wiki/Software/uchardet/">https://www.freedesktop.org/wiki/Software/uchardet/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.0.7</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/u/uchardet/xmake.lua">uchardet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install uchardet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("uchardet")
+</code></pre>
 <h3 id="unicornwindows">unicorn (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/android.md

@@ -6229,6 +6229,29 @@ add_requires("toml11")
 
 
 ## u
+### uchardet (android)
+
+
+| Description | *uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. * |
+| -- | -- |
+| Homepage | [https://www.freedesktop.org/wiki/Software/uchardet/](https://www.freedesktop.org/wiki/Software/uchardet/) |
+| Versions | 0.0.7 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [uchardet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uchardet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] uchardet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uchardet")
+```
+
+
 ### unordered_dense (android)
 
 

+ 23 - 0
packages/bsd.md

@@ -5425,6 +5425,29 @@ add_requires("toml11")
 
 
 ## u
+### uchardet (bsd)
+
+
+| Description | *uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. * |
+| -- | -- |
+| Homepage | [https://www.freedesktop.org/wiki/Software/uchardet/](https://www.freedesktop.org/wiki/Software/uchardet/) |
+| Versions | 0.0.7 |
+| Architectures | i386, x86_64 |
+| Definition | [uchardet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uchardet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install uchardet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uchardet")
+```
+
+
 ### unordered_dense (bsd)
 
 

+ 23 - 0
packages/cross.md

@@ -4979,6 +4979,29 @@ add_requires("toml11")
 
 
 ## u
+### uchardet (cross)
+
+
+| Description | *uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. * |
+| -- | -- |
+| Homepage | [https://www.freedesktop.org/wiki/Software/uchardet/](https://www.freedesktop.org/wiki/Software/uchardet/) |
+| Versions | 0.0.7 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [uchardet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uchardet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] uchardet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uchardet")
+```
+
+
 ### unordered_dense (cross)
 
 

+ 23 - 0
packages/iphoneos.md

@@ -5712,6 +5712,29 @@ add_requires("toml11")
 
 
 ## u
+### uchardet (iphoneos)
+
+
+| Description | *uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. * |
+| -- | -- |
+| Homepage | [https://www.freedesktop.org/wiki/Software/uchardet/](https://www.freedesktop.org/wiki/Software/uchardet/) |
+| Versions | 0.0.7 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [uchardet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uchardet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos uchardet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uchardet")
+```
+
+
 ### unordered_dense (iphoneos)
 
 

+ 23 - 0
packages/linux.md

@@ -15730,6 +15730,29 @@ add_requires("turbobase64")
 
 
 ## u
+### uchardet (linux)
+
+
+| Description | *uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. * |
+| -- | -- |
+| Homepage | [https://www.freedesktop.org/wiki/Software/uchardet/](https://www.freedesktop.org/wiki/Software/uchardet/) |
+| Versions | 0.0.7 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [uchardet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uchardet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install uchardet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uchardet")
+```
+
+
 ### ucx (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -14596,6 +14596,29 @@ add_requires("trantor")
 
 
 ## u
+### uchardet (macosx)
+
+
+| Description | *uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. * |
+| -- | -- |
+| Homepage | [https://www.freedesktop.org/wiki/Software/uchardet/](https://www.freedesktop.org/wiki/Software/uchardet/) |
+| Versions | 0.0.7 |
+| Architectures | arm64, x86_64 |
+| Definition | [uchardet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uchardet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install uchardet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uchardet")
+```
+
+
 ### unicorn (macosx)
 
 

+ 23 - 0
packages/mingw.md

@@ -6825,6 +6825,29 @@ add_requires("toml11")
 
 
 ## u
+### uchardet (mingw)
+
+
+| Description | *uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. * |
+| -- | -- |
+| Homepage | [https://www.freedesktop.org/wiki/Software/uchardet/](https://www.freedesktop.org/wiki/Software/uchardet/) |
+| Versions | 0.0.7 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [uchardet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uchardet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] uchardet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uchardet")
+```
+
+
 ### unordered_dense (mingw)
 
 

+ 23 - 0
packages/msys.md

@@ -4579,6 +4579,29 @@ add_requires("toml11")
 
 
 ## u
+### uchardet (msys)
+
+
+| Description | *uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. * |
+| -- | -- |
+| Homepage | [https://www.freedesktop.org/wiki/Software/uchardet/](https://www.freedesktop.org/wiki/Software/uchardet/) |
+| Versions | 0.0.7 |
+| Architectures | i386, x86_64 |
+| Definition | [uchardet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uchardet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install uchardet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uchardet")
+```
+
+
 ### unordered_dense (msys)
 
 

+ 23 - 0
packages/wasm.md

@@ -4533,6 +4533,29 @@ add_requires("toml11")
 
 
 ## u
+### uchardet (wasm)
+
+
+| Description | *uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. * |
+| -- | -- |
+| Homepage | [https://www.freedesktop.org/wiki/Software/uchardet/](https://www.freedesktop.org/wiki/Software/uchardet/) |
+| Versions | 0.0.7 |
+| Architectures | wasm32 |
+| Definition | [uchardet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uchardet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm uchardet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uchardet")
+```
+
+
 ### unordered_dense (wasm)
 
 

+ 23 - 0
packages/windows.md

@@ -12724,6 +12724,29 @@ add_requires("turbobase64")
 
 
 ## u
+### uchardet (windows)
+
+
+| Description | *uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. * |
+| -- | -- |
+| Homepage | [https://www.freedesktop.org/wiki/Software/uchardet/](https://www.freedesktop.org/wiki/Software/uchardet/) |
+| Versions | 0.0.7 |
+| Architectures | arm64, x64, x86 |
+| Definition | [uchardet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/uchardet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install uchardet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("uchardet")
+```
+
+
 ### unicorn (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-09-21T02:22:33+08:00</lastmod>
+  <lastmod>2022-09-21T09:26:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-09-21T02:22:37+08:00</lastmod>
+  <lastmod>2022-09-21T09:26:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-09-21T02:22:37+08:00</lastmod>
+  <lastmod>2022-09-21T09:26:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-09-21T02:22:37+08:00</lastmod>
+  <lastmod>2022-09-21T09:26:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-09-21T02:22:38+08:00</lastmod>
+  <lastmod>2022-09-21T09:26:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-09-21T02:22:38+08:00</lastmod>
+  <lastmod>2022-09-21T09:26:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-09-21T02:22:38+08:00</lastmod>
+  <lastmod>2022-09-21T09:26:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-09-21T02:22:39+08:00</lastmod>
+  <lastmod>2022-09-21T09:26:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-09-21T02:22:39+08:00</lastmod>
+  <lastmod>2022-09-21T09:26:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-09-21T02:22:39+08:00</lastmod>
+  <lastmod>2022-09-21T09:26:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-09-21T02:22:40+08:00</lastmod>
+  <lastmod>2022-09-21T09:26:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-09-21T02:22:40+08:00</lastmod>
+  <lastmod>2022-09-21T09:26:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-09-21T02:22:40+08:00</lastmod>
+  <lastmod>2022-09-21T09:26:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-09-21T02:22:41+08:00</lastmod>
+  <lastmod>2022-09-21T09:26:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-09-21T02:22:41+08:00</lastmod>
+  <lastmod>2022-09-21T09:26:39+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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