Ver código fonte

autoupdate docs by xmake-repo/ci

ruki 1 ano atrás
pai
commit
07821d6220

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: ormpp, astc-encoder, port**
+- **Recently added: pytype, ormpp, astc-encoder**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 33 - 37
mirror/packages/android.html

@@ -11014,43 +11014,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mdns")
 </code></pre>
-<h3 id="mdsandroid">mds (android)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>A C++ containers library that is as easy to use as Python&#39;s containers library.</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://github.com/chen-qingyu/MyDataStructure">https://github.com/chen-qingyu/MyDataStructure</a></td>
-</tr>
-<tr>
-<td>License</td>
-<td>GPL-3.0</td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>1.1.0, 1.1.1</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/m/mds/xmake.lua">mds/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] mds
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("mds")
-</code></pre>
 <h3 id="memorymappingandroid">memorymapping (android)</h3>
 <table>
 <thead>
@@ -14359,6 +14322,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
+<h3 id="pytypeandroid">pytype (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/chen-qingyu/Pytype">https://github.com/chen-qingyu/Pytype</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.0, v1.1.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/p/pytype/xmake.lua">pytype/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] pytype
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pytype")
+</code></pre>
 <h2 id="q">q</h2>
 <h3 id="qoiandroid">qoi (android)</h3>
 <table>

+ 33 - 37
mirror/packages/bsd.html

@@ -10656,43 +10656,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mdns")
 </code></pre>
-<h3 id="mdsbsd">mds (bsd)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>A C++ containers library that is as easy to use as Python&#39;s containers library.</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://github.com/chen-qingyu/MyDataStructure">https://github.com/chen-qingyu/MyDataStructure</a></td>
-</tr>
-<tr>
-<td>License</td>
-<td>GPL-3.0</td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>1.1.0, 1.1.1</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/m/mds/xmake.lua">mds/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install mds
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("mds")
-</code></pre>
 <h3 id="meowhashbsd">meowhash (bsd)</h3>
 <table>
 <thead>
@@ -13709,6 +13672,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
+<h3 id="pytypebsd">pytype (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/chen-qingyu/Pytype">https://github.com/chen-qingyu/Pytype</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.0, v1.1.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/p/pytype/xmake.lua">pytype/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pytype
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pytype")
+</code></pre>
 <h2 id="q">q</h2>
 <h3 id="qdcaebsd">qdcae (bsd)</h3>
 <table>

+ 33 - 37
mirror/packages/cross.html

@@ -10182,43 +10182,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mdns")
 </code></pre>
-<h3 id="mdscross">mds (cross)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>A C++ containers library that is as easy to use as Python&#39;s containers library.</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://github.com/chen-qingyu/MyDataStructure">https://github.com/chen-qingyu/MyDataStructure</a></td>
-</tr>
-<tr>
-<td>License</td>
-<td>GPL-3.0</td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>1.1.0, 1.1.1</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/m/mds/xmake.lua">mds/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] mds
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("mds")
-</code></pre>
 <h3 id="mesoncross">meson (cross)</h3>
 <table>
 <thead>
@@ -13132,6 +13095,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
+<h3 id="pytypecross">pytype (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/chen-qingyu/Pytype">https://github.com/chen-qingyu/Pytype</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.0, v1.1.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/p/pytype/xmake.lua">pytype/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] pytype
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pytype")
+</code></pre>
 <h2 id="q">q</h2>
 <h3 id="qoicross">qoi (cross)</h3>
 <table>

+ 33 - 37
mirror/packages/iphoneos.html

@@ -10261,43 +10261,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mdns")
 </code></pre>
-<h3 id="mdsiphoneos">mds (iphoneos)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>A C++ containers library that is as easy to use as Python&#39;s containers library.</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://github.com/chen-qingyu/MyDataStructure">https://github.com/chen-qingyu/MyDataStructure</a></td>
-</tr>
-<tr>
-<td>License</td>
-<td>GPL-3.0</td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>1.1.0, 1.1.1</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/m/mds/xmake.lua">mds/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p iphoneos mds
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("mds")
-</code></pre>
 <h3 id="memorymappingiphoneos">memorymapping (iphoneos)</h3>
 <table>
 <thead>
@@ -13215,6 +13178,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
+<h3 id="pytypeiphoneos">pytype (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/chen-qingyu/Pytype">https://github.com/chen-qingyu/Pytype</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.0, v1.1.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/p/pytype/xmake.lua">pytype/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos pytype
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pytype")
+</code></pre>
 <h2 id="q">q</h2>
 <h3 id="qoiiphoneos">qoi (iphoneos)</h3>
 <table>

+ 33 - 37
mirror/packages/linux.html

@@ -23863,43 +23863,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mdns")
 </code></pre>
-<h3 id="mdslinux">mds (linux)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>A C++ containers library that is as easy to use as Python&#39;s containers library.</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://github.com/chen-qingyu/MyDataStructure">https://github.com/chen-qingyu/MyDataStructure</a></td>
-</tr>
-<tr>
-<td>License</td>
-<td>GPL-3.0</td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>1.1.0, 1.1.1</td>
-</tr>
-<tr>
-<td>Architectures</td>
-<td>arm64-v8a, armv7, armv7s, i386, loongarch64, 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/m/mds/xmake.lua">mds/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install mds
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("mds")
-</code></pre>
 <h3 id="memlinux">mem (linux)</h3>
 <table>
 <thead>
@@ -31253,6 +31216,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
+<h3 id="pytypelinux">pytype (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/chen-qingyu/Pytype">https://github.com/chen-qingyu/Pytype</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.0, v1.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loongarch64, 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/pytype/xmake.lua">pytype/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pytype
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pytype")
+</code></pre>
 <h2 id="q">q</h2>
 <h3 id="qdcaelinux">qdcae (linux)</h3>
 <table>

+ 33 - 37
mirror/packages/macosx.html

@@ -22073,43 +22073,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mdns")
 </code></pre>
-<h3 id="mdsmacosx">mds (macosx)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>A C++ containers library that is as easy to use as Python&#39;s containers library.</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://github.com/chen-qingyu/MyDataStructure">https://github.com/chen-qingyu/MyDataStructure</a></td>
-</tr>
-<tr>
-<td>License</td>
-<td>GPL-3.0</td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>1.1.0, 1.1.1</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/m/mds/xmake.lua">mds/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install mds
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("mds")
-</code></pre>
 <h3 id="memorymappingmacosx">memorymapping (macosx)</h3>
 <table>
 <thead>
@@ -29010,6 +28973,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
+<h3 id="pytypemacosx">pytype (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/chen-qingyu/Pytype">https://github.com/chen-qingyu/Pytype</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.0, v1.1.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/p/pytype/xmake.lua">pytype/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pytype
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pytype")
+</code></pre>
 <h2 id="q">q</h2>
 <h3 id="qhullmacosx">qhull (macosx)</h3>
 <table>

+ 33 - 37
mirror/packages/mingw.html

@@ -11960,43 +11960,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mdns")
 </code></pre>
-<h3 id="mdsmingw">mds (mingw)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>A C++ containers library that is as easy to use as Python&#39;s containers library.</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://github.com/chen-qingyu/MyDataStructure">https://github.com/chen-qingyu/MyDataStructure</a></td>
-</tr>
-<tr>
-<td>License</td>
-<td>GPL-3.0</td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>1.1.0, 1.1.1</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/m/mds/xmake.lua">mds/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] mds
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("mds")
-</code></pre>
 <h3 id="mesonmingw">meson (mingw)</h3>
 <table>
 <thead>
@@ -15675,6 +15638,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
+<h3 id="pytypemingw">pytype (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/chen-qingyu/Pytype">https://github.com/chen-qingyu/Pytype</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.0, v1.1.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/p/pytype/xmake.lua">pytype/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] pytype
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pytype")
+</code></pre>
 <h2 id="q">q</h2>
 <h3 id="qdcaemingw">qdcae (mingw)</h3>
 <table>

+ 33 - 37
mirror/packages/msys.html

@@ -9088,43 +9088,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mdns")
 </code></pre>
-<h3 id="mdsmsys">mds (msys)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>A C++ containers library that is as easy to use as Python&#39;s containers library.</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://github.com/chen-qingyu/MyDataStructure">https://github.com/chen-qingyu/MyDataStructure</a></td>
-</tr>
-<tr>
-<td>License</td>
-<td>GPL-3.0</td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>1.1.0, 1.1.1</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/m/mds/xmake.lua">mds/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install mds
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("mds")
-</code></pre>
 <h3 id="mesonmsys">meson (msys)</h3>
 <table>
 <thead>
@@ -11696,6 +11659,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
+<h3 id="pytypemsys">pytype (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/chen-qingyu/Pytype">https://github.com/chen-qingyu/Pytype</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.0, v1.1.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/p/pytype/xmake.lua">pytype/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pytype
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pytype")
+</code></pre>
 <h2 id="q">q</h2>
 <h3 id="qoimsys">qoi (msys)</h3>
 <table>

+ 33 - 37
mirror/packages/wasm.html

@@ -8747,43 +8747,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mdns")
 </code></pre>
-<h3 id="mdswasm">mds (wasm)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>A C++ containers library that is as easy to use as Python&#39;s containers library.</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://github.com/chen-qingyu/MyDataStructure">https://github.com/chen-qingyu/MyDataStructure</a></td>
-</tr>
-<tr>
-<td>License</td>
-<td>GPL-3.0</td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>1.1.0, 1.1.1</td>
-</tr>
-<tr>
-<td>Architectures</td>
-<td>wasm32, wasm64</td>
-</tr>
-<tr>
-<td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mds/xmake.lua">mds/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p wasm mds
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("mds")
-</code></pre>
 <h3 id="mesonwasm">meson (wasm)</h3>
 <table>
 <thead>
@@ -11388,6 +11351,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
+<h3 id="pytypewasm">pytype (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/chen-qingyu/Pytype">https://github.com/chen-qingyu/Pytype</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.0, v1.1.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32, wasm64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua">pytype/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm pytype
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pytype")
+</code></pre>
 <h2 id="q">q</h2>
 <h3 id="qoiwasm">qoi (wasm)</h3>
 <table>

+ 33 - 37
mirror/packages/windows.html

@@ -19761,43 +19761,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("mdns")
 </code></pre>
-<h3 id="mdswindows">mds (windows)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>A C++ containers library that is as easy to use as Python&#39;s containers library.</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://github.com/chen-qingyu/MyDataStructure">https://github.com/chen-qingyu/MyDataStructure</a></td>
-</tr>
-<tr>
-<td>License</td>
-<td>GPL-3.0</td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>1.1.0, 1.1.1</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/m/mds/xmake.lua">mds/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install mds
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("mds")
-</code></pre>
 <h3 id="memwindows">mem (windows)</h3>
 <table>
 <thead>
@@ -26521,6 +26484,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
+<h3 id="pytypewindows">pytype (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/chen-qingyu/Pytype">https://github.com/chen-qingyu/Pytype</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.0, v1.1.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/p/pytype/xmake.lua">pytype/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pytype
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pytype")
+</code></pre>
 <h2 id="q">q</h2>
 <h3 id="qdcaewindows">qdcae (windows)</h3>
 <table>

+ 23 - 24
packages/android.md

@@ -7249,30 +7249,6 @@ add_requires("mdns")
 ```
 
 
-### mds (android)
-
-
-| Description | *A C++ containers library that is as easy to use as Python's containers library.* |
-| -- | -- |
-| Homepage | [https://github.com/chen-qingyu/MyDataStructure](https://github.com/chen-qingyu/MyDataStructure) |
-| License | GPL-3.0 |
-| Versions | 1.1.0, 1.1.1 |
-| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
-| Definition | [mds/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mds/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p android [--ndk=/xxx] mds
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("mds")
-```
-
-
 ### memorymapping (android)
 
 
@@ -9477,6 +9453,29 @@ add_requires("python2")
 ```
 
 
+### pytype (android)
+
+
+| Description | *A C++ type library that is as easy to use as Python built-in types.* |
+| -- | -- |
+| Homepage | [https://github.com/chen-qingyu/Pytype](https://github.com/chen-qingyu/Pytype) |
+| Versions | v1.0.0, v1.1.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [pytype/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] pytype
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pytype")
+```
+
+
 
 ## q
 ### qoi (android)

+ 23 - 24
packages/bsd.md

@@ -7012,30 +7012,6 @@ add_requires("mdns")
 ```
 
 
-### mds (bsd)
-
-
-| Description | *A C++ containers library that is as easy to use as Python's containers library.* |
-| -- | -- |
-| Homepage | [https://github.com/chen-qingyu/MyDataStructure](https://github.com/chen-qingyu/MyDataStructure) |
-| License | GPL-3.0 |
-| Versions | 1.1.0, 1.1.1 |
-| Architectures | i386, x86_64 |
-| Definition | [mds/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mds/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install mds
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("mds")
-```
-
-
 ### meowhash (bsd)
 
 
@@ -9049,6 +9025,29 @@ add_requires("python2")
 ```
 
 
+### pytype (bsd)
+
+
+| Description | *A C++ type library that is as easy to use as Python built-in types.* |
+| -- | -- |
+| Homepage | [https://github.com/chen-qingyu/Pytype](https://github.com/chen-qingyu/Pytype) |
+| Versions | v1.0.0, v1.1.0 |
+| Architectures | i386, x86_64 |
+| Definition | [pytype/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pytype
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pytype")
+```
+
+
 
 ## q
 ### qdcae (bsd)

+ 23 - 24
packages/cross.md

@@ -6687,30 +6687,6 @@ add_requires("mdns")
 ```
 
 
-### mds (cross)
-
-
-| Description | *A C++ containers library that is as easy to use as Python's containers library.* |
-| -- | -- |
-| Homepage | [https://github.com/chen-qingyu/MyDataStructure](https://github.com/chen-qingyu/MyDataStructure) |
-| License | GPL-3.0 |
-| Versions | 1.1.0, 1.1.1 |
-| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
-| Definition | [mds/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mds/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p cross [--sdk=/xxx] mds
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("mds")
-```
-
-
 ### meson (cross)
 
 
@@ -8654,6 +8630,29 @@ add_requires("python2")
 ```
 
 
+### pytype (cross)
+
+
+| Description | *A C++ type library that is as easy to use as Python built-in types.* |
+| -- | -- |
+| Homepage | [https://github.com/chen-qingyu/Pytype](https://github.com/chen-qingyu/Pytype) |
+| Versions | v1.0.0, v1.1.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [pytype/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] pytype
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pytype")
+```
+
+
 
 ## q
 ### qoi (cross)

+ 23 - 24
packages/iphoneos.md

@@ -6751,30 +6751,6 @@ add_requires("mdns")
 ```
 
 
-### mds (iphoneos)
-
-
-| Description | *A C++ containers library that is as easy to use as Python's containers library.* |
-| -- | -- |
-| Homepage | [https://github.com/chen-qingyu/MyDataStructure](https://github.com/chen-qingyu/MyDataStructure) |
-| License | GPL-3.0 |
-| Versions | 1.1.0, 1.1.1 |
-| Architectures | arm64, x86_64 |
-| Definition | [mds/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mds/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p iphoneos mds
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("mds")
-```
-
-
 ### memorymapping (iphoneos)
 
 
@@ -8719,6 +8695,29 @@ add_requires("python2")
 ```
 
 
+### pytype (iphoneos)
+
+
+| Description | *A C++ type library that is as easy to use as Python built-in types.* |
+| -- | -- |
+| Homepage | [https://github.com/chen-qingyu/Pytype](https://github.com/chen-qingyu/Pytype) |
+| Versions | v1.0.0, v1.1.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [pytype/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos pytype
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pytype")
+```
+
+
 
 ## q
 ### qoi (iphoneos)

+ 23 - 24
packages/linux.md

@@ -15795,30 +15795,6 @@ add_requires("mdns")
 ```
 
 
-### mds (linux)
-
-
-| Description | *A C++ containers library that is as easy to use as Python's containers library.* |
-| -- | -- |
-| Homepage | [https://github.com/chen-qingyu/MyDataStructure](https://github.com/chen-qingyu/MyDataStructure) |
-| License | GPL-3.0 |
-| Versions | 1.1.0, 1.1.1 |
-| Architectures | arm64-v8a, armv7, armv7s, i386, loongarch64, mips, mips64, mips64el, mipsel, x86_64 |
-| Definition | [mds/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mds/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install mds
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("mds")
-```
-
-
 ### mem (linux)
 
 
@@ -20701,6 +20677,29 @@ add_requires("python2")
 ```
 
 
+### pytype (linux)
+
+
+| Description | *A C++ type library that is as easy to use as Python built-in types.* |
+| -- | -- |
+| Homepage | [https://github.com/chen-qingyu/Pytype](https://github.com/chen-qingyu/Pytype) |
+| Versions | v1.0.0, v1.1.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loongarch64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [pytype/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pytype
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pytype")
+```
+
+
 
 ## q
 ### qdcae (linux)

+ 23 - 24
packages/macosx.md

@@ -14610,30 +14610,6 @@ add_requires("mdns")
 ```
 
 
-### mds (macosx)
-
-
-| Description | *A C++ containers library that is as easy to use as Python's containers library.* |
-| -- | -- |
-| Homepage | [https://github.com/chen-qingyu/MyDataStructure](https://github.com/chen-qingyu/MyDataStructure) |
-| License | GPL-3.0 |
-| Versions | 1.1.0, 1.1.1 |
-| Architectures | arm64, x86_64 |
-| Definition | [mds/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mds/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install mds
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("mds")
-```
-
-
 ### memorymapping (macosx)
 
 
@@ -19211,6 +19187,29 @@ add_requires("python2")
 ```
 
 
+### pytype (macosx)
+
+
+| Description | *A C++ type library that is as easy to use as Python built-in types.* |
+| -- | -- |
+| Homepage | [https://github.com/chen-qingyu/Pytype](https://github.com/chen-qingyu/Pytype) |
+| Versions | v1.0.0, v1.1.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [pytype/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pytype
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pytype")
+```
+
+
 
 ## q
 ### qhull (macosx)

+ 23 - 24
packages/mingw.md

@@ -7869,30 +7869,6 @@ add_requires("mdns")
 ```
 
 
-### mds (mingw)
-
-
-| Description | *A C++ containers library that is as easy to use as Python's containers library.* |
-| -- | -- |
-| Homepage | [https://github.com/chen-qingyu/MyDataStructure](https://github.com/chen-qingyu/MyDataStructure) |
-| License | GPL-3.0 |
-| Versions | 1.1.0, 1.1.1 |
-| Architectures | arm, arm64, i386, x86_64 |
-| Definition | [mds/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mds/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p mingw [--mingw=/xxx] mds
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("mds")
-```
-
-
 ### meson (mingw)
 
 
@@ -10337,6 +10313,29 @@ add_requires("python2")
 ```
 
 
+### pytype (mingw)
+
+
+| Description | *A C++ type library that is as easy to use as Python built-in types.* |
+| -- | -- |
+| Homepage | [https://github.com/chen-qingyu/Pytype](https://github.com/chen-qingyu/Pytype) |
+| Versions | v1.0.0, v1.1.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [pytype/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] pytype
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pytype")
+```
+
+
 
 ## q
 ### qdcae (mingw)

+ 23 - 24
packages/msys.md

@@ -5971,30 +5971,6 @@ add_requires("mdns")
 ```
 
 
-### mds (msys)
-
-
-| Description | *A C++ containers library that is as easy to use as Python's containers library.* |
-| -- | -- |
-| Homepage | [https://github.com/chen-qingyu/MyDataStructure](https://github.com/chen-qingyu/MyDataStructure) |
-| License | GPL-3.0 |
-| Versions | 1.1.0, 1.1.1 |
-| Architectures | i386, x86_64 |
-| Definition | [mds/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mds/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install mds
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("mds")
-```
-
-
 ### meson (msys)
 
 
@@ -7705,6 +7681,29 @@ add_requires("python2")
 ```
 
 
+### pytype (msys)
+
+
+| Description | *A C++ type library that is as easy to use as Python built-in types.* |
+| -- | -- |
+| Homepage | [https://github.com/chen-qingyu/Pytype](https://github.com/chen-qingyu/Pytype) |
+| Versions | v1.0.0, v1.1.0 |
+| Architectures | i386, x86_64 |
+| Definition | [pytype/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pytype
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pytype")
+```
+
+
 
 ## q
 ### qoi (msys)

+ 23 - 24
packages/wasm.md

@@ -5753,30 +5753,6 @@ add_requires("mdns")
 ```
 
 
-### mds (wasm)
-
-
-| Description | *A C++ containers library that is as easy to use as Python's containers library.* |
-| -- | -- |
-| Homepage | [https://github.com/chen-qingyu/MyDataStructure](https://github.com/chen-qingyu/MyDataStructure) |
-| License | GPL-3.0 |
-| Versions | 1.1.0, 1.1.1 |
-| Architectures | wasm32, wasm64 |
-| Definition | [mds/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mds/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p wasm mds
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("mds")
-```
-
-
 ### meson (wasm)
 
 
@@ -7510,6 +7486,29 @@ add_requires("python2")
 ```
 
 
+### pytype (wasm)
+
+
+| Description | *A C++ type library that is as easy to use as Python built-in types.* |
+| -- | -- |
+| Homepage | [https://github.com/chen-qingyu/Pytype](https://github.com/chen-qingyu/Pytype) |
+| Versions | v1.0.0, v1.1.0 |
+| Architectures | wasm32, wasm64 |
+| Definition | [pytype/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm pytype
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pytype")
+```
+
+
 
 ## q
 ### qoi (wasm)

+ 23 - 24
packages/windows.md

@@ -13007,30 +13007,6 @@ add_requires("mdns")
 ```
 
 
-### mds (windows)
-
-
-| Description | *A C++ containers library that is as easy to use as Python's containers library.* |
-| -- | -- |
-| Homepage | [https://github.com/chen-qingyu/MyDataStructure](https://github.com/chen-qingyu/MyDataStructure) |
-| License | GPL-3.0 |
-| Versions | 1.1.0, 1.1.1 |
-| Architectures | arm64, x64, x86 |
-| Definition | [mds/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mds/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install mds
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("mds")
-```
-
-
 ### mem (windows)
 
 
@@ -17490,6 +17466,29 @@ add_requires("python2")
 ```
 
 
+### pytype (windows)
+
+
+| Description | *A C++ type library that is as easy to use as Python built-in types.* |
+| -- | -- |
+| Homepage | [https://github.com/chen-qingyu/Pytype](https://github.com/chen-qingyu/Pytype) |
+| Versions | v1.0.0, v1.1.0 |
+| Architectures | arm64, x64, x86 |
+| Definition | [pytype/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pytype
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pytype")
+```
+
+
 
 ## q
 ### qdcae (windows)

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2024-01-22T15:29:58+08:00</lastmod>
+  <lastmod>2024-01-23T01:59:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-01-22T15:30:01+08:00</lastmod>
+  <lastmod>2024-01-23T01:59:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-01-22T15:30:02+08:00</lastmod>
+  <lastmod>2024-01-23T01:59:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-01-22T15:30:02+08:00</lastmod>
+  <lastmod>2024-01-23T01:59:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2024-01-22T15:30:02+08:00</lastmod>
+  <lastmod>2024-01-23T01:59:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2024-01-22T15:30:02+08:00</lastmod>
+  <lastmod>2024-01-23T01:59:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2024-01-22T15:30:03+08:00</lastmod>
+  <lastmod>2024-01-23T01:59:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2024-01-22T15:30:03+08:00</lastmod>
+  <lastmod>2024-01-23T01:59:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2024-01-22T15:30:03+08:00</lastmod>
+  <lastmod>2024-01-23T01:59:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2024-01-22T15:30:04+08:00</lastmod>
+  <lastmod>2024-01-23T01:59:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2024-01-22T15:30:04+08:00</lastmod>
+  <lastmod>2024-01-23T01:59:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2024-01-22T15:30:04+08:00</lastmod>
+  <lastmod>2024-01-23T01:59:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2024-01-22T15:30:05+08:00</lastmod>
+  <lastmod>2024-01-23T01:59:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2024-01-22T15:30:05+08:00</lastmod>
+  <lastmod>2024-01-23T01:59:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2024-01-22T15:30:05+08:00</lastmod>
+  <lastmod>2024-01-23T01:59:52+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: ormpp, astc-encoder, port**
+- **Recently added: pytype, ormpp, astc-encoder**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/xrepo/)